Build Information
Successful build of swift-sharing, reference 2.7.3 (aaf605
), with Swift 6.1 for visionOS using Xcode 16.3 on 1 Sep 2025 21:19:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Sharing -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Build Log
SwiftDriverJobDiscovery normal arm64 Compiling TestClock.swift (in target 'Clocks' from project 'swift-clocks')
SwiftCompile normal arm64 Compiling\ TimeZone.swift,\ URLSession.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/TimeZone.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/URLSession.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/TimeZone.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/URLSession.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761594891298-swift-frontend-Dependencies-TimeZone.swift-arm64_apple_xros1.0-o-Onone-1713579612.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5347 seconds (0.7210 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0494 ( 21.0%) 0.1186 ( 39.6%) 0.1679 ( 31.4%) 0.1718 ( 23.8%) parse-and-resolve-imports
0.0480 ( 20.4%) 0.1167 ( 39.0%) 0.1647 ( 30.8%) 0.1685 ( 23.4%) Import resolution
0.0247 ( 10.5%) 0.0112 ( 3.7%) 0.0359 ( 6.7%) 0.0790 ( 11.0%) perform-sema
0.0246 ( 10.5%) 0.0111 ( 3.7%) 0.0358 ( 6.7%) 0.0789 ( 10.9%) Type checking and Semantic analysis
0.0169 ( 7.2%) 0.0079 ( 2.6%) 0.0247 ( 4.6%) 0.0681 ( 9.5%) typecheck-expr
0.0123 ( 5.2%) 0.0057 ( 1.9%) 0.0180 ( 3.4%) 0.0607 ( 8.4%) typecheck-stmt
0.0132 ( 5.6%) 0.0064 ( 2.1%) 0.0195 ( 3.7%) 0.0200 ( 2.8%) typecheck-decl
0.0103 ( 4.4%) 0.0033 ( 1.1%) 0.0136 ( 2.5%) 0.0183 ( 2.5%) SILGen
0.0100 ( 4.2%) 0.0061 ( 2.0%) 0.0161 ( 3.0%) 0.0164 ( 2.3%) IRGen
0.0041 ( 1.7%) 0.0050 ( 1.7%) 0.0091 ( 1.7%) 0.0092 ( 1.3%) import-clang-decl
0.0056 ( 2.4%) 0.0022 ( 0.7%) 0.0078 ( 1.5%) 0.0078 ( 1.1%) precheck-target
0.0065 ( 2.8%) 0.0002 ( 0.1%) 0.0066 ( 1.2%) 0.0066 ( 0.9%) SIL optimization
0.0040 ( 1.7%) 0.0012 ( 0.4%) 0.0052 ( 1.0%) 0.0056 ( 0.8%) build-rewrite-system
0.0037 ( 1.6%) 0.0008 ( 0.3%) 0.0045 ( 0.9%) 0.0049 ( 0.7%) SILGen-function
0.0011 ( 0.5%) 0.0028 ( 0.9%) 0.0039 ( 0.7%) 0.0039 ( 0.5%) load-stdlib
0.0009 ( 0.4%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.2%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2353 (100.0%) 0.2994 (100.0%) 0.5347 (100.0%) 0.7210 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3124 seconds (0.3653 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1540 (100.0%) 0.1583 (100.0%) 0.3124 (100.0%) 0.3653 (100.0%) Building Target
0.1540 (100.0%) 0.1583 (100.0%) 0.3124 (100.0%) 0.3653 (100.0%) Total
SwiftCompile normal arm64 Compiling\ DependencyValues.swift,\ Assert.swift,\ Calendar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Assert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Calendar.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Assert.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Calendar.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761594893702-swift-frontend-Dependencies-DependencyValues.swift-arm64_apple_xros1.0-o-Onone-2577614896.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0328 seconds (1.1827 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1081 ( 16.9%) 0.0289 ( 7.4%) 0.1370 ( 13.3%) 0.1838 ( 15.5%) perform-sema
0.1079 ( 16.9%) 0.0289 ( 7.4%) 0.1368 ( 13.2%) 0.1836 ( 15.5%) Type checking and Semantic analysis
0.0515 ( 8.0%) 0.1222 ( 31.1%) 0.1737 ( 16.8%) 0.1765 ( 14.9%) parse-and-resolve-imports
0.0502 ( 7.8%) 0.1206 ( 30.7%) 0.1707 ( 16.5%) 0.1735 ( 14.7%) Import resolution
0.0591 ( 9.2%) 0.0197 ( 5.0%) 0.0788 ( 7.6%) 0.1246 ( 10.5%) typecheck-decl
0.0718 ( 11.2%) 0.0138 ( 3.5%) 0.0857 ( 8.3%) 0.0869 ( 7.3%) typecheck-stmt
0.0639 ( 10.0%) 0.0170 ( 4.3%) 0.0810 ( 7.8%) 0.0823 ( 7.0%) typecheck-expr
0.0324 ( 5.1%) 0.0165 ( 4.2%) 0.0489 ( 4.7%) 0.0497 ( 4.2%) IRGen
0.0215 ( 3.4%) 0.0057 ( 1.4%) 0.0272 ( 2.6%) 0.0276 ( 2.3%) precheck-target
0.0223 ( 3.5%) 0.0024 ( 0.6%) 0.0247 ( 2.4%) 0.0249 ( 2.1%) SILGen
0.0188 ( 2.9%) 0.0018 ( 0.5%) 0.0206 ( 2.0%) 0.0208 ( 1.8%) SILGen-function
0.0078 ( 1.2%) 0.0086 ( 2.2%) 0.0164 ( 1.6%) 0.0168 ( 1.4%) import-clang-decl
0.0159 ( 2.5%) 0.0003 ( 0.1%) 0.0162 ( 1.6%) 0.0166 ( 1.4%) SIL optimization
0.0065 ( 1.0%) 0.0022 ( 0.6%) 0.0087 ( 0.8%) 0.0087 ( 0.7%) build-rewrite-system
0.0011 ( 0.2%) 0.0034 ( 0.9%) 0.0046 ( 0.4%) 0.0046 ( 0.4%) load-stdlib
0.0011 ( 0.2%) 0.0004 ( 0.1%) 0.0015 ( 0.1%) 0.0015 ( 0.1%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) source-file-lookup-class-member
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.6404 (100.0%) 0.3924 (100.0%) 1.0328 (100.0%) 1.1827 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6306 seconds (0.6953 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4204 (100.0%) 0.2102 (100.0%) 0.6306 (100.0%) 0.6953 (100.0%) Building Target
0.4204 (100.0%) 0.2102 (100.0%) 0.6306 (100.0%) 0.6953 (100.0%) Total
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/IdentifiedCollections-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections-Swift.h (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/IdentifiedCollections-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling IdentifiedArray+Sendable.swift, IdentifiedArray.swift (in target 'IdentifiedCollections' from project 'swift-identified-collections')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftmodule (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftdoc (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.abi.json (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling IdentifiedArray+ExpressibleByArrayLiteral.swift, IdentifiedArray+Hashable.swift (in target 'IdentifiedCollections' from project 'swift-identified-collections')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftsourceinfo (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Clocks.swift,\ Context.swift,\ Date.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Clocks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Context.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Date.swift (in target 'Dependencies' from project 'swift-dependencies')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761594942076-swift-frontend-Dependencies-Clocks.swift-arm64_apple_xros1.0-o-Onone-3292391038.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4711 seconds (0.5222 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0556 ( 27.9%) 0.1193 ( 43.9%) 0.1749 ( 37.1%) 0.1775 ( 34.0%) parse-and-resolve-imports
0.0536 ( 26.9%) 0.1173 ( 43.1%) 0.1709 ( 36.3%) 0.1734 ( 33.2%) Import resolution
0.0135 ( 6.8%) 0.0061 ( 2.2%) 0.0196 ( 4.2%) 0.0644 ( 12.3%) SILGen
0.0118 ( 5.9%) 0.0059 ( 2.2%) 0.0177 ( 3.8%) 0.0178 ( 3.4%) IRGen
0.0112 ( 5.7%) 0.0055 ( 2.0%) 0.0168 ( 3.6%) 0.0172 ( 3.3%) typecheck-expr
0.0126 ( 6.4%) 0.0034 ( 1.2%) 0.0160 ( 3.4%) 0.0161 ( 3.1%) perform-sema
0.0125 ( 6.3%) 0.0033 ( 1.2%) 0.0159 ( 3.4%) 0.0160 ( 3.1%) Type checking and Semantic analysis
0.0092 ( 4.6%) 0.0025 ( 0.9%) 0.0117 ( 2.5%) 0.0118 ( 2.3%) typecheck-decl
0.0060 ( 3.0%) 0.0001 ( 0.0%) 0.0061 ( 1.3%) 0.0061 ( 1.2%) SIL optimization
0.0042 ( 2.1%) 0.0010 ( 0.4%) 0.0052 ( 1.1%) 0.0054 ( 1.0%) build-rewrite-system
0.0017 ( 0.9%) 0.0030 ( 1.1%) 0.0047 ( 1.0%) 0.0047 ( 0.9%) import-clang-decl
0.0011 ( 0.6%) 0.0036 ( 1.3%) 0.0047 ( 1.0%) 0.0047 ( 0.9%) load-stdlib
0.0028 ( 1.4%) 0.0005 ( 0.2%) 0.0033 ( 0.7%) 0.0034 ( 0.7%) SILGen-function
0.0017 ( 0.9%) 0.0003 ( 0.1%) 0.0021 ( 0.4%) 0.0021 ( 0.4%) typecheck-stmt
0.0011 ( 0.6%) 0.0002 ( 0.1%) 0.0013 ( 0.3%) 0.0013 ( 0.3%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1991 (100.0%) 0.2720 (100.0%) 0.4711 (100.0%) 0.5222 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3249 seconds (0.3748 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1636 (100.0%) 0.1612 (100.0%) 0.3249 (100.0%) 0.3748 (100.0%) Building Target
0.1636 (100.0%) 0.1612 (100.0%) 0.3249 (100.0%) 0.3748 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Clocks.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Context.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/Date.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ MainRunLoop.swift,\ OpenURL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/MainRunLoop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/OpenURL.swift (in target 'Dependencies' from project 'swift-dependencies')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761594940073-swift-frontend-Dependencies-MainRunLoop.swift-arm64_apple_xros1.0-o-Onone-1328011530.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5257 seconds (0.5785 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0580 ( 25.3%) 0.1266 ( 42.7%) 0.1846 ( 35.1%) 0.1869 ( 32.3%) parse-and-resolve-imports
0.0562 ( 24.5%) 0.1240 ( 41.8%) 0.1802 ( 34.3%) 0.1825 ( 31.5%) Import resolution
0.0123 ( 5.4%) 0.0038 ( 1.3%) 0.0161 ( 3.1%) 0.0593 ( 10.3%) SILGen
0.0202 ( 8.8%) 0.0072 ( 2.4%) 0.0274 ( 5.2%) 0.0281 ( 4.9%) perform-sema
0.0201 ( 8.7%) 0.0072 ( 2.4%) 0.0273 ( 5.2%) 0.0280 ( 4.8%) Type checking and Semantic analysis
0.0176 ( 7.7%) 0.0065 ( 2.2%) 0.0241 ( 4.6%) 0.0248 ( 4.3%) typecheck-decl
0.0112 ( 4.9%) 0.0071 ( 2.4%) 0.0183 ( 3.5%) 0.0194 ( 3.4%) IRGen
0.0130 ( 5.7%) 0.0045 ( 1.5%) 0.0174 ( 3.3%) 0.0180 ( 3.1%) typecheck-expr
0.0055 ( 2.4%) 0.0023 ( 0.8%) 0.0079 ( 1.5%) 0.0082 ( 1.4%) build-rewrite-system
0.0065 ( 2.8%) 0.0003 ( 0.1%) 0.0068 ( 1.3%) 0.0073 ( 1.3%) SIL optimization
0.0022 ( 1.0%) 0.0032 ( 1.1%) 0.0054 ( 1.0%) 0.0054 ( 0.9%) import-clang-decl
0.0010 ( 0.4%) 0.0027 ( 0.9%) 0.0037 ( 0.7%) 0.0037 ( 0.6%) load-stdlib
0.0026 ( 1.1%) 0.0004 ( 0.1%) 0.0030 ( 0.6%) 0.0030 ( 0.5%) SILGen-function
0.0015 ( 0.6%) 0.0003 ( 0.1%) 0.0018 ( 0.3%) 0.0021 ( 0.4%) precheck-target
0.0013 ( 0.6%) 0.0003 ( 0.1%) 0.0017 ( 0.3%) 0.0017 ( 0.3%) typecheck-stmt
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2292 (100.0%) 0.2965 (100.0%) 0.5257 (100.0%) 0.5785 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3314 seconds (0.3834 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1658 (100.0%) 0.1656 (100.0%) 0.3314 (100.0%) 0.3834 (100.0%) Building Target
0.1658 (100.0%) 0.1656 (100.0%) 0.3314 (100.0%) 0.3834 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/MainRunLoop.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues/OpenURL.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling IdentifiedArray+Collection.swift, IdentifiedArray+CollectionAlgorithms.swift (in target 'IdentifiedCollections' from project 'swift-identified-collections')
SwiftCompile normal arm64 Compiling\ TestTrait.swift,\ WithDependencies.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Traits/TestTrait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/WithDependencies.swift (in target 'Dependencies' from project 'swift-dependencies')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761594941880-swift-frontend-Dependencies-TestTrait.swift-arm64_apple_xros1.0-o-Onone-3829373976.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6745 seconds (0.8627 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0562 ( 16.2%) 0.1249 ( 38.0%) 0.1811 ( 26.8%) 0.1837 ( 21.3%) parse-and-resolve-imports
0.0541 ( 15.6%) 0.1228 ( 37.4%) 0.1768 ( 26.2%) 0.1794 ( 20.8%) Import resolution
0.0483 ( 14.0%) 0.0154 ( 4.7%) 0.0637 ( 9.4%) 0.1096 ( 12.7%) perform-sema
0.0482 ( 13.9%) 0.0154 ( 4.7%) 0.0636 ( 9.4%) 0.1094 ( 12.7%) Type checking and Semantic analysis
0.0178 ( 5.2%) 0.0077 ( 2.4%) 0.0256 ( 3.8%) 0.0710 ( 8.2%) typecheck-decl
0.0175 ( 5.1%) 0.0072 ( 2.2%) 0.0247 ( 3.7%) 0.0674 ( 7.8%) typecheck-expr
0.0277 ( 8.0%) 0.0071 ( 2.2%) 0.0348 ( 5.2%) 0.0352 ( 4.1%) typecheck-stmt
0.0214 ( 6.2%) 0.0115 ( 3.5%) 0.0329 ( 4.9%) 0.0332 ( 3.9%) IRGen
0.0128 ( 3.7%) 0.0018 ( 0.6%) 0.0146 ( 2.2%) 0.0155 ( 1.8%) SILGen
0.0108 ( 3.1%) 0.0034 ( 1.0%) 0.0142 ( 2.1%) 0.0144 ( 1.7%) precheck-target
0.0112 ( 3.3%) 0.0015 ( 0.5%) 0.0128 ( 1.9%) 0.0137 ( 1.6%) SILGen-function
0.0072 ( 2.1%) 0.0030 ( 0.9%) 0.0102 ( 1.5%) 0.0106 ( 1.2%) build-rewrite-system
0.0093 ( 2.7%) 0.0002 ( 0.1%) 0.0095 ( 1.4%) 0.0095 ( 1.1%) SIL optimization
0.0022 ( 0.6%) 0.0032 ( 1.0%) 0.0053 ( 0.8%) 0.0053 ( 0.6%) import-clang-decl
0.0011 ( 0.3%) 0.0035 ( 1.1%) 0.0046 ( 0.7%) 0.0046 ( 0.5%) load-stdlib
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3459 (100.0%) 0.3286 (100.0%) 0.6745 (100.0%) 0.8627 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4786 seconds (0.5344 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2900 (100.0%) 0.1886 (100.0%) 0.4786 (100.0%) 0.5344 (100.0%) Building Target
0.2900 (100.0%) 0.1886 (100.0%) 0.4786 (100.0%) 0.5344 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Traits/TestTrait.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/WithDependencies.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Dependency.swift,\ DependencyContext.swift,\ DependencyKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Dependency.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyKey.swift (in target 'Dependencies' from project 'swift-dependencies')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761594980731-swift-frontend-Dependencies-Dependency.swift-arm64_apple_xros1.0-o-Onone-2131268086.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6905 seconds (0.8317 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0561 ( 14.6%) 0.1115 ( 36.4%) 0.1676 ( 24.3%) 0.1689 ( 20.3%) parse-and-resolve-imports
0.0543 ( 14.1%) 0.1092 ( 35.7%) 0.1635 ( 23.7%) 0.1647 ( 19.8%) Import resolution
0.0561 ( 14.6%) 0.0168 ( 5.5%) 0.0729 ( 10.6%) 0.1175 ( 14.1%) perform-sema
0.0560 ( 14.6%) 0.0167 ( 5.5%) 0.0728 ( 10.5%) 0.1174 ( 14.1%) Type checking and Semantic analysis
0.0391 ( 10.2%) 0.0124 ( 4.1%) 0.0515 ( 7.5%) 0.0949 ( 11.4%) typecheck-decl
0.0406 ( 10.6%) 0.0121 ( 4.0%) 0.0527 ( 7.6%) 0.0556 ( 6.7%) typecheck-expr
0.0374 ( 9.7%) 0.0094 ( 3.1%) 0.0467 ( 6.8%) 0.0494 ( 5.9%) typecheck-stmt
0.0178 ( 4.6%) 0.0079 ( 2.6%) 0.0257 ( 3.7%) 0.0257 ( 3.1%) IRGen
0.0076 ( 2.0%) 0.0002 ( 0.1%) 0.0078 ( 1.1%) 0.0081 ( 1.0%) SIL optimization
0.0046 ( 1.2%) 0.0021 ( 0.7%) 0.0067 ( 1.0%) 0.0068 ( 0.8%) build-rewrite-system
0.0055 ( 1.4%) 0.0007 ( 0.2%) 0.0061 ( 0.9%) 0.0061 ( 0.7%) SILGen
0.0012 ( 0.3%) 0.0038 ( 1.3%) 0.0050 ( 0.7%) 0.0050 ( 0.6%) load-stdlib
0.0020 ( 0.5%) 0.0028 ( 0.9%) 0.0048 ( 0.7%) 0.0048 ( 0.6%) import-clang-decl
0.0041 ( 1.1%) 0.0005 ( 0.2%) 0.0046 ( 0.7%) 0.0046 ( 0.6%) SILGen-function
0.0019 ( 0.5%) 0.0002 ( 0.1%) 0.0021 ( 0.3%) 0.0021 ( 0.3%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3844 (100.0%) 0.3061 (100.0%) 0.6905 (100.0%) 0.8317 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3787 seconds (0.4287 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2169 (100.0%) 0.1618 (100.0%) 0.3787 (100.0%) 0.4287 (100.0%) Building Target
0.2169 (100.0%) 0.1618 (100.0%) 0.3787 (100.0%) 0.4287 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Dependency.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyContext.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/DependencyKey.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ TypeName.swift,\ PreviewTrait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Internal/TypeName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Traits/PreviewTrait.swift (in target 'Dependencies' from project 'swift-dependencies')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761594979525-swift-frontend-Dependencies-TypeName.swift-arm64_apple_xros1.0-o-Onone-3779994374.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5487 seconds (0.6546 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0579 ( 22.7%) 0.1136 ( 38.6%) 0.1715 ( 31.3%) 0.1747 ( 26.7%) parse-and-resolve-imports
0.0568 ( 22.3%) 0.1123 ( 38.2%) 0.1691 ( 30.8%) 0.1723 ( 26.3%) Import resolution
0.0165 ( 6.5%) 0.0053 ( 1.8%) 0.0218 ( 4.0%) 0.0680 ( 10.4%) SILGen
0.0157 ( 6.2%) 0.0052 ( 1.8%) 0.0209 ( 3.8%) 0.0670 ( 10.2%) SILGen-function
0.0209 ( 8.2%) 0.0100 ( 3.4%) 0.0309 ( 5.6%) 0.0323 ( 4.9%) perform-sema
0.0208 ( 8.2%) 0.0100 ( 3.4%) 0.0308 ( 5.6%) 0.0322 ( 4.9%) Type checking and Semantic analysis
0.0193 ( 7.6%) 0.0097 ( 3.3%) 0.0290 ( 5.3%) 0.0307 ( 4.7%) typecheck-expr
0.0151 ( 5.9%) 0.0079 ( 2.7%) 0.0231 ( 4.2%) 0.0243 ( 3.7%) typecheck-stmt
0.0110 ( 4.3%) 0.0037 ( 1.3%) 0.0147 ( 2.7%) 0.0148 ( 2.3%) typecheck-decl
0.0072 ( 2.8%) 0.0057 ( 2.0%) 0.0129 ( 2.4%) 0.0131 ( 2.0%) IRGen
0.0030 ( 1.2%) 0.0053 ( 1.8%) 0.0083 ( 1.5%) 0.0094 ( 1.4%) import-clang-decl
0.0047 ( 1.9%) 0.0015 ( 0.5%) 0.0063 ( 1.1%) 0.0063 ( 1.0%) build-rewrite-system
0.0014 ( 0.5%) 0.0036 ( 1.2%) 0.0049 ( 0.9%) 0.0049 ( 0.8%) load-stdlib
0.0033 ( 1.3%) 0.0001 ( 0.0%) 0.0034 ( 0.6%) 0.0034 ( 0.5%) SIL optimization
0.0008 ( 0.3%) 0.0001 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.1%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2545 (100.0%) 0.2941 (100.0%) 0.5487 (100.0%) 0.6546 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2851 seconds (0.3408 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1313 (100.0%) 0.1538 (100.0%) 0.2851 (100.0%) 0.3408 (100.0%) Building Target
0.1313 (100.0%) 0.1538 (100.0%) 0.2851 (100.0%) 0.3408 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Internal/TypeName.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Traits/PreviewTrait.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling IdentifiedArray+RandomAccessCollection.swift, IdentifiedArray+RangeReplaceableCollection.swift (in target 'IdentifiedCollections' from project 'swift-identified-collections')
SwiftDriverJobDiscovery normal arm64 Compiling IdentifiedArray+IdentifiedCollection.swift, IdentifiedArray+Initializers.swift (in target 'IdentifiedCollections' from project 'swift-identified-collections')
SwiftDriver\ Compilation IdentifiedCollections normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IdentifiedCollections -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftmodule -user-module-version 1.1.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_identified_collections -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UUID.swift, WithRandomNumberGenerator.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ Deprecations.swift,\ Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Internal/Deprecations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Internal/Exports.swift (in target 'Dependencies' from project 'swift-dependencies')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595231878-swift-frontend-Dependencies-Deprecations.swift-arm64_apple_xros1.0-o-Onone-719584706.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3665 seconds (0.4612 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0506 ( 24.9%) 0.0624 ( 38.3%) 0.1131 ( 30.9%) 0.1180 ( 25.6%) parse-and-resolve-imports
0.0488 ( 24.0%) 0.0607 ( 37.3%) 0.1096 ( 29.9%) 0.1145 ( 24.8%) Import resolution
0.0135 ( 6.6%) 0.0045 ( 2.8%) 0.0179 ( 4.9%) 0.0593 ( 12.9%) SILGen
0.0128 ( 6.3%) 0.0044 ( 2.7%) 0.0171 ( 4.7%) 0.0585 ( 12.7%) SILGen-function
0.0118 ( 5.8%) 0.0101 ( 6.2%) 0.0220 ( 6.0%) 0.0230 ( 5.0%) IRGen
0.0165 ( 8.1%) 0.0041 ( 2.5%) 0.0206 ( 5.6%) 0.0207 ( 4.5%) perform-sema
0.0164 ( 8.0%) 0.0041 ( 2.5%) 0.0205 ( 5.6%) 0.0206 ( 4.5%) Type checking and Semantic analysis
0.0110 ( 5.4%) 0.0041 ( 2.5%) 0.0150 ( 4.1%) 0.0159 ( 3.4%) typecheck-expr
0.0080 ( 3.9%) 0.0019 ( 1.2%) 0.0099 ( 2.7%) 0.0099 ( 2.1%) typecheck-stmt
0.0057 ( 2.8%) 0.0014 ( 0.9%) 0.0071 ( 1.9%) 0.0071 ( 1.5%) typecheck-decl
0.0016 ( 0.8%) 0.0026 ( 1.6%) 0.0042 ( 1.2%) 0.0042 ( 0.9%) load-stdlib
0.0037 ( 1.8%) 0.0001 ( 0.1%) 0.0038 ( 1.0%) 0.0038 ( 0.8%) SIL optimization
0.0013 ( 0.7%) 0.0019 ( 1.1%) 0.0032 ( 0.9%) 0.0032 ( 0.7%) import-clang-decl
0.0010 ( 0.5%) 0.0004 ( 0.3%) 0.0014 ( 0.4%) 0.0014 ( 0.3%) build-rewrite-system
0.0008 ( 0.4%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.2%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.2035 (100.0%) 0.1630 (100.0%) 0.3665 (100.0%) 0.4612 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2534 seconds (0.3037 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1468 (100.0%) 0.1066 (100.0%) 0.2534 (100.0%) 0.3037 (100.0%) Building Target
0.1468 (100.0%) 0.1066 (100.0%) 0.2534 (100.0%) 0.3037 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Internal/Deprecations.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies/Sources/Dependencies/Internal/Exports.swift (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriver\ Compilation Clocks normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Clocks' from project 'swift-clocks')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Clocks -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks.swiftmodule -user-module-version 1.0.5 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_clocks -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FireAndForget.swift, Locale.swift, MainQueue.swift (in target 'Dependencies' from project 'swift-dependencies')
ExtractAppIntentsMetadata (in target 'XCTestDynamicOverlay' from project 'xctest-dynamic-overlay')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/xctest-dynamic-overlay
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name XCTestDynamicOverlay --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier xctest-dynamic-overlay.XCTestDynamicOverlay --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestDynamicOverlay.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestDynamicOverlay.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-xros/XCTestDynamicOverlay.build/Objects-normal/arm64/XCTestDynamicOverlay_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-xros/XCTestDynamicOverlay.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-xros/XCTestDynamicOverlay.build/Objects-normal/arm64/XCTestDynamicOverlay.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-xros/XCTestDynamicOverlay.build/XCTestDynamicOverlay.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-xros/XCTestDynamicOverlay.build/XCTestDynamicOverlay.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xctest-dynamic-overlay.build/Debug-xros/XCTestDynamicOverlay.build/Objects-normal/arm64/XCTestDynamicOverlay.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:55.219 appintentsmetadataprocessor[1935:9296] Starting appintentsmetadataprocessor export
2025-09-01 14:19:55.271 appintentsmetadataprocessor[1935:9296] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'PerceptionCore' from project 'swift-perception')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-perception
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PerceptionCore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-perception.PerceptionCore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PerceptionCore.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PerceptionCore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-perception.build/Debug-xros/PerceptionCore.build/Objects-normal/arm64/PerceptionCore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-perception.build/Debug-xros/PerceptionCore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-perception.build/Debug-xros/PerceptionCore.build/Objects-normal/arm64/PerceptionCore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-perception.build/Debug-xros/PerceptionCore.build/PerceptionCore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-perception.build/Debug-xros/PerceptionCore.build/PerceptionCore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-perception.build/Debug-xros/PerceptionCore.build/Objects-normal/arm64/PerceptionCore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:55.263 appintentsmetadataprocessor[1937:9304] Starting appintentsmetadataprocessor export
2025-09-01 14:19:55.321 appintentsmetadataprocessor[1937:9304] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for Dependencies (in target 'Dependencies' from project 'swift-dependencies')
SwiftDriver\ Compilation\ Requirements Dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Dependencies -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftmodule -user-module-version 1.6.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_dependencies -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling TimeZone.swift, URLSession.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Dependencies-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies-Swift.h (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Dependencies-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftmodule (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftdoc (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.abi.json (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftsourceinfo (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OrderedCollections.o normal (in target 'OrderedCollections' from project 'swift-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OrderedCollections.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineSchedulers.o normal (in target 'CombineSchedulers' from project 'combine-schedulers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/combine-schedulers
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineSchedulers.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Clocks.o normal (in target 'Clocks' from project 'swift-clocks')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-clocks
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Clocks.o
SwiftDriverJobDiscovery normal arm64 Compiling Clocks.swift, Context.swift, Date.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftDriverJobDiscovery normal arm64 Compiling TypeName.swift, PreviewTrait.swift (in target 'Dependencies' from project 'swift-dependencies')
ExtractAppIntentsMetadata (in target 'CombineSchedulers' from project 'combine-schedulers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/combine-schedulers
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CombineSchedulers --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier combine-schedulers.CombineSchedulers --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineSchedulers.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineSchedulers.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/CombineSchedulers.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/CombineSchedulers.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug-xros/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:55.353 appintentsmetadataprocessor[1943:9339] Starting appintentsmetadataprocessor export
2025-09-01 14:19:55.401 appintentsmetadataprocessor[1943:9339] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestDynamicOverlay.o (in target 'XCTestDynamicOverlay' from project 'xctest-dynamic-overlay')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/xctest-dynamic-overlay
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XCTestDynamicOverlay.o
SwiftDriver Sharing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sharing -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling MainRunLoop.swift, OpenURL.swift (in target 'Dependencies' from project 'swift-dependencies')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PerceptionCore.o (in target 'PerceptionCore' from project 'swift-perception')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-perception
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PerceptionCore.o
ExtractAppIntentsMetadata (in target 'OrderedCollections' from project 'swift-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OrderedCollections --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-collections.OrderedCollections --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OrderedCollections.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OrderedCollections.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/OrderedCollections.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/OrderedCollections.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-collections.build/Debug-xros/OrderedCollections.build/Objects-normal/arm64/OrderedCollections.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:55.359 appintentsmetadataprocessor[1945:9342] Starting appintentsmetadataprocessor export
2025-09-01 14:19:55.410 appintentsmetadataprocessor[1945:9342] Extracted no relevant App Intents symbols, skipping writing output
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomDump.o normal (in target 'CustomDump' from project 'swift-custom-dump')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/Objects-normal/arm64/CustomDump.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/Objects-normal/arm64/CustomDump_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/Objects-normal/arm64/CustomDump_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/Objects-normal/arm64/CustomDump.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomDump.o
ExtractAppIntentsMetadata (in target 'Clocks' from project 'swift-clocks')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-clocks
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Clocks --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-clocks.Clocks --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Clocks.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Clocks.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Clocks.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Clocks.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug-xros/Clocks.build/Objects-normal/arm64/Clocks.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:55.392 appintentsmetadataprocessor[1954:9369] Starting appintentsmetadataprocessor export
2025-09-01 14:19:55.440 appintentsmetadataprocessor[1954:9369] Extracted no relevant App Intents symbols, skipping writing output
SwiftEmitModule normal arm64 Emitting\ module\ for\ Sharing (in target 'Sharing' from project 'swift-sharing')
EmitSwiftModule normal arm64 (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:14:3: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
Perceptible
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:14:3: note: use 'Observable' instead
Perceptible
^~~~~~~~~~~
Observable
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:44:39: warning: 'PerceptionRegistrar' was deprecated in visionOS 1.0: Use 'ObservationRegistrar' instead.
private let _$perceptionRegistrar = PerceptionRegistrar(isPerceptionCheckingEnabled: false)
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:43:65: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
final class _BoxReference<Value>: MutableReference, Observable, Perceptible, @unchecked Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:43:65: note: use 'Observable' instead
final class _BoxReference<Value>: MutableReference, Observable, Perceptible, @unchecked Sendable {
^~~~~~~~~~~
Observable
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:172:39: warning: 'PerceptionRegistrar' was deprecated in visionOS 1.0: Use 'ObservationRegistrar' instead.
private let _$perceptionRegistrar = PerceptionRegistrar(isPerceptionCheckingEnabled: false)
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:170:26: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
Reference, Observable, Perceptible, @unchecked Sendable
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:170:26: note: use 'Observable' instead
Reference, Observable, Perceptible, @unchecked Sendable
^~~~~~~~~~~
Observable
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Shared.swift:472:19: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
extension Shared: Perceptible {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Shared.swift:472:19: note: use 'Observable' instead
extension Shared: Perceptible {}
^~~~~~~~~~~
Observable
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReader.swift:346:25: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
extension SharedReader: Perceptible {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReader.swift:346:25: note: use 'Observable' instead
extension SharedReader: Perceptible {}
^~~~~~~~~~~
Observable
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595441680-swift-frontend-Sharing-all-arm64_apple_xros1.0-swiftmodule-Onone-876063210.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.2988 seconds (1.4635 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1766 ( 21.0%) 0.0471 ( 10.3%) 0.2238 ( 17.2%) 0.2742 ( 18.7%) perform-sema
0.1762 ( 21.0%) 0.0470 ( 10.2%) 0.2232 ( 17.2%) 0.2736 ( 18.7%) Type checking and Semantic analysis
0.1705 ( 20.3%) 0.0451 ( 9.8%) 0.2155 ( 16.6%) 0.2659 ( 18.2%) typecheck-decl
0.0607 ( 7.2%) 0.1288 ( 28.1%) 0.1895 ( 14.6%) 0.1920 ( 13.1%) parse-and-resolve-imports
0.0581 ( 6.9%) 0.1269 ( 27.7%) 0.1851 ( 14.3%) 0.1876 ( 12.8%) Import resolution
0.0612 ( 7.3%) 0.0213 ( 4.6%) 0.0825 ( 6.4%) 0.0846 ( 5.8%) typecheck-expr
0.0312 ( 3.7%) 0.0056 ( 1.2%) 0.0368 ( 2.8%) 0.0400 ( 2.7%) SILGen
0.0243 ( 2.9%) 0.0043 ( 0.9%) 0.0287 ( 2.2%) 0.0287 ( 2.0%) SIL optimization
0.0194 ( 2.3%) 0.0068 ( 1.5%) 0.0263 ( 2.0%) 0.0266 ( 1.8%) build-rewrite-system
0.0108 ( 1.3%) 0.0124 ( 2.7%) 0.0232 ( 1.8%) 0.0245 ( 1.7%) import-clang-decl
0.0168 ( 2.0%) 0.0061 ( 1.3%) 0.0229 ( 1.8%) 0.0233 ( 1.6%) precheck-target
0.0166 ( 2.0%) 0.0027 ( 0.6%) 0.0193 ( 1.5%) 0.0205 ( 1.4%) SILGen-function
0.0056 ( 0.7%) 0.0012 ( 0.3%) 0.0069 ( 0.5%) 0.0069 ( 0.5%) Serialization, swiftmodule
0.0045 ( 0.5%) 0.0014 ( 0.3%) 0.0058 ( 0.4%) 0.0058 ( 0.4%) typecheck-stmt
0.0029 ( 0.3%) 0.0003 ( 0.1%) 0.0032 ( 0.2%) 0.0032 ( 0.2%) Serialization, swiftsourceinfo
0.0010 ( 0.1%) 0.0017 ( 0.4%) 0.0027 ( 0.2%) 0.0027 ( 0.2%) load-stdlib
0.0023 ( 0.3%) 0.0002 ( 0.0%) 0.0024 ( 0.2%) 0.0024 ( 0.2%) Serialization, swiftdoc
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) module-populate-cache
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.8398 (100.0%) 0.4590 (100.0%) 1.2988 (100.0%) 1.4635 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5281 seconds (0.5988 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3286 (100.0%) 0.1995 (100.0%) 0.5281 (100.0%) 0.5988 (100.0%) Building Target
0.3286 (100.0%) 0.1995 (100.0%) 0.5281 (100.0%) 0.5988 (100.0%) Total
SwiftCompile normal arm64 Compiling\ SharedPublisher.swift,\ SharedReader.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReader.swift (in target 'Sharing' from project 'swift-sharing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595443442-swift-frontend-Sharing-SharedPublisher.swift-arm64_apple_xros1.0-o-Onone-851642429.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8162 seconds (0.9690 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0621 ( 13.5%) 0.1281 ( 35.9%) 0.1902 ( 23.3%) 0.1958 ( 20.2%) parse-and-resolve-imports
0.0600 ( 13.1%) 0.1265 ( 35.5%) 0.1865 ( 22.8%) 0.1920 ( 19.8%) Import resolution
0.0846 ( 18.4%) 0.0235 ( 6.6%) 0.1081 ( 13.2%) 0.1534 ( 15.8%) perform-sema
0.0844 ( 18.4%) 0.0235 ( 6.6%) 0.1079 ( 13.2%) 0.1532 ( 15.8%) Type checking and Semantic analysis
0.0477 ( 10.4%) 0.0173 ( 4.9%) 0.0651 ( 8.0%) 0.1103 ( 11.4%) typecheck-decl
0.0414 ( 9.0%) 0.0075 ( 2.1%) 0.0489 ( 6.0%) 0.0490 ( 5.1%) typecheck-stmt
0.0163 ( 3.5%) 0.0089 ( 2.5%) 0.0252 ( 3.1%) 0.0258 ( 2.7%) IRGen
0.0170 ( 3.7%) 0.0063 ( 1.8%) 0.0233 ( 2.9%) 0.0234 ( 2.4%) typecheck-expr
0.0096 ( 2.1%) 0.0035 ( 1.0%) 0.0131 ( 1.6%) 0.0131 ( 1.4%) build-rewrite-system
0.0089 ( 1.9%) 0.0010 ( 0.3%) 0.0099 ( 1.2%) 0.0124 ( 1.3%) SILGen
0.0054 ( 1.2%) 0.0059 ( 1.7%) 0.0113 ( 1.4%) 0.0114 ( 1.2%) import-clang-decl
0.0075 ( 1.6%) 0.0020 ( 0.6%) 0.0095 ( 1.2%) 0.0095 ( 1.0%) precheck-target
0.0058 ( 1.3%) 0.0006 ( 0.2%) 0.0064 ( 0.8%) 0.0088 ( 0.9%) SILGen-function
0.0071 ( 1.5%) 0.0001 ( 0.0%) 0.0072 ( 0.9%) 0.0073 ( 0.7%) SIL optimization
0.0011 ( 0.2%) 0.0016 ( 0.5%) 0.0027 ( 0.3%) 0.0027 ( 0.3%) load-stdlib
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4598 (100.0%) 0.3564 (100.0%) 0.8162 (100.0%) 0.9690 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4181 seconds (0.4807 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2399 (100.0%) 0.1783 (100.0%) 0.4181 (100.0%) 0.4807 (100.0%) Building Target
0.2399 (100.0%) 0.1783 (100.0%) 0.4181 (100.0%) 0.4807 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedPublisher.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReader.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReader.swift:346:25: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
extension SharedReader: Perceptible {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReader.swift:346:25: note: use 'Observable' instead
extension SharedReader: Perceptible {}
^~~~~~~~~~~
Observable
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReader.swift:319:7: warning: '_PerceptionLocals' was deprecated in visionOS 1.0: '_PerceptionLocals' is no longer needed in iOS 17+
_PerceptionLocals.$skipPerceptionChecking.withValue(true) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReader.swift:331:7: warning: '_PerceptionLocals' was deprecated in visionOS 1.0: '_PerceptionLocals' is no longer needed in iOS 17+
_PerceptionLocals.$skipPerceptionChecking.withValue(true) { wrappedValue.id }
^
SwiftCompile normal arm64 Compiling\ SharedReaderKey.swift,\ SwiftUIStateSharing.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReaderKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SwiftUIStateSharing.swift (in target 'Sharing' from project 'swift-sharing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595457802-swift-frontend-Sharing-SharedReaderKey.swift-arm64_apple_xros1.0-o-Onone-3038274495.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6704 seconds (0.8794 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0601 ( 17.1%) 0.1308 ( 41.0%) 0.1909 ( 28.5%) 0.1935 ( 22.0%) parse-and-resolve-imports
0.0576 ( 16.4%) 0.1283 ( 40.3%) 0.1858 ( 27.7%) 0.1884 ( 21.4%) Import resolution
0.0466 ( 13.2%) 0.0094 ( 3.0%) 0.0560 ( 8.4%) 0.0968 ( 11.0%) perform-sema
0.0465 ( 13.2%) 0.0094 ( 3.0%) 0.0559 ( 8.3%) 0.0967 ( 11.0%) Type checking and Semantic analysis
0.0253 ( 7.2%) 0.0067 ( 2.1%) 0.0320 ( 4.8%) 0.0727 ( 8.3%) typecheck-expr
0.0231 ( 6.6%) 0.0051 ( 1.6%) 0.0282 ( 4.2%) 0.0689 ( 7.8%) typecheck-stmt
0.0049 ( 1.4%) 0.0017 ( 0.5%) 0.0065 ( 1.0%) 0.0471 ( 5.4%) precheck-target
0.0208 ( 5.9%) 0.0098 ( 3.1%) 0.0306 ( 4.6%) 0.0309 ( 3.5%) IRGen
0.0247 ( 7.0%) 0.0048 ( 1.5%) 0.0295 ( 4.4%) 0.0296 ( 3.4%) typecheck-decl
0.0167 ( 4.8%) 0.0038 ( 1.2%) 0.0206 ( 3.1%) 0.0206 ( 2.3%) SILGen
0.0133 ( 3.8%) 0.0034 ( 1.1%) 0.0167 ( 2.5%) 0.0167 ( 1.9%) SILGen-function
0.0060 ( 1.7%) 0.0001 ( 0.0%) 0.0060 ( 0.9%) 0.0060 ( 0.7%) SIL optimization
0.0016 ( 0.5%) 0.0029 ( 0.9%) 0.0046 ( 0.7%) 0.0045 ( 0.5%) import-clang-decl
0.0032 ( 0.9%) 0.0010 ( 0.3%) 0.0042 ( 0.6%) 0.0042 ( 0.5%) build-rewrite-system
0.0009 ( 0.3%) 0.0015 ( 0.5%) 0.0024 ( 0.4%) 0.0024 ( 0.3%) load-stdlib
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3518 (100.0%) 0.3186 (100.0%) 0.6704 (100.0%) 0.8794 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4181 seconds (0.4648 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2455 (100.0%) 0.1727 (100.0%) 0.4181 (100.0%) 0.4648 (100.0%) Building Target
0.2455 (100.0%) 0.1727 (100.0%) 0.4181 (100.0%) 0.4648 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedReaderKey.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SwiftUIStateSharing.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ FileStorageKey.swift,\ InMemoryKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKeys/FileStorageKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKeys/InMemoryKey.swift (in target 'Sharing' from project 'swift-sharing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKeys/FileStorageKey.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKeys/InMemoryKey.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595472285-swift-frontend-Sharing-FileStorageKey.swift-arm64_apple_xros1.0-o-Onone-1599429342.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.2261 seconds (1.2689 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0596 ( 7.4%) 0.1226 ( 29.0%) 0.1822 ( 14.9%) 0.1959 ( 15.4%) parse-and-resolve-imports
0.0571 ( 7.1%) 0.1204 ( 28.5%) 0.1775 ( 14.5%) 0.1912 ( 15.1%) Import resolution
0.1422 ( 17.7%) 0.0373 ( 8.8%) 0.1795 ( 14.6%) 0.1822 ( 14.4%) perform-sema
0.1419 ( 17.7%) 0.0371 ( 8.8%) 0.1791 ( 14.6%) 0.1818 ( 14.3%) Type checking and Semantic analysis
0.0987 ( 12.3%) 0.0287 ( 6.8%) 0.1274 ( 10.4%) 0.1288 ( 10.1%) typecheck-decl
0.0882 ( 11.0%) 0.0211 ( 5.0%) 0.1093 ( 8.9%) 0.1100 ( 8.7%) typecheck-expr
0.0684 ( 8.5%) 0.0114 ( 2.7%) 0.0798 ( 6.5%) 0.0813 ( 6.4%) typecheck-stmt
0.0319 ( 4.0%) 0.0060 ( 1.4%) 0.0378 ( 3.1%) 0.0390 ( 3.1%) SILGen
0.0283 ( 3.5%) 0.0075 ( 1.8%) 0.0358 ( 2.9%) 0.0390 ( 3.1%) IRGen
0.0257 ( 3.2%) 0.0046 ( 1.1%) 0.0303 ( 2.5%) 0.0312 ( 2.5%) SILGen-function
0.0211 ( 2.6%) 0.0060 ( 1.4%) 0.0271 ( 2.2%) 0.0273 ( 2.1%) precheck-target
0.0184 ( 2.3%) 0.0063 ( 1.5%) 0.0247 ( 2.0%) 0.0247 ( 2.0%) build-rewrite-system
0.0080 ( 1.0%) 0.0106 ( 2.5%) 0.0187 ( 1.5%) 0.0191 ( 1.5%) import-clang-decl
0.0130 ( 1.6%) 0.0002 ( 0.0%) 0.0132 ( 1.1%) 0.0135 ( 1.1%) SIL optimization
0.0011 ( 0.1%) 0.0022 ( 0.5%) 0.0032 ( 0.3%) 0.0034 ( 0.3%) load-stdlib
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.8041 (100.0%) 0.4220 (100.0%) 1.2261 (100.0%) 1.2689 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6276 seconds (0.6572 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4295 (100.0%) 0.1980 (100.0%) 0.6276 (100.0%) 0.6572 (100.0%) Building Target
0.4295 (100.0%) 0.1980 (100.0%) 0.6276 (100.0%) 0.6572 (100.0%) Total
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Deprecations.swift,\ KeyPath+Sendable.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Deprecations.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/KeyPath+Sendable.swift (in target 'Sharing' from project 'swift-sharing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595475158-swift-frontend-Sharing-resource_bundle_accessor.swift-arm64_apple_xros1.0-o-Onone-2090916142.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6820 seconds (0.6921 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0640 ( 18.8%) 0.1289 ( 37.8%) 0.1930 ( 28.3%) 0.1967 ( 28.4%) parse-and-resolve-imports
0.0615 ( 18.0%) 0.1269 ( 37.2%) 0.1884 ( 27.6%) 0.1921 ( 27.8%) Import resolution
0.0418 ( 12.2%) 0.0161 ( 4.7%) 0.0578 ( 8.5%) 0.0583 ( 8.4%) perform-sema
0.0416 ( 12.2%) 0.0160 ( 4.7%) 0.0576 ( 8.4%) 0.0581 ( 8.4%) Type checking and Semantic analysis
0.0363 ( 10.7%) 0.0151 ( 4.4%) 0.0514 ( 7.5%) 0.0519 ( 7.5%) typecheck-decl
0.0329 ( 9.6%) 0.0121 ( 3.6%) 0.0450 ( 6.6%) 0.0456 ( 6.6%) typecheck-expr
0.0116 ( 3.4%) 0.0045 ( 1.3%) 0.0161 ( 2.4%) 0.0164 ( 2.4%) precheck-target
0.0102 ( 3.0%) 0.0059 ( 1.7%) 0.0161 ( 2.4%) 0.0161 ( 2.3%) IRGen
0.0109 ( 3.2%) 0.0044 ( 1.3%) 0.0154 ( 2.3%) 0.0153 ( 2.2%) build-rewrite-system
0.0045 ( 1.3%) 0.0049 ( 1.5%) 0.0094 ( 1.4%) 0.0094 ( 1.4%) import-clang-decl
0.0077 ( 2.2%) 0.0012 ( 0.4%) 0.0089 ( 1.3%) 0.0089 ( 1.3%) SILGen
0.0063 ( 1.8%) 0.0011 ( 0.3%) 0.0074 ( 1.1%) 0.0074 ( 1.1%) SILGen-function
0.0051 ( 1.5%) 0.0009 ( 0.3%) 0.0060 ( 0.9%) 0.0060 ( 0.9%) typecheck-stmt
0.0052 ( 1.5%) 0.0001 ( 0.0%) 0.0053 ( 0.8%) 0.0053 ( 0.8%) SIL optimization
0.0011 ( 0.3%) 0.0028 ( 0.8%) 0.0039 ( 0.6%) 0.0041 ( 0.6%) load-stdlib
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.1%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3410 (100.0%) 0.3410 (100.0%) 0.6820 (100.0%) 0.6921 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3357 seconds (0.3405 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1639 (100.0%) 0.1717 (100.0%) 0.3357 (100.0%) 0.3405 (100.0%) Building Target
0.1639 (100.0%) 0.1717 (100.0%) 0.3357 (100.0%) 0.3405 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources/resource_bundle_accessor.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Deprecations.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/KeyPath+Sendable.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ PersistentReferences.swift,\ Reference.swift,\ SharedChangeTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/PersistentReferences.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/SharedChangeTracker.swift (in target 'Sharing' from project 'swift-sharing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/PersistentReferences.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:14:3: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
Perceptible
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:14:3: note: use 'Observable' instead
Perceptible
^~~~~~~~~~~
Observable
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:44:39: warning: 'PerceptionRegistrar' was deprecated in visionOS 1.0: Use 'ObservationRegistrar' instead.
private let _$perceptionRegistrar = PerceptionRegistrar(isPerceptionCheckingEnabled: false)
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:43:65: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
final class _BoxReference<Value>: MutableReference, Observable, Perceptible, @unchecked Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:43:65: note: use 'Observable' instead
final class _BoxReference<Value>: MutableReference, Observable, Perceptible, @unchecked Sendable {
^~~~~~~~~~~
Observable
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:172:39: warning: 'PerceptionRegistrar' was deprecated in visionOS 1.0: Use 'ObservationRegistrar' instead.
private let _$perceptionRegistrar = PerceptionRegistrar(isPerceptionCheckingEnabled: false)
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:170:26: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
Reference, Observable, Perceptible, @unchecked Sendable
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/Reference.swift:170:26: note: use 'Observable' instead
Reference, Observable, Perceptible, @unchecked Sendable
^~~~~~~~~~~
Observable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/SharedChangeTracker.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595489618-swift-frontend-Sharing-PersistentReferences.swift-arm64_apple_xros1.0-o-Onone-142924582.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1885 seconds (1.3383 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1489 ( 19.2%) 0.0331 ( 8.0%) 0.1820 ( 15.3%) 0.2232 ( 16.7%) perform-sema
0.1487 ( 19.2%) 0.0331 ( 8.0%) 0.1818 ( 15.3%) 0.2230 ( 16.7%) Type checking and Semantic analysis
0.0623 ( 8.0%) 0.1315 ( 31.8%) 0.1939 ( 16.3%) 0.1963 ( 14.7%) parse-and-resolve-imports
0.0594 ( 7.7%) 0.1284 ( 31.1%) 0.1878 ( 15.8%) 0.1901 ( 14.2%) Import resolution
0.0889 ( 11.5%) 0.0179 ( 4.3%) 0.1068 ( 9.0%) 0.1470 ( 11.0%) typecheck-stmt
0.0619 ( 8.0%) 0.0154 ( 3.7%) 0.0774 ( 6.5%) 0.0785 ( 5.9%) typecheck-decl
0.0540 ( 7.0%) 0.0150 ( 3.6%) 0.0690 ( 5.8%) 0.0698 ( 5.2%) typecheck-expr
0.0426 ( 5.5%) 0.0099 ( 2.4%) 0.0525 ( 4.4%) 0.0528 ( 3.9%) IRGen
0.0335 ( 4.3%) 0.0081 ( 2.0%) 0.0416 ( 3.5%) 0.0517 ( 3.9%) SILGen
0.0244 ( 3.2%) 0.0066 ( 1.6%) 0.0310 ( 2.6%) 0.0406 ( 3.0%) SILGen-function
0.0149 ( 1.9%) 0.0028 ( 0.7%) 0.0177 ( 1.5%) 0.0180 ( 1.3%) precheck-target
0.0178 ( 2.3%) 0.0001 ( 0.0%) 0.0179 ( 1.5%) 0.0180 ( 1.3%) SIL optimization
0.0128 ( 1.6%) 0.0043 ( 1.0%) 0.0171 ( 1.4%) 0.0171 ( 1.3%) build-rewrite-system
0.0036 ( 0.5%) 0.0047 ( 1.1%) 0.0084 ( 0.7%) 0.0084 ( 0.6%) import-clang-decl
0.0010 ( 0.1%) 0.0019 ( 0.4%) 0.0028 ( 0.2%) 0.0029 ( 0.2%) load-stdlib
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) module-populate-cache
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.7755 (100.0%) 0.4130 (100.0%) 1.1885 (100.0%) 1.3383 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.7647 seconds (0.8223 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5582 (100.0%) 0.2065 (100.0%) 0.7647 (100.0%) 0.8223 (100.0%) Building Target
0.5582 (100.0%) 0.2065 (100.0%) 0.7647 (100.0%) 0.8223 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling Dependency.swift, DependencyContext.swift, DependencyKey.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ SharedContinuations.swift,\ SharedKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedContinuations.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKey.swift (in target 'Sharing' from project 'swift-sharing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595509040-swift-frontend-Sharing-SharedContinuations.swift-arm64_apple_xros1.0-o-Onone-1997643183.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6273 seconds (0.8255 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0623 ( 19.5%) 0.1250 ( 40.6%) 0.1872 ( 29.8%) 0.1924 ( 23.3%) parse-and-resolve-imports
0.0598 ( 18.7%) 0.1225 ( 39.8%) 0.1823 ( 29.1%) 0.1875 ( 22.7%) Import resolution
0.0368 ( 11.5%) 0.0104 ( 3.4%) 0.0472 ( 7.5%) 0.0843 ( 10.2%) perform-sema
0.0367 ( 11.5%) 0.0104 ( 3.4%) 0.0470 ( 7.5%) 0.0841 ( 10.2%) Type checking and Semantic analysis
0.0227 ( 7.1%) 0.0078 ( 2.5%) 0.0305 ( 4.9%) 0.0675 ( 8.2%) typecheck-expr
0.0205 ( 6.4%) 0.0071 ( 2.3%) 0.0276 ( 4.4%) 0.0646 ( 7.8%) typecheck-stmt
0.0036 ( 1.1%) 0.0014 ( 0.5%) 0.0050 ( 0.8%) 0.0420 ( 5.1%) precheck-target
0.0207 ( 6.5%) 0.0074 ( 2.4%) 0.0281 ( 4.5%) 0.0304 ( 3.7%) IRGen
0.0171 ( 5.3%) 0.0033 ( 1.1%) 0.0204 ( 3.3%) 0.0205 ( 2.5%) typecheck-decl
0.0122 ( 3.8%) 0.0022 ( 0.7%) 0.0144 ( 2.3%) 0.0146 ( 1.8%) SILGen
0.0094 ( 2.9%) 0.0018 ( 0.6%) 0.0112 ( 1.8%) 0.0114 ( 1.4%) SILGen-function
0.0090 ( 2.8%) 0.0003 ( 0.1%) 0.0093 ( 1.5%) 0.0094 ( 1.1%) SIL optimization
0.0053 ( 1.7%) 0.0016 ( 0.5%) 0.0069 ( 1.1%) 0.0070 ( 0.8%) build-rewrite-system
0.0012 ( 0.4%) 0.0035 ( 1.1%) 0.0047 ( 0.8%) 0.0047 ( 0.6%) load-stdlib
0.0016 ( 0.5%) 0.0031 ( 1.0%) 0.0047 ( 0.8%) 0.0047 ( 0.6%) import-clang-decl
0.0004 ( 0.1%) 0.0001 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.1%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3193 (100.0%) 0.3079 (100.0%) 0.6273 (100.0%) 0.8255 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4166 seconds (0.4662 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2466 (100.0%) 0.1700 (100.0%) 0.4166 (100.0%) 0.4662 (100.0%) Building Target
0.2466 (100.0%) 0.1700 (100.0%) 0.4166 (100.0%) 0.4662 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedContinuations.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKey.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ AppStorageKey.swift,\ DefaultKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKeys/AppStorageKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKeys/DefaultKey.swift (in target 'Sharing' from project 'swift-sharing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595560806-swift-frontend-Sharing-AppStorageKey.swift-arm64_apple_xros1.0-o-Onone-1024930417.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1185 seconds (1.3167 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1364 ( 17.8%) 0.0352 ( 9.9%) 0.1715 ( 15.3%) 0.2206 ( 16.8%) perform-sema
0.1362 ( 17.8%) 0.0351 ( 9.9%) 0.1713 ( 15.3%) 0.2204 ( 16.7%) Type checking and Semantic analysis
0.0622 ( 8.1%) 0.0949 ( 26.8%) 0.1571 ( 14.0%) 0.1607 ( 12.2%) parse-and-resolve-imports
0.0593 ( 7.8%) 0.0915 ( 25.8%) 0.1508 ( 13.5%) 0.1544 ( 11.7%) Import resolution
0.0761 ( 10.0%) 0.0231 ( 6.5%) 0.0991 ( 8.9%) 0.1446 ( 11.0%) typecheck-decl
0.0815 ( 10.7%) 0.0163 ( 4.6%) 0.0978 ( 8.7%) 0.1092 ( 8.3%) typecheck-stmt
0.0668 ( 8.7%) 0.0163 ( 4.6%) 0.0831 ( 7.4%) 0.0955 ( 7.3%) typecheck-expr
0.0388 ( 5.1%) 0.0080 ( 2.3%) 0.0468 ( 4.2%) 0.0581 ( 4.4%) SILGen
0.0269 ( 3.5%) 0.0057 ( 1.6%) 0.0325 ( 2.9%) 0.0435 ( 3.3%) SILGen-function
0.0304 ( 4.0%) 0.0094 ( 2.7%) 0.0398 ( 3.6%) 0.0398 ( 3.0%) IRGen
0.0089 ( 1.2%) 0.0093 ( 2.6%) 0.0182 ( 1.6%) 0.0184 ( 1.4%) import-clang-decl
0.0137 ( 1.8%) 0.0041 ( 1.2%) 0.0178 ( 1.6%) 0.0182 ( 1.4%) build-rewrite-system
0.0140 ( 1.8%) 0.0001 ( 0.0%) 0.0141 ( 1.3%) 0.0141 ( 1.1%) SIL optimization
0.0103 ( 1.4%) 0.0008 ( 0.2%) 0.0111 ( 1.0%) 0.0119 ( 0.9%) precheck-target
0.0012 ( 0.2%) 0.0043 ( 1.2%) 0.0056 ( 0.5%) 0.0056 ( 0.4%) load-stdlib
0.0008 ( 0.1%) 0.0003 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.1%) load-all-members
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.7641 (100.0%) 0.3545 (100.0%) 1.1185 (100.0%) 1.3167 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6402 seconds (0.7043 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4605 (100.0%) 0.1797 (100.0%) 0.6402 (100.0%) 0.7043 (100.0%) Building Target
0.4605 (100.0%) 0.1797 (100.0%) 0.6402 (100.0%) 0.7043 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKeys/AppStorageKey.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedKeys/DefaultKey.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling TestTrait.swift, WithDependencies.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ SharedBinding.swift,\ SharedCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedBinding.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedCollection.swift (in target 'Sharing' from project 'swift-sharing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595617446-swift-frontend-Sharing-SharedBinding.swift-arm64_apple_xros1.0-o-Onone-529370831.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4239 seconds (0.4278 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0607 ( 27.1%) 0.0851 ( 42.5%) 0.1458 ( 34.4%) 0.1467 ( 34.3%) parse-and-resolve-imports
0.0578 ( 25.8%) 0.0830 ( 41.5%) 0.1408 ( 33.2%) 0.1417 ( 33.1%) Import resolution
0.0205 ( 9.2%) 0.0050 ( 2.5%) 0.0255 ( 6.0%) 0.0257 ( 6.0%) perform-sema
0.0204 ( 9.1%) 0.0050 ( 2.5%) 0.0253 ( 6.0%) 0.0256 ( 6.0%) Type checking and Semantic analysis
0.0097 ( 4.3%) 0.0060 ( 3.0%) 0.0157 ( 3.7%) 0.0159 ( 3.7%) IRGen
0.0117 ( 5.2%) 0.0028 ( 1.4%) 0.0144 ( 3.4%) 0.0145 ( 3.4%) typecheck-stmt
0.0107 ( 4.8%) 0.0025 ( 1.3%) 0.0132 ( 3.1%) 0.0132 ( 3.1%) typecheck-expr
0.0100 ( 4.5%) 0.0024 ( 1.2%) 0.0124 ( 2.9%) 0.0126 ( 2.9%) typecheck-decl
0.0064 ( 2.9%) 0.0012 ( 0.6%) 0.0076 ( 1.8%) 0.0081 ( 1.9%) SILGen
0.0045 ( 2.0%) 0.0017 ( 0.9%) 0.0062 ( 1.5%) 0.0063 ( 1.5%) build-rewrite-system
0.0045 ( 2.0%) 0.0009 ( 0.5%) 0.0054 ( 1.3%) 0.0058 ( 1.4%) SILGen-function
0.0013 ( 0.6%) 0.0033 ( 1.7%) 0.0046 ( 1.1%) 0.0048 ( 1.1%) load-stdlib
0.0036 ( 1.6%) 0.0000 ( 0.0%) 0.0037 ( 0.9%) 0.0037 ( 0.9%) SIL optimization
0.0009 ( 0.4%) 0.0010 ( 0.5%) 0.0019 ( 0.4%) 0.0019 ( 0.4%) import-clang-decl
0.0005 ( 0.2%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.1%) precheck-target
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.1%) module-populate-cache
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.1%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.2238 (100.0%) 0.2001 (100.0%) 0.4239 (100.0%) 0.4278 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2472 seconds (0.2503 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1342 (100.0%) 0.1130 (100.0%) 0.2472 (100.0%) 0.2503 (100.0%) Building Target
0.1342 (100.0%) 0.1130 (100.0%) 0.2472 (100.0%) 0.2503 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedBinding.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/SharedCollection.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling Deprecations.swift, Exports.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ TypeName.swift,\ Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/TypeName.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Shared.swift (in target 'Sharing' from project 'swift-sharing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595671229-swift-frontend-Sharing-TypeName.swift-arm64_apple_xros1.0-o-Onone-4062382417.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8895 seconds (0.9048 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0591 ( 9.7%) 0.0778 ( 27.8%) 0.1369 ( 15.4%) 0.1384 ( 15.3%) parse-and-resolve-imports
0.1086 ( 17.8%) 0.0252 ( 9.0%) 0.1337 ( 15.0%) 0.1352 ( 14.9%) perform-sema
0.1084 ( 17.8%) 0.0251 ( 9.0%) 0.1335 ( 15.0%) 0.1350 ( 14.9%) Type checking and Semantic analysis
0.0568 ( 9.3%) 0.0759 ( 27.2%) 0.1327 ( 14.9%) 0.1343 ( 14.8%) Import resolution
0.0770 ( 12.6%) 0.0151 ( 5.4%) 0.0921 ( 10.4%) 0.0934 ( 10.3%) typecheck-stmt
0.0626 ( 10.3%) 0.0162 ( 5.8%) 0.0788 ( 8.9%) 0.0802 ( 8.9%) typecheck-decl
0.0365 ( 6.0%) 0.0115 ( 4.1%) 0.0480 ( 5.4%) 0.0497 ( 5.5%) typecheck-expr
0.0169 ( 2.8%) 0.0097 ( 3.5%) 0.0266 ( 3.0%) 0.0309 ( 3.4%) IRGen
0.0205 ( 3.4%) 0.0041 ( 1.5%) 0.0246 ( 2.8%) 0.0249 ( 2.8%) SILGen
0.0187 ( 3.1%) 0.0029 ( 1.0%) 0.0216 ( 2.4%) 0.0217 ( 2.4%) precheck-target
0.0156 ( 2.6%) 0.0031 ( 1.1%) 0.0187 ( 2.1%) 0.0187 ( 2.1%) SILGen-function
0.0120 ( 2.0%) 0.0033 ( 1.2%) 0.0153 ( 1.7%) 0.0153 ( 1.7%) build-rewrite-system
0.0064 ( 1.0%) 0.0067 ( 2.4%) 0.0131 ( 1.5%) 0.0132 ( 1.5%) import-clang-decl
0.0078 ( 1.3%) 0.0001 ( 0.1%) 0.0079 ( 0.9%) 0.0080 ( 0.9%) SIL optimization
0.0014 ( 0.2%) 0.0025 ( 0.9%) 0.0040 ( 0.4%) 0.0040 ( 0.4%) load-stdlib
0.0010 ( 0.2%) 0.0002 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.1%) typecheck-for-each
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.6100 (100.0%) 0.2794 (100.0%) 0.8895 (100.0%) 0.9048 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4300 seconds (0.4415 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2897 (100.0%) 0.1404 (100.0%) 0.4300 (100.0%) 0.4415 (100.0%) Building Target
0.2897 (100.0%) 0.1404 (100.0%) 0.4300 (100.0%) 0.4415 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/TypeName.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Shared.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Shared.swift:472:19: warning: 'Perceptible' was deprecated in visionOS 1.0: renamed to 'Observable'
extension Shared: Perceptible {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Shared.swift:472:19: note: use 'Observable' instead
extension Shared: Perceptible {}
^~~~~~~~~~~
Observable
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Shared.swift:447:14: warning: '_PerceptionLocals' was deprecated in visionOS 1.0: '_PerceptionLocals' is no longer needed in iOS 17+
return _PerceptionLocals.$skipPerceptionChecking.withValue(true, operation: isEqual)
^
/Users/admin/builder/spi-builder-workspace/Sources/Sharing/Shared.swift:457:7: warning: '_PerceptionLocals' was deprecated in visionOS 1.0: '_PerceptionLocals' is no longer needed in iOS 17+
_PerceptionLocals.$skipPerceptionChecking.withValue(true) { wrappedValue.id }
^
SwiftDriverJobDiscovery normal arm64 Compiling DependencyValues.swift, Assert.swift, Calendar.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ MutexBackport.swift,\ NSRecursiveLock+WithLock.swift,\ PassthroughRelay.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/MutexBackport.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/NSRecursiveLock+WithLock.swift /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/PassthroughRelay.swift (in target 'Sharing' from project 'swift-sharing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756761595894796-swift-frontend-Sharing-MutexBackport.swift-arm64_apple_xros1.0-o-Onone-3499462017.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5238 seconds (0.5353 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0562 ( 16.8%) 0.0697 ( 36.7%) 0.1258 ( 24.0%) 0.1316 ( 24.6%) parse-and-resolve-imports
0.0538 ( 16.1%) 0.0681 ( 35.8%) 0.1219 ( 23.3%) 0.1276 ( 23.8%) Import resolution
0.0491 ( 14.7%) 0.0108 ( 5.7%) 0.0599 ( 11.4%) 0.0599 ( 11.2%) perform-sema
0.0489 ( 14.6%) 0.0108 ( 5.7%) 0.0597 ( 11.4%) 0.0597 ( 11.2%) Type checking and Semantic analysis
0.0297 ( 8.9%) 0.0071 ( 3.7%) 0.0368 ( 7.0%) 0.0368 ( 6.9%) typecheck-decl
0.0250 ( 7.5%) 0.0059 ( 3.1%) 0.0309 ( 5.9%) 0.0309 ( 5.8%) typecheck-expr
0.0191 ( 5.7%) 0.0038 ( 2.0%) 0.0229 ( 4.4%) 0.0229 ( 4.3%) typecheck-stmt
0.0121 ( 3.6%) 0.0050 ( 2.6%) 0.0171 ( 3.3%) 0.0171 ( 3.2%) IRGen
0.0100 ( 3.0%) 0.0025 ( 1.3%) 0.0125 ( 2.4%) 0.0126 ( 2.3%) build-rewrite-system
0.0066 ( 2.0%) 0.0013 ( 0.7%) 0.0079 ( 1.5%) 0.0079 ( 1.5%) precheck-target
0.0072 ( 2.2%) 0.0006 ( 0.3%) 0.0078 ( 1.5%) 0.0078 ( 1.4%) SILGen
0.0061 ( 1.8%) 0.0000 ( 0.0%) 0.0062 ( 1.2%) 0.0062 ( 1.2%) SIL optimization
0.0051 ( 1.5%) 0.0003 ( 0.2%) 0.0054 ( 1.0%) 0.0054 ( 1.0%) SILGen-function
0.0022 ( 0.6%) 0.0024 ( 1.3%) 0.0046 ( 0.9%) 0.0046 ( 0.9%) import-clang-decl
0.0010 ( 0.3%) 0.0015 ( 0.8%) 0.0025 ( 0.5%) 0.0025 ( 0.5%) load-stdlib
0.0008 ( 0.2%) 0.0000 ( 0.0%) 0.0008 ( 0.2%) 0.0008 ( 0.1%) typecheck-for-each
0.0006 ( 0.2%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.1%) typecheck-expr-pattern
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.1%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3338 (100.0%) 0.1900 (100.0%) 0.5238 (100.0%) 0.5353 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2750 seconds (0.2807 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1773 (100.0%) 0.0976 (100.0%) 0.2750 (100.0%) 0.2807 (100.0%) Building Target
0.1773 (100.0%) 0.0976 (100.0%) 0.2750 (100.0%) 0.2807 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/MutexBackport.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/NSRecursiveLock+WithLock.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sharing/Internal/PassthroughRelay.swift (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Deprecations.swift, KeyPath+Sendable.swift (in target 'Sharing' from project 'swift-sharing')
SwiftDriver\ Compilation Dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Dependencies -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftmodule -user-module-version 1.6.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_dependencies -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SharedBinding.swift, SharedCollection.swift (in target 'Sharing' from project 'swift-sharing')
ExtractAppIntentsMetadata (in target 'CustomDump' from project 'swift-custom-dump')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CustomDump --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-custom-dump.CustomDump --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomDump.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomDump.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/Objects-normal/arm64/CustomDump_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/Objects-normal/arm64/CustomDump.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/CustomDump.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/CustomDump.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-xros/CustomDump.build/Objects-normal/arm64/CustomDump.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:55.901 appintentsmetadataprocessor[1973:9434] Starting appintentsmetadataprocessor export
2025-09-01 14:19:55.944 appintentsmetadataprocessor[1973:9434] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling SharedReaderKey.swift, SwiftUIStateSharing.swift (in target 'Sharing' from project 'swift-sharing')
SwiftDriverJobDiscovery normal arm64 Compiling SharedPublisher.swift, SharedReader.swift (in target 'Sharing' from project 'swift-sharing')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OrderedCollections.o (in target 'OrderedCollections' from project 'swift-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OrderedCollections.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineSchedulers.o (in target 'CombineSchedulers' from project 'combine-schedulers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/combine-schedulers
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CombineSchedulers.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Clocks.o (in target 'Clocks' from project 'swift-clocks')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-clocks
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Clocks.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.o normal (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomDump.o (in target 'CustomDump' from project 'swift-custom-dump')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CustomDump.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.o normal (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.o
SwiftDriverJobDiscovery normal arm64 Compiling SharedContinuations.swift, SharedKey.swift (in target 'Sharing' from project 'swift-sharing')
ExtractAppIntentsMetadata (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name IdentifiedCollections --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-identified-collections.IdentifiedCollections --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/IdentifiedCollections.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/IdentifiedCollections.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug-xros/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:56.017 appintentsmetadataprocessor[1978:9465] Starting appintentsmetadataprocessor export
2025-09-01 14:19:56.060 appintentsmetadataprocessor[1978:9465] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Dependencies --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-dependencies.Dependencies --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Dependencies.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Dependencies.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug-xros/Dependencies.build/Objects-normal/arm64/Dependencies.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:56.030 appintentsmetadataprocessor[1979:9466] Starting appintentsmetadataprocessor export
2025-09-01 14:19:56.071 appintentsmetadataprocessor[1979:9466] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for Sharing (in target 'Sharing' from project 'swift-sharing')
SwiftDriver\ Compilation\ Requirements Sharing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sharing -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Sharing-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing-Swift.h (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Sharing-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftmodule (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftdoc (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.abi.json (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftsourceinfo (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.o (in target 'IdentifiedCollections' from project 'swift-identified-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/IdentifiedCollections.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.o (in target 'Dependencies' from project 'swift-dependencies')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Dependencies.o
SwiftDriverJobDiscovery normal arm64 Compiling TypeName.swift, Shared.swift (in target 'Sharing' from project 'swift-sharing')
SwiftDriverJobDiscovery normal arm64 Compiling FileStorageKey.swift, InMemoryKey.swift (in target 'Sharing' from project 'swift-sharing')
SwiftDriverJobDiscovery normal arm64 Compiling MutexBackport.swift, NSRecursiveLock+WithLock.swift, PassthroughRelay.swift (in target 'Sharing' from project 'swift-sharing')
SwiftDriverJobDiscovery normal arm64 Compiling AppStorageKey.swift, DefaultKey.swift (in target 'Sharing' from project 'swift-sharing')
SwiftDriverJobDiscovery normal arm64 Compiling PersistentReferences.swift, Reference.swift, SharedChangeTracker.swift (in target 'Sharing' from project 'swift-sharing')
SwiftDriver\ Compilation Sharing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sharing -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.o normal (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.o
ExtractAppIntentsMetadata (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Sharing --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.Sharing --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Sharing.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Sharing.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-sharing.build/Debug-xros/Sharing.build/Objects-normal/arm64/Sharing.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-01 14:19:56.380 appintentsmetadataprocessor[1982:9493] Starting appintentsmetadataprocessor export
2025-09-01 14:19:56.416 appintentsmetadataprocessor[1982:9493] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.o (in target 'Sharing' from project 'swift-sharing')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Sharing.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-identified-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-identified-collections"
},
{
"identity" : "swift-perception",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-perception"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-sharing",
"name" : "swift-sharing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Sharing",
"targets" : [
"Sharing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SharingTests",
"module_type" : "SwiftTarget",
"name" : "SharingTests",
"path" : "Tests/SharingTests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"AppStorageTests.swift",
"BindingTests.swift",
"CompileTimeTests.swift",
"ContinuationTests.swift",
"DefaultTests.swift",
"EquatableTests.swift",
"ErrorThrowingTests.swift",
"FileStorageTests.swift",
"InMemoryTests.swift",
"IsLoadingTests.swift",
"ObservationTests.swift",
"ParametrizedTests.swift",
"PublisherTests.swift",
"SharedChangeTrackerTests.swift",
"SharedTests.swift"
],
"target_dependencies" : [
"Sharing"
],
"type" : "test"
},
{
"c99name" : "Sharing2",
"module_type" : "SwiftTarget",
"name" : "Sharing2",
"path" : "Sources/VersionMarkerModules/Sharing2",
"product_memberships" : [
"Sharing"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "Sharing1",
"module_type" : "SwiftTarget",
"name" : "Sharing1",
"path" : "Sources/VersionMarkerModules/Sharing1",
"product_memberships" : [
"Sharing"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "Sharing",
"module_type" : "SwiftTarget",
"name" : "Sharing",
"path" : "Sources/Sharing",
"product_dependencies" : [
"CombineSchedulers",
"ConcurrencyExtras",
"CustomDump",
"Dependencies",
"IdentifiedCollections",
"IssueReporting",
"PerceptionCore"
],
"product_memberships" : [
"Sharing"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Sharing/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Internal/Deprecations.swift",
"Internal/KeyPath+Sendable.swift",
"Internal/MutexBackport.swift",
"Internal/NSRecursiveLock+WithLock.swift",
"Internal/PassthroughRelay.swift",
"Internal/PersistentReferences.swift",
"Internal/Reference.swift",
"Internal/SharedChangeTracker.swift",
"Internal/TypeName.swift",
"Shared.swift",
"SharedBinding.swift",
"SharedCollection.swift",
"SharedContinuations.swift",
"SharedKey.swift",
"SharedKeys/AppStorageKey.swift",
"SharedKeys/DefaultKey.swift",
"SharedKeys/FileStorageKey.swift",
"SharedKeys/InMemoryKey.swift",
"SharedPublisher.swift",
"SharedReader.swift",
"SharedReaderKey.swift",
"SwiftUIStateSharing.swift"
],
"target_dependencies" : [
"Sharing1",
"Sharing2"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.