ios: fix on-device launch crash; harden room identity

Bump iOS deployment target 17→26: the OS_dispatch_mach_msg
"_setContext: unrecognized selector" launch crash on the iPhone 17 Pro
was a libdispatch/concurrency-runtime mismatch between the iOS 17 target
and the iOS 26 device. App now launches and stays resident on device.

RoomIdentity: drop the iCloud ubiquityIdentityToken + NSKeyedArchiver
path (a second suspected crash vector) in favor of IOKit hardware UUID
on macOS and a Keychain-stored 8-hex UUID on iOS. SiwA/iCloud identity
returns at v0.6 once dev-program entitlements land.

Also add ios/.gitignore and untrack .build/ artifacts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 17:12:28 -05:00
parent c73108a126
commit b39fcc37e8
1398 changed files with 19 additions and 4260 deletions

11
ios/.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# SwiftPM / Xcode build products
.build/
build/
DerivedData/
*.xcodeproj/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
*.xcworkspace/xcuserdata/
# Generated Xcode projects (XcodeGen owns project.yml as source of truth)
# Tracked intentionally so cloning without xcodegen still opens — keep pbxproj.
.DS_Store

View File

@@ -218,7 +218,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0; IPHONEOS_DEPLOYMENT_TARGET = 26.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
@@ -298,7 +298,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0; IPHONEOS_DEPLOYMENT_TARGET = 26.0;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";

View File

@@ -2,7 +2,7 @@ name: TetherApp
options: options:
bundleIdPrefix: io.pecord bundleIdPrefix: io.pecord
deploymentTarget: deploymentTarget:
iOS: "17.0" iOS: "26.0"
createIntermediateGroups: true createIntermediateGroups: true
packages: packages:

View File

@@ -1,48 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405596000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 491412
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776562794000000000
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22987
sdk_relative: true
- mtime: 1776563522000000000
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 167873
sdk_relative: true
version: 1
...

View File

@@ -1,68 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405610000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 179160
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776556880000000000
path: 'usr/include/ObjectiveC.apinotes'
size: 11147
sdk_relative: true
- mtime: 1776555503000000000
path: 'usr/include/Dispatch.apinotes'
size: 19
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776562794000000000
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22987
sdk_relative: true
- mtime: 1776563522000000000
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 167873
sdk_relative: true
- mtime: 1776563516000000000
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 6636
sdk_relative: true
- mtime: 1776563739000000000
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 57506
sdk_relative: true
- mtime: 1776563970000000000
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22494
sdk_relative: true
version: 1
...

View File

@@ -1,36 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405583000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 77504
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
version: 1
...

View File

@@ -1,64 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405605000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 210900
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776562794000000000
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22987
sdk_relative: true
- mtime: 1776563522000000000
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 167873
sdk_relative: true
- mtime: 1776556880000000000
path: 'usr/include/ObjectiveC.apinotes'
size: 11147
sdk_relative: true
- mtime: 1776555503000000000
path: 'usr/include/Dispatch.apinotes'
size: 19
sdk_relative: true
- mtime: 1776563516000000000
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 6636
sdk_relative: true
- mtime: 1776563739000000000
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 57506
sdk_relative: true
version: 1
...

View File

@@ -1,100 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405644000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 3785860
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776562794000000000
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22987
sdk_relative: true
- mtime: 1776563522000000000
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 167873
sdk_relative: true
- mtime: 1776556880000000000
path: 'usr/include/ObjectiveC.apinotes'
size: 11147
sdk_relative: true
- mtime: 1776555503000000000
path: 'usr/include/Dispatch.apinotes'
size: 19
sdk_relative: true
- mtime: 1776563516000000000
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 6636
sdk_relative: true
- mtime: 1776563739000000000
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 57506
sdk_relative: true
- mtime: 1776563970000000000
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22494
sdk_relative: true
- mtime: 1776555837000000000
path: 'usr/include/XPC.apinotes'
size: 123
sdk_relative: true
- mtime: 1777083012000000000
path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
size: 162
sdk_relative: true
- mtime: 1776553088000000000
path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
size: 81098
sdk_relative: true
- mtime: 1776563957000000000
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 45109
sdk_relative: true
- mtime: 1776564143000000000
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 3690
sdk_relative: true
- mtime: 1776561853000000000
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 5150
sdk_relative: true
- mtime: 1776563484000000000
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 95431
sdk_relative: true
- mtime: 1776564811000000000
path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1155103
sdk_relative: true
version: 1
...

View File

@@ -1,72 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405613000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 30136
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776556880000000000
path: 'usr/include/ObjectiveC.apinotes'
size: 11147
sdk_relative: true
- mtime: 1776555503000000000
path: 'usr/include/Dispatch.apinotes'
size: 19
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776562794000000000
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22987
sdk_relative: true
- mtime: 1776563522000000000
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 167873
sdk_relative: true
- mtime: 1776563516000000000
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 6636
sdk_relative: true
- mtime: 1776563739000000000
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 57506
sdk_relative: true
- mtime: 1776563970000000000
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22494
sdk_relative: true
- mtime: 1776564143000000000
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 3690
sdk_relative: true
version: 1
...

View File

@@ -1,52 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405587000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 50836
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776556880000000000
path: 'usr/include/ObjectiveC.apinotes'
size: 11147
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776562794000000000
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22987
sdk_relative: true
- mtime: 1776563516000000000
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 6636
sdk_relative: true
version: 1
...

View File

@@ -1,44 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405589000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 30876
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776561853000000000
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 5150
sdk_relative: true
version: 1
...

View File

@@ -1,12 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405569000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 15012500
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
version: 1
...

View File

@@ -1,16 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405573000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 18524
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776559148000000000
path: 'usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1411
sdk_relative: true
version: 1
...

View File

@@ -1,48 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405596000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 401660
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776562794000000000
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22987
sdk_relative: true
- mtime: 1776563484000000000
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 95431
sdk_relative: true
version: 1
...

View File

@@ -1,72 +0,0 @@
---
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule'
dependencies:
- mtime: 1777405609000000000
path: '/Applications/Xcode-26.5.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule'
size: 117716
- mtime: 1776558630000000000
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2193647
sdk_relative: true
- mtime: 1776561730000000000
path: 'usr/include/_DarwinFoundation2.apinotes'
size: 1145
sdk_relative: true
- mtime: 1776561783000000000
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 18805
sdk_relative: true
- mtime: 1776561789000000000
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 2677
sdk_relative: true
- mtime: 1776561795000000000
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 1573
sdk_relative: true
- mtime: 1776559222000000000
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 4363
sdk_relative: true
- mtime: 1776561805000000000
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 19539
sdk_relative: true
- mtime: 1776556880000000000
path: 'usr/include/ObjectiveC.apinotes'
size: 11147
sdk_relative: true
- mtime: 1776555503000000000
path: 'usr/include/Dispatch.apinotes'
size: 19
sdk_relative: true
- mtime: 1776555837000000000
path: 'usr/include/XPC.apinotes'
size: 123
sdk_relative: true
- mtime: 1776559177000000000
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 280495
sdk_relative: true
- mtime: 1776562794000000000
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 22987
sdk_relative: true
- mtime: 1776563522000000000
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 167873
sdk_relative: true
- mtime: 1776563516000000000
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 6636
sdk_relative: true
- mtime: 1776563739000000000
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 57506
sdk_relative: true
- mtime: 1776563957000000000
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
size: 45109
sdk_relative: true
version: 1
...

Some files were not shown because too many files have changed in this diff Show More