Build Information
Successful build of ZIPFoundation, reference development (e9b191
), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Apr 2025 12:14:45 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 ZIPFoundation -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
var maxUInt32 = UInt32.max
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: warning: var 'maxUInt16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt16 = UInt16.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: convert 'maxUInt16' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt16 = UInt16.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: add '@MainActor' to make var 'maxUInt16' part of global actor 'MainActor'
var maxUInt16 = UInt16.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt16 = UInt16.max
^
nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ Archive+BackingConfiguration.swift,\ Data+Compression.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+BackingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+BackingConfiguration.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015279810320-swift-frontend-ZIPFoundation-Archive_BackingConfiguration.swift-armv7k_apple_watchos2.0-o-Onone-2811665486.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8964 seconds (4.3799 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0296 ( 5.5%) 0.1042 ( 29.3%) 0.1338 ( 14.9%) 1.8472 ( 42.2%) parse-and-resolve-imports
0.0266 ( 4.9%) 0.1021 ( 28.7%) 0.1287 ( 14.4%) 1.8421 ( 42.1%) Import resolution
0.0885 ( 16.4%) 0.0283 ( 8.0%) 0.1168 ( 13.0%) 0.1176 ( 2.7%) build-rewrite-system
0.0785 ( 14.5%) 0.0168 ( 4.7%) 0.0953 ( 10.6%) 0.0965 ( 2.2%) perform-sema
0.0784 ( 14.5%) 0.0168 ( 4.7%) 0.0952 ( 10.6%) 0.0963 ( 2.2%) Type checking and Semantic analysis
0.0122 ( 2.3%) 0.0313 ( 8.8%) 0.0435 ( 4.9%) 0.0936 ( 2.1%) load-stdlib
0.0572 ( 10.6%) 0.0105 ( 2.9%) 0.0677 ( 7.6%) 0.0685 ( 1.6%) typecheck-stmt
0.0509 ( 9.4%) 0.0099 ( 2.8%) 0.0608 ( 6.8%) 0.0615 ( 1.4%) typecheck-expr
0.0324 ( 6.0%) 0.0099 ( 2.8%) 0.0423 ( 4.7%) 0.0428 ( 1.0%) typecheck-decl
0.0154 ( 2.9%) 0.0129 ( 3.6%) 0.0284 ( 3.2%) 0.0287 ( 0.7%) import-clang-decl
0.0171 ( 3.2%) 0.0034 ( 0.9%) 0.0205 ( 2.3%) 0.0206 ( 0.5%) precheck-target
0.0154 ( 2.9%) 0.0029 ( 0.8%) 0.0183 ( 2.0%) 0.0189 ( 0.4%) SILGen
0.0122 ( 2.3%) 0.0044 ( 1.2%) 0.0166 ( 1.9%) 0.0168 ( 0.4%) IRGen
0.0137 ( 2.5%) 0.0005 ( 0.1%) 0.0142 ( 1.6%) 0.0143 ( 0.3%) SIL optimization
0.0103 ( 1.9%) 0.0015 ( 0.4%) 0.0118 ( 1.3%) 0.0119 ( 0.3%) SILGen-function
0.0009 ( 0.2%) 0.0003 ( 0.1%) 0.0013 ( 0.1%) 0.0014 ( 0.0%) load-all-members
0.0008 ( 0.2%) 0.0001 ( 0.0%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
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.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%) 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.5406 (100.0%) 0.3558 (100.0%) 0.8964 (100.0%) 4.3799 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7417 seconds (3.6146 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1294 (100.0%) 0.6123 (100.0%) 1.7417 (100.0%) 3.6146 (100.0%) Building Target
1.1294 (100.0%) 0.6123 (100.0%) 1.7417 (100.0%) 3.6146 (100.0%) Total
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015279810860-swift-frontend-ZIPFoundation-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-1704621312.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5967 seconds (3.8645 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0249 ( 8.3%) 0.0996 ( 33.4%) 0.1244 ( 20.9%) 1.7102 ( 44.3%) parse-and-resolve-imports
0.0218 ( 7.3%) 0.0952 ( 31.9%) 0.1170 ( 19.6%) 1.6971 ( 43.9%) Import resolution
0.0018 ( 0.6%) 0.0141 ( 4.7%) 0.0159 ( 2.7%) 0.1012 ( 2.6%) load-stdlib
0.0531 ( 17.8%) 0.0179 ( 6.0%) 0.0710 ( 11.9%) 0.0749 ( 1.9%) perform-sema
0.0529 ( 17.7%) 0.0177 ( 5.9%) 0.0706 ( 11.8%) 0.0745 ( 1.9%) Type checking and Semantic analysis
0.0526 ( 17.6%) 0.0173 ( 5.8%) 0.0699 ( 11.7%) 0.0737 ( 1.9%) typecheck-decl
0.0192 ( 6.4%) 0.0075 ( 2.5%) 0.0267 ( 4.5%) 0.0277 ( 0.7%) SIL optimization
0.0185 ( 6.2%) 0.0069 ( 2.3%) 0.0254 ( 4.3%) 0.0267 ( 0.7%) typecheck-expr
0.0164 ( 5.5%) 0.0038 ( 1.3%) 0.0203 ( 3.4%) 0.0203 ( 0.5%) SILGen
0.0073 ( 2.4%) 0.0029 ( 1.0%) 0.0102 ( 1.7%) 0.0115 ( 0.3%) precheck-target
0.0077 ( 2.6%) 0.0027 ( 0.9%) 0.0104 ( 1.8%) 0.0104 ( 0.3%) build-rewrite-system
0.0078 ( 2.6%) 0.0019 ( 0.6%) 0.0097 ( 1.6%) 0.0097 ( 0.3%) SILGen-function
0.0036 ( 1.2%) 0.0046 ( 1.5%) 0.0082 ( 1.4%) 0.0094 ( 0.2%) import-clang-decl
0.0036 ( 1.2%) 0.0034 ( 1.1%) 0.0070 ( 1.2%) 0.0074 ( 0.2%) Serialization, swiftmodule
0.0022 ( 0.7%) 0.0007 ( 0.2%) 0.0029 ( 0.5%) 0.0029 ( 0.1%) typecheck-stmt
0.0012 ( 0.4%) 0.0011 ( 0.4%) 0.0023 ( 0.4%) 0.0023 ( 0.1%) Serialization, swiftdoc
0.0021 ( 0.7%) 0.0002 ( 0.1%) 0.0023 ( 0.4%) 0.0023 ( 0.1%) Serialization, swiftsourceinfo
0.0015 ( 0.5%) 0.0004 ( 0.1%) 0.0019 ( 0.3%) 0.0019 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
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%) 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%) associated-type-inference
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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2987 (100.0%) 0.2980 (100.0%) 0.5967 (100.0%) 3.8645 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2865 seconds (1.9642 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1354 (100.0%) 0.1511 (100.0%) 0.2865 (100.0%) 1.9642 (100.0%) Building Target
0.1354 (100.0%) 0.1511 (100.0%) 0.2865 (100.0%) 1.9642 (100.0%) Total
EmitSwiftModule normal arm64_32 (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: warning: var 'maxUInt32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt32 = UInt32.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: convert 'maxUInt32' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt32 = UInt32.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: add '@MainActor' to make var 'maxUInt32' part of global actor 'MainActor'
var maxUInt32 = UInt32.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt32 = UInt32.max
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: warning: var 'maxUInt16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt16 = UInt16.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: convert 'maxUInt16' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt16 = UInt16.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: add '@MainActor' to make var 'maxUInt16' part of global actor 'MainActor'
var maxUInt16 = UInt16.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt16 = UInt16.max
^
nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ Entry.swift,\ Archive+WritingDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015279812245-swift-frontend-ZIPFoundation-Entry.swift-armv7k_apple_watchos2.0-o-Onone-4221993221.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9462 seconds (4.2447 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0247 ( 4.1%) 0.0900 ( 26.5%) 0.1147 ( 12.1%) 1.7093 ( 40.3%) parse-and-resolve-imports
0.0221 ( 3.6%) 0.0877 ( 25.8%) 0.1098 ( 11.6%) 1.7044 ( 40.2%) Import resolution
0.1024 ( 16.9%) 0.0254 ( 7.5%) 0.1278 ( 13.5%) 0.1281 ( 3.0%) perform-sema
0.1023 ( 16.9%) 0.0253 ( 7.4%) 0.1276 ( 13.5%) 0.1279 ( 3.0%) Type checking and Semantic analysis
0.0018 ( 0.3%) 0.0140 ( 4.1%) 0.0158 ( 1.7%) 0.1221 ( 2.9%) load-stdlib
0.0874 ( 14.4%) 0.0284 ( 8.4%) 0.1158 ( 12.2%) 0.1161 ( 2.7%) build-rewrite-system
0.0758 ( 12.5%) 0.0169 ( 5.0%) 0.0926 ( 9.8%) 0.0928 ( 2.2%) typecheck-stmt
0.0610 ( 10.1%) 0.0136 ( 4.0%) 0.0746 ( 7.9%) 0.0747 ( 1.8%) typecheck-expr
0.0392 ( 6.5%) 0.0120 ( 3.5%) 0.0513 ( 5.4%) 0.0515 ( 1.2%) typecheck-decl
0.0146 ( 2.4%) 0.0120 ( 3.5%) 0.0266 ( 2.8%) 0.0266 ( 0.6%) import-clang-decl
0.0200 ( 3.3%) 0.0038 ( 1.1%) 0.0238 ( 2.5%) 0.0242 ( 0.6%) SILGen
0.0142 ( 2.3%) 0.0054 ( 1.6%) 0.0196 ( 2.1%) 0.0203 ( 0.5%) IRGen
0.0128 ( 2.1%) 0.0024 ( 0.7%) 0.0151 ( 1.6%) 0.0151 ( 0.4%) precheck-target
0.0135 ( 2.2%) 0.0003 ( 0.1%) 0.0139 ( 1.5%) 0.0143 ( 0.3%) SIL optimization
0.0115 ( 1.9%) 0.0023 ( 0.7%) 0.0138 ( 1.5%) 0.0140 ( 0.3%) SILGen-function
0.0021 ( 0.3%) 0.0004 ( 0.1%) 0.0024 ( 0.3%) 0.0024 ( 0.1%) typecheck-expr-pattern
0.0006 ( 0.1%) 0.0002 ( 0.1%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) load-all-members
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, 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%) 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%) 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.6061 (100.0%) 0.3402 (100.0%) 0.9462 (100.0%) 4.2447 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7884 seconds (3.6053 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1659 (100.0%) 0.6225 (100.0%) 1.7884 (100.0%) 3.6053 (100.0%) Building Target
1.1659 (100.0%) 0.6225 (100.0%) 1.7884 (100.0%) 3.6053 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015279804818-swift-frontend-ZIPFoundation-all-arm64_apple_watchos2.0-swiftmodule-Onone-1871726995.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5641 seconds (3.9616 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0252 ( 8.2%) 0.0862 ( 33.8%) 0.1114 ( 19.8%) 1.7559 ( 44.3%) parse-and-resolve-imports
0.0226 ( 7.3%) 0.0844 ( 33.1%) 0.1070 ( 19.0%) 1.7515 ( 44.2%) Import resolution
0.0018 ( 0.6%) 0.0152 ( 6.0%) 0.0170 ( 3.0%) 0.1245 ( 3.1%) load-stdlib
0.0557 ( 18.0%) 0.0145 ( 5.7%) 0.0702 ( 12.4%) 0.0705 ( 1.8%) perform-sema
0.0554 ( 17.9%) 0.0144 ( 5.6%) 0.0698 ( 12.4%) 0.0701 ( 1.8%) Type checking and Semantic analysis
0.0551 ( 17.8%) 0.0141 ( 5.5%) 0.0692 ( 12.3%) 0.0694 ( 1.8%) typecheck-decl
0.0187 ( 6.1%) 0.0059 ( 2.3%) 0.0246 ( 4.4%) 0.0246 ( 0.6%) typecheck-expr
0.0188 ( 6.1%) 0.0048 ( 1.9%) 0.0237 ( 4.2%) 0.0240 ( 0.6%) SILGen
0.0183 ( 5.9%) 0.0032 ( 1.3%) 0.0215 ( 3.8%) 0.0216 ( 0.5%) SIL optimization
0.0083 ( 2.7%) 0.0020 ( 0.8%) 0.0103 ( 1.8%) 0.0103 ( 0.3%) SILGen-function
0.0077 ( 2.5%) 0.0026 ( 1.0%) 0.0103 ( 1.8%) 0.0103 ( 0.3%) build-rewrite-system
0.0068 ( 2.2%) 0.0020 ( 0.8%) 0.0088 ( 1.6%) 0.0088 ( 0.2%) precheck-target
0.0034 ( 1.1%) 0.0034 ( 1.3%) 0.0068 ( 1.2%) 0.0068 ( 0.2%) import-clang-decl
0.0033 ( 1.1%) 0.0009 ( 0.4%) 0.0042 ( 0.7%) 0.0042 ( 0.1%) Serialization, swiftmodule
0.0022 ( 0.7%) 0.0007 ( 0.3%) 0.0029 ( 0.5%) 0.0029 ( 0.1%) typecheck-stmt
0.0023 ( 0.8%) 0.0003 ( 0.1%) 0.0026 ( 0.5%) 0.0027 ( 0.1%) Serialization, swiftsourceinfo
0.0016 ( 0.5%) 0.0004 ( 0.1%) 0.0020 ( 0.3%) 0.0019 ( 0.0%) typecheck-expr-pattern
0.0012 ( 0.4%) 0.0003 ( 0.1%) 0.0014 ( 0.3%) 0.0014 ( 0.0%) Serialization, swiftdoc
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
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.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 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%) SIL verification, post-optimization
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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3090 (100.0%) 0.2551 (100.0%) 0.5641 (100.0%) 3.9616 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2762 seconds (2.0344 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1407 (100.0%) 0.1355 (100.0%) 0.2762 (100.0%) 2.0344 (100.0%) Building Target
0.1407 (100.0%) 0.1355 (100.0%) 0.2762 (100.0%) 2.0344 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: warning: var 'maxUInt32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt32 = UInt32.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: convert 'maxUInt32' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt32 = UInt32.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: add '@MainActor' to make var 'maxUInt32' part of global actor 'MainActor'
var maxUInt32 = UInt32.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt32 = UInt32.max
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: warning: var 'maxUInt16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt16 = UInt16.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: convert 'maxUInt16' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt16 = UInt16.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: add '@MainActor' to make var 'maxUInt16' part of global actor 'MainActor'
var maxUInt16 = UInt16.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt16 = UInt16.max
^
nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ Entry+ZIP64.swift,\ Archive+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+ZIP64.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015279810200-swift-frontend-ZIPFoundation-Entry_ZIP64.swift-armv7k_apple_watchos2.0-o-Onone-2763186514.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1961 seconds (4.7418 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0261 ( 3.1%) 0.0916 ( 26.3%) 0.1176 ( 9.8%) 1.8357 ( 38.7%) parse-and-resolve-imports
0.0231 ( 2.7%) 0.0892 ( 25.6%) 0.1123 ( 9.4%) 1.8303 ( 38.6%) Import resolution
0.1470 ( 17.3%) 0.0253 ( 7.3%) 0.1724 ( 14.4%) 0.1753 ( 3.7%) perform-sema
0.1469 ( 17.3%) 0.0253 ( 7.3%) 0.1722 ( 14.4%) 0.1752 ( 3.7%) Type checking and Semantic analysis
0.1231 ( 14.5%) 0.0192 ( 5.5%) 0.1423 ( 11.9%) 0.1450 ( 3.1%) typecheck-stmt
0.1065 ( 12.6%) 0.0164 ( 4.7%) 0.1229 ( 10.3%) 0.1250 ( 2.6%) typecheck-expr
0.0904 ( 10.7%) 0.0294 ( 8.4%) 0.1198 ( 10.0%) 0.1225 ( 2.6%) build-rewrite-system
0.0020 ( 0.2%) 0.0140 ( 4.0%) 0.0160 ( 1.3%) 0.1092 ( 2.3%) load-stdlib
0.0735 ( 8.7%) 0.0140 ( 4.0%) 0.0875 ( 7.3%) 0.0896 ( 1.9%) typecheck-decl
0.0258 ( 3.0%) 0.0007 ( 0.2%) 0.0265 ( 2.2%) 0.0266 ( 0.6%) SIL optimization
0.0144 ( 1.7%) 0.0119 ( 3.4%) 0.0263 ( 2.2%) 0.0264 ( 0.6%) import-clang-decl
0.0212 ( 2.5%) 0.0018 ( 0.5%) 0.0230 ( 1.9%) 0.0231 ( 0.5%) precheck-target
0.0186 ( 2.2%) 0.0027 ( 0.8%) 0.0213 ( 1.8%) 0.0215 ( 0.5%) SILGen
0.0167 ( 2.0%) 0.0047 ( 1.3%) 0.0213 ( 1.8%) 0.0214 ( 0.5%) IRGen
0.0118 ( 1.4%) 0.0015 ( 0.4%) 0.0133 ( 1.1%) 0.0133 ( 0.3%) SILGen-function
0.0008 ( 0.1%) 0.0003 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) load-all-members
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
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.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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.8481 (100.0%) 0.3480 (100.0%) 1.1961 (100.0%) 4.7418 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7051 seconds (3.6107 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1850 (100.0%) 0.5201 (100.0%) 1.7051 (100.0%) 3.6107 (100.0%) Building Target
1.1850 (100.0%) 0.5201 (100.0%) 1.7051 (100.0%) 3.6107 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ URL+ZIP.swift,\ Date+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/URL+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015279812084-swift-frontend-ZIPFoundation-URL_ZIP.swift-arm64_apple_watchos2.0-o-Onone-1615110953.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.7505 seconds (4.1640 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0298 ( 40.1%) 0.5047 ( 42.7%) 1.5345 ( 40.9%) 1.7174 ( 41.2%) parse-and-resolve-imports
1.0269 ( 40.0%) 0.4979 ( 42.1%) 1.5248 ( 40.7%) 1.7033 ( 40.9%) Import resolution
0.0887 ( 3.5%) 0.0267 ( 2.3%) 0.1154 ( 3.1%) 0.1184 ( 2.8%) perform-sema
0.0886 ( 3.4%) 0.0266 ( 2.3%) 0.1152 ( 3.1%) 0.1183 ( 2.8%) Type checking and Semantic analysis
0.0858 ( 3.3%) 0.0239 ( 2.0%) 0.1097 ( 2.9%) 0.1120 ( 2.7%) typecheck-stmt
0.0774 ( 3.0%) 0.0208 ( 1.8%) 0.0983 ( 2.6%) 0.1006 ( 2.4%) typecheck-expr
0.0820 ( 3.2%) 0.0164 ( 1.4%) 0.0985 ( 2.6%) 0.0987 ( 2.4%) build-rewrite-system
0.0143 ( 0.6%) 0.0392 ( 3.3%) 0.0535 ( 1.4%) 0.0919 ( 2.2%) load-stdlib
0.0142 ( 0.6%) 0.0127 ( 1.1%) 0.0268 ( 0.7%) 0.0279 ( 0.7%) import-clang-decl
0.0133 ( 0.5%) 0.0061 ( 0.5%) 0.0194 ( 0.5%) 0.0204 ( 0.5%) typecheck-decl
0.0120 ( 0.5%) 0.0029 ( 0.2%) 0.0149 ( 0.4%) 0.0149 ( 0.4%) IRGen
0.0115 ( 0.4%) 0.0023 ( 0.2%) 0.0138 ( 0.4%) 0.0142 ( 0.3%) precheck-target
0.0104 ( 0.4%) 0.0001 ( 0.0%) 0.0106 ( 0.3%) 0.0107 ( 0.3%) SIL optimization
0.0066 ( 0.3%) 0.0013 ( 0.1%) 0.0079 ( 0.2%) 0.0079 ( 0.2%) SILGen
0.0046 ( 0.2%) 0.0009 ( 0.1%) 0.0055 ( 0.1%) 0.0055 ( 0.1%) SILGen-function
0.0010 ( 0.0%) 0.0005 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 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
2.5676 (100.0%) 1.1828 (100.0%) 3.7505 (100.0%) 4.1640 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.2285 seconds (3.6006 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0835 (100.0%) 1.1450 (100.0%) 3.2285 (100.0%) 3.6006 (100.0%) Building Target
2.0835 (100.0%) 1.1450 (100.0%) 3.2285 (100.0%) 3.6006 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/URL+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ URL+ZIP.swift,\ Date+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/URL+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015279810531-swift-frontend-ZIPFoundation-URL_ZIP.swift-arm64_32_apple_watchos2.0-o-Onone-4271450682.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9654 seconds (4.1833 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0313 ( 5.5%) 0.1111 ( 27.9%) 0.1424 ( 14.8%) 1.7244 ( 41.2%) parse-and-resolve-imports
0.0283 ( 5.0%) 0.1090 ( 27.4%) 0.1373 ( 14.2%) 1.7192 ( 41.1%) Import resolution
0.0856 ( 15.1%) 0.0300 ( 7.5%) 0.1156 ( 12.0%) 0.1164 ( 2.8%) build-rewrite-system
0.0867 ( 15.3%) 0.0235 ( 5.9%) 0.1102 ( 11.4%) 0.1110 ( 2.7%) perform-sema
0.0866 ( 15.3%) 0.0234 ( 5.9%) 0.1100 ( 11.4%) 0.1108 ( 2.6%) Type checking and Semantic analysis
0.0839 ( 14.8%) 0.0221 ( 5.5%) 0.1060 ( 11.0%) 0.1062 ( 2.5%) typecheck-stmt
0.0753 ( 13.3%) 0.0191 ( 4.8%) 0.0945 ( 9.8%) 0.0947 ( 2.3%) typecheck-expr
0.0145 ( 2.6%) 0.0298 ( 7.5%) 0.0443 ( 4.6%) 0.0936 ( 2.2%) load-stdlib
0.0143 ( 2.5%) 0.0118 ( 3.0%) 0.0260 ( 2.7%) 0.0263 ( 0.6%) import-clang-decl
0.0130 ( 2.3%) 0.0083 ( 2.1%) 0.0213 ( 2.2%) 0.0214 ( 0.5%) IRGen
0.0128 ( 2.3%) 0.0038 ( 1.0%) 0.0166 ( 1.7%) 0.0172 ( 0.4%) typecheck-decl
0.0117 ( 2.1%) 0.0027 ( 0.7%) 0.0144 ( 1.5%) 0.0144 ( 0.3%) precheck-target
0.0104 ( 1.8%) 0.0002 ( 0.0%) 0.0106 ( 1.1%) 0.0106 ( 0.3%) SIL optimization
0.0069 ( 1.2%) 0.0015 ( 0.4%) 0.0084 ( 0.9%) 0.0088 ( 0.2%) SILGen
0.0048 ( 0.9%) 0.0010 ( 0.2%) 0.0058 ( 0.6%) 0.0062 ( 0.1%) SILGen-function
0.0010 ( 0.2%) 0.0009 ( 0.2%) 0.0018 ( 0.2%) 0.0018 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
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.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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.5673 (100.0%) 0.3981 (100.0%) 0.9654 (100.0%) 4.1833 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8268 seconds (3.6013 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0861 (100.0%) 0.7406 (100.0%) 1.8268 (100.0%) 3.6013 (100.0%) Building Target
1.0861 (100.0%) 0.7406 (100.0%) 1.8268 (100.0%) 3.6013 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/URL+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Archive+ReadingDeprecated.swift,\ Entry+Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015281857095-swift-frontend-ZIPFoundation-Archive_ReadingDeprecated.swift-arm64_apple_watchos2.0-o-Onone-4054645870.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6181 seconds (0.6205 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0847 ( 18.3%) 0.0299 ( 19.4%) 0.1147 ( 18.6%) 0.1152 ( 18.6%) build-rewrite-system
0.0667 ( 14.4%) 0.0127 ( 8.2%) 0.0793 ( 12.8%) 0.0795 ( 12.8%) perform-sema
0.0666 ( 14.4%) 0.0126 ( 8.2%) 0.0792 ( 12.8%) 0.0794 ( 12.8%) Type checking and Semantic analysis
0.0593 ( 12.8%) 0.0106 ( 6.9%) 0.0699 ( 11.3%) 0.0700 ( 11.3%) typecheck-stmt
0.0562 ( 12.1%) 0.0093 ( 6.0%) 0.0655 ( 10.6%) 0.0656 ( 10.6%) typecheck-expr
0.0234 ( 5.1%) 0.0255 ( 16.5%) 0.0489 ( 7.9%) 0.0496 ( 8.0%) parse-and-resolve-imports
0.0208 ( 4.5%) 0.0234 ( 15.1%) 0.0442 ( 7.1%) 0.0447 ( 7.2%) Import resolution
0.0161 ( 3.5%) 0.0135 ( 8.8%) 0.0296 ( 4.8%) 0.0298 ( 4.8%) import-clang-decl
0.0170 ( 3.7%) 0.0042 ( 2.7%) 0.0213 ( 3.4%) 0.0213 ( 3.4%) typecheck-decl
0.0157 ( 3.4%) 0.0033 ( 2.2%) 0.0190 ( 3.1%) 0.0190 ( 3.1%) precheck-target
0.0127 ( 2.7%) 0.0018 ( 1.1%) 0.0145 ( 2.3%) 0.0145 ( 2.3%) SILGen
0.0074 ( 1.6%) 0.0038 ( 2.5%) 0.0112 ( 1.8%) 0.0112 ( 1.8%) IRGen
0.0084 ( 1.8%) 0.0012 ( 0.8%) 0.0096 ( 1.6%) 0.0096 ( 1.5%) SILGen-function
0.0065 ( 1.4%) 0.0001 ( 0.1%) 0.0067 ( 1.1%) 0.0067 ( 1.1%) SIL optimization
0.0010 ( 0.2%) 0.0021 ( 1.4%) 0.0032 ( 0.5%) 0.0032 ( 0.5%) load-stdlib
0.0008 ( 0.2%) 0.0002 ( 0.2%) 0.0010 ( 0.2%) 0.0010 ( 0.2%) load-all-members
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%) 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4635 (100.0%) 0.1546 (100.0%) 0.6181 (100.0%) 0.6205 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4545 seconds (1.5634 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9703 (100.0%) 0.4842 (100.0%) 1.4545 (100.0%) 1.5634 (100.0%) Building Target
0.9703 (100.0%) 0.4842 (100.0%) 1.4545 (100.0%) 1.5634 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Emitting module for ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 Compiling\ Entry+ZIP64.swift,\ Archive+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+ZIP64.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015281856481-swift-frontend-ZIPFoundation-Entry_ZIP64.swift-arm64_32_apple_watchos2.0-o-Onone-782567078.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9563 seconds (0.9600 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1386 ( 17.8%) 0.0222 ( 12.4%) 0.1608 ( 16.8%) 0.1612 ( 16.8%) perform-sema
0.1385 ( 17.8%) 0.0221 ( 12.3%) 0.1607 ( 16.8%) 0.1610 ( 16.8%) Type checking and Semantic analysis
0.1172 ( 15.1%) 0.0167 ( 9.3%) 0.1339 ( 14.0%) 0.1341 ( 14.0%) typecheck-stmt
0.1022 ( 13.2%) 0.0143 ( 8.0%) 0.1165 ( 12.2%) 0.1168 ( 12.2%) typecheck-expr
0.0679 ( 8.7%) 0.0123 ( 6.9%) 0.0802 ( 8.4%) 0.0804 ( 8.4%) typecheck-decl
0.0596 ( 7.7%) 0.0194 ( 10.8%) 0.0790 ( 8.3%) 0.0797 ( 8.3%) build-rewrite-system
0.0231 ( 3.0%) 0.0254 ( 14.1%) 0.0484 ( 5.1%) 0.0488 ( 5.1%) parse-and-resolve-imports
0.0204 ( 2.6%) 0.0231 ( 12.9%) 0.0435 ( 4.6%) 0.0438 ( 4.6%) Import resolution
0.0247 ( 3.2%) 0.0006 ( 0.4%) 0.0253 ( 2.6%) 0.0254 ( 2.6%) SIL optimization
0.0136 ( 1.8%) 0.0109 ( 6.1%) 0.0245 ( 2.6%) 0.0249 ( 2.6%) import-clang-decl
0.0195 ( 2.5%) 0.0023 ( 1.3%) 0.0219 ( 2.3%) 0.0219 ( 2.3%) SILGen
0.0162 ( 2.1%) 0.0049 ( 2.7%) 0.0211 ( 2.2%) 0.0216 ( 2.3%) IRGen
0.0201 ( 2.6%) 0.0014 ( 0.8%) 0.0215 ( 2.2%) 0.0215 ( 2.2%) precheck-target
0.0127 ( 1.6%) 0.0015 ( 0.8%) 0.0141 ( 1.5%) 0.0141 ( 1.5%) SILGen-function
0.0011 ( 0.1%) 0.0021 ( 1.2%) 0.0032 ( 0.3%) 0.0034 ( 0.4%) load-stdlib
0.0007 ( 0.1%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.1%) load-all-members
0.0003 ( 0.0%) 0.0001 ( 0.1%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
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.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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.7767 (100.0%) 0.1795 (100.0%) 0.9563 (100.0%) 0.9600 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4450 seconds (1.5646 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9414 (100.0%) 0.5036 (100.0%) 1.4450 (100.0%) 1.5646 (100.0%) Building Target
0.9414 (100.0%) 0.5036 (100.0%) 1.4450 (100.0%) 1.5646 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Emitting module for ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriver\ Compilation\ Requirements ZIPFoundation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation-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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriver\ Compilation\ Requirements ZIPFoundation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation-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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements ZIPFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftmodule (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Headers/ZIPFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation-Swift.h (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Headers/ZIPFoundation-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftdoc (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.abi.json (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftmodule (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftdoc (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.abi.json (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftmodule (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftdoc (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.abi.json (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftsourceinfo (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftsourceinfo (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftsourceinfo (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ Entry.swift,\ Archive+WritingDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015281941260-swift-frontend-ZIPFoundation-Entry.swift-arm64_32_apple_watchos2.0-o-Onone-3488140189.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7187 seconds (0.7204 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0997 ( 18.1%) 0.0223 ( 13.4%) 0.1220 ( 17.0%) 0.1222 ( 17.0%) perform-sema
0.0996 ( 18.0%) 0.0222 ( 13.3%) 0.1219 ( 17.0%) 0.1220 ( 16.9%) Type checking and Semantic analysis
0.0709 ( 12.8%) 0.0148 ( 8.9%) 0.0857 ( 11.9%) 0.0858 ( 11.9%) typecheck-stmt
0.0601 ( 10.9%) 0.0226 ( 13.6%) 0.0827 ( 11.5%) 0.0829 ( 11.5%) build-rewrite-system
0.0561 ( 10.2%) 0.0117 ( 7.0%) 0.0678 ( 9.4%) 0.0678 ( 9.4%) typecheck-expr
0.0398 ( 7.2%) 0.0109 ( 6.5%) 0.0506 ( 7.0%) 0.0508 ( 7.0%) typecheck-decl
0.0220 ( 4.0%) 0.0192 ( 11.5%) 0.0412 ( 5.7%) 0.0414 ( 5.7%) parse-and-resolve-imports
0.0197 ( 3.6%) 0.0174 ( 10.5%) 0.0371 ( 5.2%) 0.0373 ( 5.2%) Import resolution
0.0145 ( 2.6%) 0.0108 ( 6.5%) 0.0253 ( 3.5%) 0.0257 ( 3.6%) import-clang-decl
0.0173 ( 3.1%) 0.0032 ( 1.9%) 0.0205 ( 2.8%) 0.0205 ( 2.8%) SILGen
0.0136 ( 2.5%) 0.0049 ( 2.9%) 0.0185 ( 2.6%) 0.0185 ( 2.6%) IRGen
0.0124 ( 2.3%) 0.0022 ( 1.3%) 0.0146 ( 2.0%) 0.0146 ( 2.0%) precheck-target
0.0134 ( 2.4%) 0.0003 ( 0.2%) 0.0137 ( 1.9%) 0.0137 ( 1.9%) SIL optimization
0.0096 ( 1.7%) 0.0020 ( 1.2%) 0.0115 ( 1.6%) 0.0116 ( 1.6%) SILGen-function
0.0010 ( 0.2%) 0.0017 ( 1.0%) 0.0027 ( 0.4%) 0.0027 ( 0.4%) load-stdlib
0.0017 ( 0.3%) 0.0003 ( 0.2%) 0.0019 ( 0.3%) 0.0019 ( 0.3%) typecheck-expr-pattern
0.0007 ( 0.1%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.1%) 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%) 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%) 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%) 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.5521 (100.0%) 0.1666 (100.0%) 0.7187 (100.0%) 0.7204 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3511 seconds (1.4715 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8527 (100.0%) 0.4984 (100.0%) 1.3511 (100.0%) 1.4715 (100.0%) Building Target
0.8527 (100.0%) 0.4984 (100.0%) 1.3511 (100.0%) 1.4715 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Archive+BackingConfiguration.swift,\ Data+Compression.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+BackingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+BackingConfiguration.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283629559-swift-frontend-ZIPFoundation-Archive_BackingConfiguration.swift-arm64_apple_watchos2.0-o-Onone-2266388406.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4884 seconds (0.4953 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0678 ( 17.8%) 0.0131 ( 12.3%) 0.0810 ( 16.6%) 0.0822 ( 16.6%) perform-sema
0.0677 ( 17.7%) 0.0131 ( 12.3%) 0.0808 ( 16.5%) 0.0820 ( 16.6%) Type checking and Semantic analysis
0.0498 ( 13.1%) 0.0084 ( 7.9%) 0.0583 ( 11.9%) 0.0588 ( 11.9%) typecheck-stmt
0.0455 ( 11.9%) 0.0085 ( 7.9%) 0.0539 ( 11.0%) 0.0551 ( 11.1%) typecheck-expr
0.0203 ( 5.3%) 0.0183 ( 17.2%) 0.0386 ( 7.9%) 0.0392 ( 7.9%) parse-and-resolve-imports
0.0268 ( 7.0%) 0.0066 ( 6.2%) 0.0334 ( 6.8%) 0.0342 ( 6.9%) typecheck-decl
0.0176 ( 4.6%) 0.0148 ( 13.8%) 0.0324 ( 6.6%) 0.0329 ( 6.6%) Import resolution
0.0172 ( 4.5%) 0.0047 ( 4.4%) 0.0219 ( 4.5%) 0.0221 ( 4.5%) build-rewrite-system
0.0123 ( 3.2%) 0.0061 ( 5.7%) 0.0184 ( 3.8%) 0.0185 ( 3.7%) IRGen
0.0150 ( 3.9%) 0.0024 ( 2.3%) 0.0174 ( 3.6%) 0.0176 ( 3.6%) precheck-target
0.0135 ( 3.5%) 0.0027 ( 2.6%) 0.0162 ( 3.3%) 0.0162 ( 3.3%) SILGen
0.0129 ( 3.4%) 0.0002 ( 0.2%) 0.0131 ( 2.7%) 0.0131 ( 2.6%) SIL optimization
0.0088 ( 2.3%) 0.0016 ( 1.5%) 0.0104 ( 2.1%) 0.0104 ( 2.1%) SILGen-function
0.0041 ( 1.1%) 0.0044 ( 4.1%) 0.0086 ( 1.8%) 0.0089 ( 1.8%) import-clang-decl
0.0009 ( 0.2%) 0.0015 ( 1.4%) 0.0024 ( 0.5%) 0.0024 ( 0.5%) load-stdlib
0.0009 ( 0.2%) 0.0002 ( 0.2%) 0.0011 ( 0.2%) 0.0011 ( 0.2%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0001 ( 0.1%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
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.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%) 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.3817 (100.0%) 0.1067 (100.0%) 0.4884 (100.0%) 0.4953 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3521 seconds (0.3674 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2685 (100.0%) 0.0837 (100.0%) 0.3521 (100.0%) 0.3674 (100.0%) Building Target
0.2685 (100.0%) 0.0837 (100.0%) 0.3521 (100.0%) 0.3674 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling Entry.swift, Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 Compiling\ FileManager+ZIPDeprecated.swift,\ Archive+ZIP64.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIPDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283764493-swift-frontend-ZIPFoundation-FileManager_ZIPDeprecated.swift-arm64_32_apple_watchos2.0-o-Onone-2793626576.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4049 seconds (0.4119 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0547 ( 18.1%) 0.0138 ( 13.4%) 0.0686 ( 16.9%) 0.0699 ( 17.0%) perform-sema
0.0546 ( 18.1%) 0.0138 ( 13.4%) 0.0684 ( 16.9%) 0.0698 ( 16.9%) Type checking and Semantic analysis
0.0356 ( 11.8%) 0.0063 ( 6.1%) 0.0419 ( 10.3%) 0.0430 ( 10.5%) typecheck-stmt
0.0217 ( 7.2%) 0.0190 ( 18.4%) 0.0407 ( 10.1%) 0.0408 ( 9.9%) parse-and-resolve-imports
0.0326 ( 10.8%) 0.0062 ( 6.0%) 0.0388 ( 9.6%) 0.0400 ( 9.7%) typecheck-expr
0.0191 ( 6.3%) 0.0157 ( 15.2%) 0.0348 ( 8.6%) 0.0349 ( 8.5%) Import resolution
0.0223 ( 7.4%) 0.0080 ( 7.7%) 0.0303 ( 7.5%) 0.0305 ( 7.4%) typecheck-decl
0.0143 ( 4.8%) 0.0044 ( 4.3%) 0.0188 ( 4.6%) 0.0192 ( 4.7%) build-rewrite-system
0.0106 ( 3.5%) 0.0029 ( 2.8%) 0.0135 ( 3.3%) 0.0138 ( 3.3%) SILGen
0.0081 ( 2.7%) 0.0050 ( 4.8%) 0.0131 ( 3.2%) 0.0132 ( 3.2%) IRGen
0.0094 ( 3.1%) 0.0001 ( 0.1%) 0.0095 ( 2.3%) 0.0095 ( 2.3%) SIL optimization
0.0074 ( 2.5%) 0.0012 ( 1.1%) 0.0086 ( 2.1%) 0.0090 ( 2.2%) precheck-target
0.0067 ( 2.2%) 0.0019 ( 1.8%) 0.0086 ( 2.1%) 0.0089 ( 2.2%) SILGen-function
0.0026 ( 0.9%) 0.0028 ( 2.7%) 0.0054 ( 1.3%) 0.0054 ( 1.3%) import-clang-decl
0.0010 ( 0.3%) 0.0020 ( 2.0%) 0.0031 ( 0.8%) 0.0031 ( 0.7%) load-stdlib
0.0005 ( 0.2%) 0.0000 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.1%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
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, 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.3017 (100.0%) 0.1032 (100.0%) 0.4049 (100.0%) 0.4119 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2253 seconds (0.2291 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1673 (100.0%) 0.0580 (100.0%) 0.2253 (100.0%) 0.2291 (100.0%) Building Target
0.1673 (100.0%) 0.0580 (100.0%) 0.2253 (100.0%) 0.2291 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIPDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: warning: var 'maxUInt32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt32 = UInt32.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: convert 'maxUInt32' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt32 = UInt32.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: add '@MainActor' to make var 'maxUInt32' part of global actor 'MainActor'
var maxUInt32 = UInt32.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt32 = UInt32.max
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: warning: var 'maxUInt16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt16 = UInt16.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: convert 'maxUInt16' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt16 = UInt16.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: add '@MainActor' to make var 'maxUInt16' part of global actor 'MainActor'
var maxUInt16 = UInt16.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt16 = UInt16.max
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling Entry+ZIP64.swift, Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k Compiling\ Archive+Writing.swift,\ Archive.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Writing.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Writing.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283839568-swift-frontend-ZIPFoundation-Archive_Writing.swift-armv7k_apple_watchos2.0-o-Onone-1886611800.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9768 seconds (1.0078 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1431 ( 18.6%) 0.0304 ( 14.8%) 0.1735 ( 17.8%) 0.1794 ( 17.8%) perform-sema
0.1429 ( 18.5%) 0.0304 ( 14.7%) 0.1733 ( 17.7%) 0.1792 ( 17.8%) Type checking and Semantic analysis
0.1093 ( 14.2%) 0.0189 ( 9.2%) 0.1282 ( 13.1%) 0.1315 ( 13.1%) typecheck-stmt
0.1072 ( 13.9%) 0.0198 ( 9.6%) 0.1270 ( 13.0%) 0.1304 ( 12.9%) typecheck-expr
0.0705 ( 9.2%) 0.0193 ( 9.4%) 0.0899 ( 9.2%) 0.0914 ( 9.1%) typecheck-decl
0.0233 ( 3.0%) 0.0269 ( 13.0%) 0.0503 ( 5.1%) 0.0509 ( 5.1%) parse-and-resolve-imports
0.0206 ( 2.7%) 0.0249 ( 12.1%) 0.0455 ( 4.7%) 0.0456 ( 4.5%) Import resolution
0.0336 ( 4.4%) 0.0051 ( 2.4%) 0.0387 ( 4.0%) 0.0422 ( 4.2%) SILGen
0.0249 ( 3.2%) 0.0033 ( 1.6%) 0.0282 ( 2.9%) 0.0302 ( 3.0%) SILGen-function
0.0226 ( 2.9%) 0.0053 ( 2.6%) 0.0279 ( 2.9%) 0.0284 ( 2.8%) IRGen
0.0222 ( 2.9%) 0.0039 ( 1.9%) 0.0262 ( 2.7%) 0.0269 ( 2.7%) precheck-target
0.0173 ( 2.3%) 0.0071 ( 3.5%) 0.0245 ( 2.5%) 0.0252 ( 2.5%) build-rewrite-system
0.0226 ( 2.9%) 0.0004 ( 0.2%) 0.0230 ( 2.4%) 0.0247 ( 2.5%) SIL optimization
0.0063 ( 0.8%) 0.0068 ( 3.3%) 0.0131 ( 1.3%) 0.0137 ( 1.4%) import-clang-decl
0.0012 ( 0.2%) 0.0030 ( 1.4%) 0.0042 ( 0.4%) 0.0044 ( 0.4%) load-stdlib
0.0016 ( 0.2%) 0.0003 ( 0.1%) 0.0019 ( 0.2%) 0.0019 ( 0.2%) typecheck-expr-pattern
0.0006 ( 0.1%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.1%) typecheck-for-each
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) get-conformance-access-path
0.0002 ( 0.0%) 0.0002 ( 0.1%) 0.0003 ( 0.0%) 0.0003 ( 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%) 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%) 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%) 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.7705 (100.0%) 0.2063 (100.0%) 0.9768 (100.0%) 1.0078 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5452 seconds (0.5797 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4499 (100.0%) 0.0953 (100.0%) 0.5452 (100.0%) 0.5797 (100.0%) Building Target
0.4499 (100.0%) 0.0953 (100.0%) 0.5452 (100.0%) 0.5797 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling URL+ZIP.swift, Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 Compiling\ Entry.swift,\ Archive+WritingDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283840392-swift-frontend-ZIPFoundation-Entry.swift-arm64_apple_watchos2.0-o-Onone-4147829035.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7933 seconds (0.8086 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1201 ( 20.4%) 0.0323 ( 15.8%) 0.1524 ( 19.2%) 0.1552 ( 19.2%) perform-sema
0.1200 ( 20.4%) 0.0322 ( 15.7%) 0.1523 ( 19.2%) 0.1551 ( 19.2%) Type checking and Semantic analysis
0.0788 ( 13.4%) 0.0205 ( 10.0%) 0.0993 ( 12.5%) 0.1009 ( 12.5%) typecheck-stmt
0.0657 ( 11.2%) 0.0174 ( 8.5%) 0.0831 ( 10.5%) 0.0847 ( 10.5%) typecheck-expr
0.0550 ( 9.3%) 0.0165 ( 8.1%) 0.0715 ( 9.0%) 0.0727 ( 9.0%) typecheck-decl
0.0249 ( 4.2%) 0.0291 ( 14.2%) 0.0540 ( 6.8%) 0.0544 ( 6.7%) parse-and-resolve-imports
0.0221 ( 3.8%) 0.0267 ( 13.0%) 0.0488 ( 6.1%) 0.0489 ( 6.0%) Import resolution
0.0211 ( 3.6%) 0.0041 ( 2.0%) 0.0252 ( 3.2%) 0.0263 ( 3.3%) SILGen
0.0179 ( 3.0%) 0.0060 ( 3.0%) 0.0240 ( 3.0%) 0.0241 ( 3.0%) build-rewrite-system
0.0144 ( 2.4%) 0.0053 ( 2.6%) 0.0197 ( 2.5%) 0.0217 ( 2.7%) IRGen
0.0139 ( 2.4%) 0.0033 ( 1.6%) 0.0172 ( 2.2%) 0.0173 ( 2.1%) precheck-target
0.0125 ( 2.1%) 0.0025 ( 1.2%) 0.0149 ( 1.9%) 0.0150 ( 1.9%) SILGen-function
0.0138 ( 2.3%) 0.0002 ( 0.1%) 0.0140 ( 1.8%) 0.0145 ( 1.8%) SIL optimization
0.0046 ( 0.8%) 0.0060 ( 2.9%) 0.0105 ( 1.3%) 0.0115 ( 1.4%) import-clang-decl
0.0011 ( 0.2%) 0.0024 ( 1.2%) 0.0035 ( 0.4%) 0.0035 ( 0.4%) load-stdlib
0.0023 ( 0.4%) 0.0004 ( 0.2%) 0.0027 ( 0.3%) 0.0027 ( 0.3%) typecheck-expr-pattern
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, 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%) 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.5885 (100.0%) 0.2048 (100.0%) 0.7933 (100.0%) 0.8086 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4030 seconds (0.4120 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3126 (100.0%) 0.0904 (100.0%) 0.4030 (100.0%) 0.4120 (100.0%) Building Target
0.3126 (100.0%) 0.0904 (100.0%) 0.4030 (100.0%) 0.4120 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Compiling Entry+ZIP64.swift, Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 Compiling\ Archive+MemoryFile.swift,\ Data+Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+MemoryFile.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283876395-swift-frontend-ZIPFoundation-Archive_MemoryFile.swift-arm64_apple_watchos2.0-o-Onone-4076365313.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4662 seconds (0.4770 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0499 ( 15.8%) 0.0164 ( 10.9%) 0.0663 ( 14.2%) 0.0682 ( 14.3%) perform-sema
0.0497 ( 15.7%) 0.0164 ( 10.9%) 0.0661 ( 14.2%) 0.0680 ( 14.3%) Type checking and Semantic analysis
0.0301 ( 9.5%) 0.0337 ( 22.4%) 0.0638 ( 13.7%) 0.0650 ( 13.6%) parse-and-resolve-imports
0.0433 ( 13.7%) 0.0145 ( 9.7%) 0.0578 ( 12.4%) 0.0596 ( 12.5%) typecheck-stmt
0.0247 ( 7.8%) 0.0299 ( 19.9%) 0.0546 ( 11.7%) 0.0558 ( 11.7%) Import resolution
0.0300 ( 9.5%) 0.0083 ( 5.5%) 0.0383 ( 8.2%) 0.0401 ( 8.4%) typecheck-expr
0.0165 ( 5.2%) 0.0057 ( 3.8%) 0.0223 ( 4.8%) 0.0223 ( 4.7%) precheck-target
0.0152 ( 4.8%) 0.0058 ( 3.9%) 0.0210 ( 4.5%) 0.0211 ( 4.4%) build-rewrite-system
0.0135 ( 4.3%) 0.0038 ( 2.5%) 0.0173 ( 3.7%) 0.0176 ( 3.7%) typecheck-decl
0.0113 ( 3.6%) 0.0042 ( 2.8%) 0.0155 ( 3.3%) 0.0156 ( 3.3%) IRGen
0.0114 ( 3.6%) 0.0001 ( 0.1%) 0.0115 ( 2.5%) 0.0115 ( 2.4%) SIL optimization
0.0054 ( 1.7%) 0.0060 ( 4.0%) 0.0114 ( 2.4%) 0.0114 ( 2.4%) import-clang-decl
0.0080 ( 2.5%) 0.0022 ( 1.5%) 0.0102 ( 2.2%) 0.0105 ( 2.2%) SILGen
0.0054 ( 1.7%) 0.0018 ( 1.2%) 0.0072 ( 1.5%) 0.0075 ( 1.6%) SILGen-function
0.0009 ( 0.3%) 0.0015 ( 1.0%) 0.0024 ( 0.5%) 0.0024 ( 0.5%) load-stdlib
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
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%) 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.3159 (100.0%) 0.1503 (100.0%) 0.4662 (100.0%) 0.4770 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2411 seconds (0.2466 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1688 (100.0%) 0.0724 (100.0%) 0.2411 (100.0%) 0.2466 (100.0%) Building Target
0.1688 (100.0%) 0.0724 (100.0%) 0.2411 (100.0%) 0.2466 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+MemoryFile.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Compiling URL+ZIP.swift, Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k Compiling\ FileManager+ZIPDeprecated.swift,\ Archive+ZIP64.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIPDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283893370-swift-frontend-ZIPFoundation-FileManager_ZIPDeprecated.swift-armv7k_apple_watchos2.0-o-Onone-346236973.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4402 seconds (0.4413 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0530 ( 17.6%) 0.0157 ( 11.3%) 0.0687 ( 15.6%) 0.0688 ( 15.6%) perform-sema
0.0529 ( 17.5%) 0.0157 ( 11.3%) 0.0686 ( 15.6%) 0.0687 ( 15.6%) Type checking and Semantic analysis
0.0293 ( 9.7%) 0.0340 ( 24.6%) 0.0633 ( 14.4%) 0.0638 ( 14.4%) parse-and-resolve-imports
0.0258 ( 8.5%) 0.0315 ( 22.7%) 0.0572 ( 13.0%) 0.0576 ( 13.1%) Import resolution
0.0325 ( 10.8%) 0.0075 ( 5.4%) 0.0400 ( 9.1%) 0.0400 ( 9.1%) typecheck-stmt
0.0301 ( 10.0%) 0.0066 ( 4.8%) 0.0367 ( 8.3%) 0.0368 ( 8.3%) typecheck-expr
0.0232 ( 7.7%) 0.0092 ( 6.6%) 0.0324 ( 7.4%) 0.0324 ( 7.3%) typecheck-decl
0.0141 ( 4.7%) 0.0055 ( 4.0%) 0.0196 ( 4.5%) 0.0196 ( 4.4%) build-rewrite-system
0.0074 ( 2.4%) 0.0033 ( 2.4%) 0.0107 ( 2.4%) 0.0107 ( 2.4%) IRGen
0.0093 ( 3.1%) 0.0002 ( 0.1%) 0.0095 ( 2.2%) 0.0095 ( 2.2%) SIL optimization
0.0076 ( 2.5%) 0.0014 ( 1.0%) 0.0090 ( 2.1%) 0.0090 ( 2.0%) SILGen
0.0068 ( 2.2%) 0.0010 ( 0.7%) 0.0078 ( 1.8%) 0.0078 ( 1.8%) precheck-target
0.0031 ( 1.0%) 0.0036 ( 2.6%) 0.0067 ( 1.5%) 0.0067 ( 1.5%) import-clang-decl
0.0047 ( 1.6%) 0.0008 ( 0.6%) 0.0055 ( 1.3%) 0.0055 ( 1.3%) SILGen-function
0.0011 ( 0.4%) 0.0024 ( 1.7%) 0.0035 ( 0.8%) 0.0035 ( 0.8%) load-stdlib
0.0005 ( 0.2%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.1%) typecheck-expr-pattern
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
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, 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3017 (100.0%) 0.1384 (100.0%) 0.4402 (100.0%) 0.4413 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2372 seconds (0.2383 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1680 (100.0%) 0.0692 (100.0%) 0.2372 (100.0%) 0.2383 (100.0%) Building Target
0.1680 (100.0%) 0.0692 (100.0%) 0.2372 (100.0%) 0.2383 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIPDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: warning: var 'maxUInt32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt32 = UInt32.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: convert 'maxUInt32' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt32 = UInt32.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: add '@MainActor' to make var 'maxUInt32' part of global actor 'MainActor'
var maxUInt32 = UInt32.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt32 = UInt32.max
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: warning: var 'maxUInt16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt16 = UInt16.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: convert 'maxUInt16' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt16 = UInt16.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: add '@MainActor' to make var 'maxUInt16' part of global actor 'MainActor'
var maxUInt16 = UInt16.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt16 = UInt16.max
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Archive+ReadingDeprecated.swift, Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k Compiling\ FileManager+ZIP.swift,\ Archive+Progress.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283904815-swift-frontend-ZIPFoundation-FileManager_ZIP.swift-armv7k_apple_watchos2.0-o-Onone-2864115586.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8115 seconds (0.8142 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1028 ( 16.7%) 0.0226 ( 11.5%) 0.1253 ( 15.4%) 0.1254 ( 15.4%) perform-sema
0.1026 ( 16.7%) 0.0225 ( 11.5%) 0.1252 ( 15.4%) 0.1252 ( 15.4%) Type checking and Semantic analysis
0.0853 ( 13.9%) 0.0163 ( 8.3%) 0.1016 ( 12.5%) 0.1017 ( 12.5%) typecheck-stmt
0.0804 ( 13.1%) 0.0178 ( 9.0%) 0.0981 ( 12.1%) 0.0982 ( 12.1%) typecheck-expr
0.0525 ( 8.5%) 0.0138 ( 7.0%) 0.0663 ( 8.2%) 0.0663 ( 8.1%) typecheck-decl
0.0268 ( 4.4%) 0.0336 ( 17.1%) 0.0604 ( 7.4%) 0.0606 ( 7.4%) parse-and-resolve-imports
0.0242 ( 3.9%) 0.0310 ( 15.8%) 0.0552 ( 6.8%) 0.0554 ( 6.8%) Import resolution
0.0339 ( 5.5%) 0.0065 ( 3.3%) 0.0404 ( 5.0%) 0.0411 ( 5.1%) SILGen
0.0251 ( 4.1%) 0.0046 ( 2.3%) 0.0297 ( 3.7%) 0.0303 ( 3.7%) SILGen-function
0.0240 ( 3.9%) 0.0056 ( 2.9%) 0.0297 ( 3.7%) 0.0297 ( 3.6%) precheck-target
0.0192 ( 3.1%) 0.0069 ( 3.5%) 0.0262 ( 3.2%) 0.0264 ( 3.2%) IRGen
0.0133 ( 2.2%) 0.0050 ( 2.5%) 0.0183 ( 2.3%) 0.0183 ( 2.2%) build-rewrite-system
0.0148 ( 2.4%) 0.0002 ( 0.1%) 0.0150 ( 1.8%) 0.0152 ( 1.9%) SIL optimization
0.0081 ( 1.3%) 0.0068 ( 3.5%) 0.0149 ( 1.8%) 0.0149 ( 1.8%) import-clang-decl
0.0012 ( 0.2%) 0.0032 ( 1.6%) 0.0044 ( 0.5%) 0.0045 ( 0.6%) load-stdlib
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) load-all-members
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%) 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%) 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%) 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.6150 (100.0%) 0.1966 (100.0%) 0.8115 (100.0%) 0.8142 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4121 seconds (0.4226 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3193 (100.0%) 0.0928 (100.0%) 0.4121 (100.0%) 0.4226 (100.0%) Building Target
0.3193 (100.0%) 0.0928 (100.0%) 0.4121 (100.0%) 0.4226 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Compiling Entry.swift, Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k Compiling\ Archive+MemoryFile.swift,\ Data+Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+MemoryFile.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283902347-swift-frontend-ZIPFoundation-Archive_MemoryFile.swift-armv7k_apple_watchos2.0-o-Onone-2757124631.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4311 seconds (0.4321 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0257 ( 8.8%) 0.0330 ( 24.1%) 0.0588 ( 13.6%) 0.0591 ( 13.7%) parse-and-resolve-imports
0.0443 ( 15.1%) 0.0131 ( 9.5%) 0.0573 ( 13.3%) 0.0574 ( 13.3%) perform-sema
0.0442 ( 15.0%) 0.0130 ( 9.5%) 0.0572 ( 13.3%) 0.0572 ( 13.2%) Type checking and Semantic analysis
0.0234 ( 8.0%) 0.0309 ( 22.5%) 0.0543 ( 12.6%) 0.0547 ( 12.7%) Import resolution
0.0397 ( 13.5%) 0.0121 ( 8.8%) 0.0518 ( 12.0%) 0.0519 ( 12.0%) typecheck-stmt
0.0267 ( 9.1%) 0.0066 ( 4.8%) 0.0333 ( 7.7%) 0.0333 ( 7.7%) typecheck-expr
0.0163 ( 5.5%) 0.0053 ( 3.8%) 0.0215 ( 5.0%) 0.0215 ( 5.0%) precheck-target
0.0162 ( 5.5%) 0.0043 ( 3.1%) 0.0204 ( 4.7%) 0.0205 ( 4.8%) IRGen
0.0149 ( 5.1%) 0.0053 ( 3.9%) 0.0203 ( 4.7%) 0.0203 ( 4.7%) build-rewrite-system
0.0117 ( 4.0%) 0.0027 ( 2.0%) 0.0144 ( 3.3%) 0.0144 ( 3.3%) typecheck-decl
0.0118 ( 4.0%) 0.0003 ( 0.2%) 0.0120 ( 2.8%) 0.0121 ( 2.8%) SIL optimization
0.0083 ( 2.8%) 0.0022 ( 1.6%) 0.0105 ( 2.4%) 0.0105 ( 2.4%) SILGen
0.0057 ( 2.0%) 0.0018 ( 1.3%) 0.0076 ( 1.8%) 0.0076 ( 1.8%) SILGen-function
0.0035 ( 1.2%) 0.0039 ( 2.8%) 0.0074 ( 1.7%) 0.0074 ( 1.7%) import-clang-decl
0.0010 ( 0.3%) 0.0026 ( 1.9%) 0.0036 ( 0.8%) 0.0037 ( 0.8%) load-stdlib
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.1%) get-conformance-access-path
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%) module-populate-cache
0.0000 ( 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.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.2939 (100.0%) 0.1371 (100.0%) 0.4311 (100.0%) 0.4321 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2479 seconds (0.2503 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1769 (100.0%) 0.0711 (100.0%) 0.2479 (100.0%) 0.2503 (100.0%) Building Target
0.1769 (100.0%) 0.0711 (100.0%) 0.2479 (100.0%) 0.2503 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+MemoryFile.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Archive+Reading.swift,\ Archive+Deprecated.swift,\ Data+CompressionDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Reading.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283899432-swift-frontend-ZIPFoundation-Archive_Reading.swift-arm64_apple_watchos2.0-o-Onone-3775089707.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5040 seconds (0.5055 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0488 ( 14.4%) 0.0165 ( 10.0%) 0.0653 ( 13.0%) 0.0654 ( 12.9%) perform-sema
0.0487 ( 14.4%) 0.0165 ( 10.0%) 0.0652 ( 12.9%) 0.0653 ( 12.9%) Type checking and Semantic analysis
0.0284 ( 8.4%) 0.0352 ( 21.3%) 0.0637 ( 12.6%) 0.0641 ( 12.7%) parse-and-resolve-imports
0.0460 ( 13.6%) 0.0142 ( 8.6%) 0.0602 ( 11.9%) 0.0603 ( 11.9%) typecheck-expr
0.0262 ( 7.7%) 0.0335 ( 20.2%) 0.0596 ( 11.8%) 0.0600 ( 11.9%) Import resolution
0.0320 ( 9.5%) 0.0090 ( 5.5%) 0.0411 ( 8.1%) 0.0412 ( 8.1%) typecheck-stmt
0.0281 ( 8.3%) 0.0114 ( 6.9%) 0.0394 ( 7.8%) 0.0394 ( 7.8%) typecheck-decl
0.0196 ( 5.8%) 0.0068 ( 4.1%) 0.0263 ( 5.2%) 0.0264 ( 5.2%) IRGen
0.0157 ( 4.6%) 0.0053 ( 3.2%) 0.0211 ( 4.2%) 0.0211 ( 4.2%) precheck-target
0.0111 ( 3.3%) 0.0048 ( 2.9%) 0.0159 ( 3.2%) 0.0159 ( 3.1%) build-rewrite-system
0.0111 ( 3.3%) 0.0023 ( 1.4%) 0.0134 ( 2.7%) 0.0135 ( 2.7%) SILGen
0.0058 ( 1.7%) 0.0060 ( 3.6%) 0.0118 ( 2.3%) 0.0118 ( 2.3%) import-clang-decl
0.0099 ( 2.9%) 0.0001 ( 0.1%) 0.0100 ( 2.0%) 0.0100 ( 2.0%) SIL optimization
0.0059 ( 1.7%) 0.0015 ( 0.9%) 0.0074 ( 1.5%) 0.0075 ( 1.5%) SILGen-function
0.0010 ( 0.3%) 0.0021 ( 1.3%) 0.0031 ( 0.6%) 0.0031 ( 0.6%) load-stdlib
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
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.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, 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3386 (100.0%) 0.1654 (100.0%) 0.5040 (100.0%) 0.5055 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2506 seconds (0.2551 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1721 (100.0%) 0.0786 (100.0%) 0.2506 (100.0%) 0.2551 (100.0%) Building Target
0.1721 (100.0%) 0.0786 (100.0%) 0.2506 (100.0%) 0.2551 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Reading.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Deprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Entry+ZIP64.swift,\ Archive+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+ZIP64.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015283911821-swift-frontend-ZIPFoundation-Entry_ZIP64.swift-arm64_apple_watchos2.0-o-Onone-1032195359.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0004 seconds (1.0084 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1549 ( 19.4%) 0.0291 ( 14.4%) 0.1840 ( 18.4%) 0.1850 ( 18.4%) perform-sema
0.1548 ( 19.4%) 0.0291 ( 14.4%) 0.1838 ( 18.4%) 0.1849 ( 18.3%) Type checking and Semantic analysis
0.1303 ( 16.3%) 0.0216 ( 10.7%) 0.1519 ( 15.2%) 0.1529 ( 15.2%) typecheck-stmt
0.1127 ( 14.1%) 0.0189 ( 9.4%) 0.1316 ( 13.2%) 0.1326 ( 13.1%) typecheck-expr
0.0793 ( 9.9%) 0.0166 ( 8.3%) 0.0960 ( 9.6%) 0.0968 ( 9.6%) typecheck-decl
0.0266 ( 3.3%) 0.0318 ( 15.8%) 0.0584 ( 5.8%) 0.0587 ( 5.8%) parse-and-resolve-imports
0.0238 ( 3.0%) 0.0294 ( 14.6%) 0.0532 ( 5.3%) 0.0535 ( 5.3%) Import resolution
0.0255 ( 3.2%) 0.0003 ( 0.2%) 0.0259 ( 2.6%) 0.0261 ( 2.6%) SIL optimization
0.0218 ( 2.7%) 0.0018 ( 0.9%) 0.0236 ( 2.4%) 0.0236 ( 2.3%) precheck-target
0.0195 ( 2.4%) 0.0029 ( 1.5%) 0.0224 ( 2.2%) 0.0227 ( 2.2%) SILGen
0.0152 ( 1.9%) 0.0055 ( 2.7%) 0.0207 ( 2.1%) 0.0221 ( 2.2%) IRGen
0.0164 ( 2.0%) 0.0052 ( 2.6%) 0.0216 ( 2.2%) 0.0217 ( 2.1%) build-rewrite-system
0.0120 ( 1.5%) 0.0017 ( 0.8%) 0.0137 ( 1.4%) 0.0139 ( 1.4%) SILGen-function
0.0044 ( 0.5%) 0.0046 ( 2.3%) 0.0089 ( 0.9%) 0.0089 ( 0.9%) import-clang-decl
0.0014 ( 0.2%) 0.0027 ( 1.3%) 0.0041 ( 0.4%) 0.0041 ( 0.4%) load-stdlib
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.1%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
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.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.7991 (100.0%) 0.2013 (100.0%) 1.0004 (100.0%) 1.0084 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4568 seconds (0.4693 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3670 (100.0%) 0.0899 (100.0%) 0.4568 (100.0%) 0.4693 (100.0%) Building Target
0.3670 (100.0%) 0.0899 (100.0%) 0.4568 (100.0%) 0.4693 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Compiling Archive+Reading.swift, Archive+Deprecated.swift, Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64_32 Compiling Archive+BackingConfiguration.swift, Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling Archive+BackingConfiguration.swift, Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 Compiling\ FileManager+ZIP.swift,\ Archive+Progress.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284061190-swift-frontend-ZIPFoundation-FileManager_ZIP.swift-arm64_apple_watchos2.0-o-Onone-3707482256.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7895 seconds (0.8029 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1043 ( 17.0%) 0.0210 ( 11.8%) 0.1252 ( 15.9%) 0.1274 ( 15.9%) perform-sema
0.1041 ( 17.0%) 0.0209 ( 11.8%) 0.1251 ( 15.8%) 0.1273 ( 15.9%) Type checking and Semantic analysis
0.0870 ( 14.2%) 0.0156 ( 8.8%) 0.1026 ( 13.0%) 0.1039 ( 12.9%) typecheck-stmt
0.0823 ( 13.5%) 0.0174 ( 9.8%) 0.0997 ( 12.6%) 0.1014 ( 12.6%) typecheck-expr
0.0526 ( 8.6%) 0.0124 ( 7.0%) 0.0650 ( 8.2%) 0.0665 ( 8.3%) typecheck-decl
0.0280 ( 4.6%) 0.0282 ( 15.8%) 0.0561 ( 7.1%) 0.0561 ( 7.0%) parse-and-resolve-imports
0.0256 ( 4.2%) 0.0264 ( 14.9%) 0.0521 ( 6.6%) 0.0521 ( 6.5%) Import resolution
0.0265 ( 4.3%) 0.0060 ( 3.4%) 0.0325 ( 4.1%) 0.0329 ( 4.1%) SILGen
0.0241 ( 3.9%) 0.0051 ( 2.8%) 0.0292 ( 3.7%) 0.0296 ( 3.7%) precheck-target
0.0205 ( 3.4%) 0.0049 ( 2.8%) 0.0254 ( 3.2%) 0.0258 ( 3.2%) SILGen-function
0.0183 ( 3.0%) 0.0066 ( 3.7%) 0.0249 ( 3.2%) 0.0256 ( 3.2%) IRGen
0.0157 ( 2.6%) 0.0006 ( 0.3%) 0.0163 ( 2.1%) 0.0188 ( 2.3%) SIL optimization
0.0129 ( 2.1%) 0.0044 ( 2.5%) 0.0174 ( 2.2%) 0.0178 ( 2.2%) build-rewrite-system
0.0080 ( 1.3%) 0.0063 ( 3.5%) 0.0143 ( 1.8%) 0.0143 ( 1.8%) import-clang-decl
0.0010 ( 0.2%) 0.0017 ( 1.0%) 0.0027 ( 0.3%) 0.0027 ( 0.3%) load-stdlib
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
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%) 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%) 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%) 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.6118 (100.0%) 0.1777 (100.0%) 0.7895 (100.0%) 0.8029 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3778 seconds (0.3946 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2946 (100.0%) 0.0832 (100.0%) 0.3778 (100.0%) 0.3946 (100.0%) Building Target
0.2946 (100.0%) 0.0832 (100.0%) 0.3778 (100.0%) 0.3946 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling FileManager+ZIPDeprecated.swift, Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 Compiling\ Archive+ReadingDeprecated.swift,\ Entry+Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284069655-swift-frontend-ZIPFoundation-Archive_ReadingDeprecated.swift-arm64_32_apple_watchos2.0-o-Onone-661007419.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5262 seconds (0.5293 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0689 ( 17.2%) 0.0139 ( 11.0%) 0.0828 ( 15.7%) 0.0834 ( 15.8%) perform-sema
0.0688 ( 17.2%) 0.0139 ( 11.0%) 0.0827 ( 15.7%) 0.0833 ( 15.7%) Type checking and Semantic analysis
0.0599 ( 15.0%) 0.0115 ( 9.1%) 0.0715 ( 13.6%) 0.0721 ( 13.6%) typecheck-stmt
0.0561 ( 14.0%) 0.0101 ( 8.0%) 0.0662 ( 12.6%) 0.0666 ( 12.6%) typecheck-expr
0.0319 ( 8.0%) 0.0261 ( 20.7%) 0.0580 ( 11.0%) 0.0581 ( 11.0%) parse-and-resolve-imports
0.0292 ( 7.3%) 0.0239 ( 18.9%) 0.0531 ( 10.1%) 0.0531 ( 10.0%) Import resolution
0.0182 ( 4.5%) 0.0051 ( 4.1%) 0.0233 ( 4.4%) 0.0236 ( 4.5%) typecheck-decl
0.0156 ( 3.9%) 0.0035 ( 2.8%) 0.0191 ( 3.6%) 0.0192 ( 3.6%) precheck-target
0.0117 ( 2.9%) 0.0039 ( 3.0%) 0.0156 ( 3.0%) 0.0158 ( 3.0%) build-rewrite-system
0.0128 ( 3.2%) 0.0020 ( 1.5%) 0.0147 ( 2.8%) 0.0147 ( 2.8%) SILGen
0.0080 ( 2.0%) 0.0060 ( 4.7%) 0.0140 ( 2.7%) 0.0140 ( 2.6%) IRGen
0.0081 ( 2.0%) 0.0012 ( 1.0%) 0.0093 ( 1.8%) 0.0093 ( 1.8%) SILGen-function
0.0065 ( 1.6%) 0.0002 ( 0.2%) 0.0068 ( 1.3%) 0.0068 ( 1.3%) SIL optimization
0.0028 ( 0.7%) 0.0034 ( 2.7%) 0.0062 ( 1.2%) 0.0063 ( 1.2%) import-clang-decl
0.0011 ( 0.3%) 0.0018 ( 1.4%) 0.0028 ( 0.5%) 0.0028 ( 0.5%) load-stdlib
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%) 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%) 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.3996 (100.0%) 0.1266 (100.0%) 0.5262 (100.0%) 0.5293 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2445 seconds (0.2452 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1834 (100.0%) 0.0611 (100.0%) 0.2445 (100.0%) 0.2452 (100.0%) Building Target
0.1834 (100.0%) 0.0611 (100.0%) 0.2445 (100.0%) 0.2452 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling Archive+BackingConfiguration.swift, Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k Compiling\ Archive+ReadingDeprecated.swift,\ Entry+Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284195699-swift-frontend-ZIPFoundation-Archive_ReadingDeprecated.swift-armv7k_apple_watchos2.0-o-Onone-340599198.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5245 seconds (0.5268 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0718 ( 18.1%) 0.0155 ( 12.1%) 0.0873 ( 16.6%) 0.0874 ( 16.6%) perform-sema
0.0717 ( 18.1%) 0.0155 ( 12.1%) 0.0872 ( 16.6%) 0.0873 ( 16.6%) Type checking and Semantic analysis
0.0638 ( 16.1%) 0.0125 ( 9.8%) 0.0762 ( 14.5%) 0.0764 ( 14.5%) typecheck-stmt
0.0605 ( 15.2%) 0.0114 ( 8.9%) 0.0719 ( 13.7%) 0.0721 ( 13.7%) typecheck-expr
0.0240 ( 6.0%) 0.0249 ( 19.5%) 0.0489 ( 9.3%) 0.0497 ( 9.4%) parse-and-resolve-imports
0.0215 ( 5.4%) 0.0228 ( 17.8%) 0.0443 ( 8.4%) 0.0451 ( 8.6%) Import resolution
0.0191 ( 4.8%) 0.0054 ( 4.2%) 0.0244 ( 4.7%) 0.0244 ( 4.6%) typecheck-decl
0.0164 ( 4.1%) 0.0035 ( 2.7%) 0.0199 ( 3.8%) 0.0199 ( 3.8%) precheck-target
0.0119 ( 3.0%) 0.0036 ( 2.8%) 0.0156 ( 3.0%) 0.0156 ( 3.0%) build-rewrite-system
0.0083 ( 2.1%) 0.0046 ( 3.6%) 0.0128 ( 2.4%) 0.0128 ( 2.4%) IRGen
0.0104 ( 2.6%) 0.0016 ( 1.3%) 0.0120 ( 2.3%) 0.0120 ( 2.3%) SILGen
0.0065 ( 1.6%) 0.0010 ( 0.8%) 0.0075 ( 1.4%) 0.0075 ( 1.4%) SILGen-function
0.0070 ( 1.8%) 0.0003 ( 0.2%) 0.0072 ( 1.4%) 0.0073 ( 1.4%) SIL optimization
0.0028 ( 0.7%) 0.0037 ( 2.9%) 0.0065 ( 1.2%) 0.0065 ( 1.2%) import-clang-decl
0.0010 ( 0.2%) 0.0016 ( 1.2%) 0.0025 ( 0.5%) 0.0026 ( 0.5%) load-stdlib
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%) 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%) 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.3966 (100.0%) 0.1279 (100.0%) 0.5245 (100.0%) 0.5268 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2510 seconds (0.2528 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1902 (100.0%) 0.0608 (100.0%) 0.2510 (100.0%) 0.2528 (100.0%) Building Target
0.1902 (100.0%) 0.0608 (100.0%) 0.2510 (100.0%) 0.2528 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling Archive+MemoryFile.swift, Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k Compiling\ URL+ZIP.swift,\ Date+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/URL+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/URL+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284200157-swift-frontend-ZIPFoundation-URL_ZIP.swift-armv7k_apple_watchos2.0-o-Onone-4030497176.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6556 seconds (0.6625 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0922 ( 18.9%) 0.0227 ( 13.5%) 0.1148 ( 17.5%) 0.1158 ( 17.5%) perform-sema
0.0921 ( 18.9%) 0.0226 ( 13.5%) 0.1147 ( 17.5%) 0.1157 ( 17.5%) Type checking and Semantic analysis
0.0888 ( 18.2%) 0.0216 ( 12.9%) 0.1104 ( 16.8%) 0.1114 ( 16.8%) typecheck-stmt
0.0800 ( 16.4%) 0.0200 ( 12.0%) 0.1000 ( 15.3%) 0.1011 ( 15.3%) typecheck-expr
0.0245 ( 5.0%) 0.0250 ( 14.9%) 0.0495 ( 7.5%) 0.0496 ( 7.5%) parse-and-resolve-imports
0.0217 ( 4.4%) 0.0228 ( 13.6%) 0.0445 ( 6.8%) 0.0446 ( 6.7%) Import resolution
0.0148 ( 3.0%) 0.0071 ( 4.3%) 0.0219 ( 3.3%) 0.0228 ( 3.4%) IRGen
0.0144 ( 3.0%) 0.0047 ( 2.8%) 0.0191 ( 2.9%) 0.0192 ( 2.9%) typecheck-decl
0.0134 ( 2.7%) 0.0035 ( 2.1%) 0.0169 ( 2.6%) 0.0170 ( 2.6%) precheck-target
0.0115 ( 2.4%) 0.0050 ( 3.0%) 0.0165 ( 2.5%) 0.0168 ( 2.5%) build-rewrite-system
0.0061 ( 1.2%) 0.0067 ( 4.0%) 0.0128 ( 1.9%) 0.0134 ( 2.0%) import-clang-decl
0.0097 ( 2.0%) 0.0022 ( 1.3%) 0.0119 ( 1.8%) 0.0121 ( 1.8%) SILGen
0.0106 ( 2.2%) 0.0002 ( 0.1%) 0.0109 ( 1.7%) 0.0110 ( 1.7%) SIL optimization
0.0068 ( 1.4%) 0.0015 ( 0.9%) 0.0083 ( 1.3%) 0.0085 ( 1.3%) SILGen-function
0.0010 ( 0.2%) 0.0015 ( 0.9%) 0.0025 ( 0.4%) 0.0025 ( 0.4%) load-stdlib
0.0003 ( 0.1%) 0.0003 ( 0.2%) 0.0006 ( 0.1%) 0.0006 ( 0.1%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
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.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.4881 (100.0%) 0.1675 (100.0%) 0.6556 (100.0%) 0.6625 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2831 seconds (0.2874 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2111 (100.0%) 0.0720 (100.0%) 0.2831 (100.0%) 0.2874 (100.0%) Building Target
0.2111 (100.0%) 0.0720 (100.0%) 0.2831 (100.0%) 0.2874 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling FileManager+ZIPDeprecated.swift, Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 Compiling\ Archive+Writing.swift,\ Archive.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Writing.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Writing.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284223975-swift-frontend-ZIPFoundation-Archive_Writing.swift-arm64_apple_watchos2.0-o-Onone-3539207600.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9490 seconds (0.9602 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1475 ( 19.3%) 0.0254 ( 13.7%) 0.1729 ( 18.2%) 0.1758 ( 18.3%) perform-sema
0.1473 ( 19.3%) 0.0254 ( 13.7%) 0.1727 ( 18.2%) 0.1756 ( 18.3%) Type checking and Semantic analysis
0.1138 ( 14.9%) 0.0180 ( 9.7%) 0.1318 ( 13.9%) 0.1332 ( 13.9%) typecheck-stmt
0.1098 ( 14.4%) 0.0182 ( 9.8%) 0.1281 ( 13.5%) 0.1305 ( 13.6%) typecheck-expr
0.0661 ( 8.7%) 0.0124 ( 6.7%) 0.0785 ( 8.3%) 0.0792 ( 8.2%) typecheck-decl
0.0250 ( 3.3%) 0.0309 ( 16.6%) 0.0559 ( 5.9%) 0.0560 ( 5.8%) parse-and-resolve-imports
0.0223 ( 2.9%) 0.0285 ( 15.3%) 0.0508 ( 5.4%) 0.0509 ( 5.3%) Import resolution
0.0263 ( 3.4%) 0.0042 ( 2.2%) 0.0304 ( 3.2%) 0.0304 ( 3.2%) SILGen
0.0237 ( 3.1%) 0.0030 ( 1.6%) 0.0266 ( 2.8%) 0.0272 ( 2.8%) precheck-target
0.0177 ( 2.3%) 0.0043 ( 2.3%) 0.0219 ( 2.3%) 0.0219 ( 2.3%) IRGen
0.0187 ( 2.5%) 0.0029 ( 1.6%) 0.0216 ( 2.3%) 0.0216 ( 2.2%) SILGen-function
0.0210 ( 2.8%) 0.0003 ( 0.2%) 0.0213 ( 2.2%) 0.0213 ( 2.2%) SIL optimization
0.0147 ( 1.9%) 0.0047 ( 2.5%) 0.0193 ( 2.0%) 0.0197 ( 2.0%) build-rewrite-system
0.0056 ( 0.7%) 0.0053 ( 2.8%) 0.0109 ( 1.1%) 0.0109 ( 1.1%) import-clang-decl
0.0011 ( 0.1%) 0.0021 ( 1.1%) 0.0032 ( 0.3%) 0.0032 ( 0.3%) load-stdlib
0.0012 ( 0.2%) 0.0002 ( 0.1%) 0.0014 ( 0.1%) 0.0014 ( 0.1%) typecheck-expr-pattern
0.0006 ( 0.1%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.1%) typecheck-for-each
0.0002 ( 0.0%) 0.0001 ( 0.1%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) get-conformance-access-path
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%) SIL verification, post-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%) 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.7630 (100.0%) 0.1859 (100.0%) 0.9490 (100.0%) 0.9602 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4656 seconds (0.4687 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3854 (100.0%) 0.0801 (100.0%) 0.4656 (100.0%) 0.4687 (100.0%) Building Target
0.3854 (100.0%) 0.0801 (100.0%) 0.4656 (100.0%) 0.4687 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling Archive+MemoryFile.swift, Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 Compiling\ FileManager+ZIPDeprecated.swift,\ Archive+ZIP64.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIPDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284224986-swift-frontend-ZIPFoundation-FileManager_ZIPDeprecated.swift-arm64_apple_watchos2.0-o-Onone-374909841.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4051 seconds (0.4066 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0498 ( 17.5%) 0.0124 ( 10.3%) 0.0622 ( 15.4%) 0.0625 ( 15.4%) perform-sema
0.0497 ( 17.5%) 0.0124 ( 10.3%) 0.0622 ( 15.3%) 0.0625 ( 15.4%) Type checking and Semantic analysis
0.0244 ( 8.6%) 0.0310 ( 25.7%) 0.0554 ( 13.7%) 0.0556 ( 13.7%) parse-and-resolve-imports
0.0213 ( 7.5%) 0.0281 ( 23.3%) 0.0494 ( 12.2%) 0.0496 ( 12.2%) Import resolution
0.0314 ( 11.0%) 0.0067 ( 5.6%) 0.0381 ( 9.4%) 0.0384 ( 9.4%) typecheck-stmt
0.0285 ( 10.0%) 0.0055 ( 4.5%) 0.0339 ( 8.4%) 0.0342 ( 8.4%) typecheck-expr
0.0209 ( 7.3%) 0.0062 ( 5.1%) 0.0271 ( 6.7%) 0.0271 ( 6.7%) typecheck-decl
0.0130 ( 4.6%) 0.0040 ( 3.3%) 0.0170 ( 4.2%) 0.0171 ( 4.2%) build-rewrite-system
0.0085 ( 3.0%) 0.0047 ( 3.9%) 0.0132 ( 3.3%) 0.0132 ( 3.3%) IRGen
0.0107 ( 3.8%) 0.0002 ( 0.2%) 0.0109 ( 2.7%) 0.0109 ( 2.7%) SIL optimization
0.0084 ( 3.0%) 0.0013 ( 1.1%) 0.0097 ( 2.4%) 0.0097 ( 2.4%) SILGen
0.0077 ( 2.7%) 0.0014 ( 1.1%) 0.0090 ( 2.2%) 0.0090 ( 2.2%) precheck-target
0.0029 ( 1.0%) 0.0034 ( 2.8%) 0.0063 ( 1.6%) 0.0063 ( 1.5%) import-clang-decl
0.0053 ( 1.9%) 0.0008 ( 0.7%) 0.0061 ( 1.5%) 0.0061 ( 1.5%) SILGen-function
0.0010 ( 0.4%) 0.0024 ( 2.0%) 0.0034 ( 0.8%) 0.0034 ( 0.8%) load-stdlib
0.0006 ( 0.2%) 0.0001 ( 0.0%) 0.0007 ( 0.2%) 0.0007 ( 0.2%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
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, 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.2844 (100.0%) 0.1207 (100.0%) 0.4051 (100.0%) 0.4066 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2339 seconds (0.2366 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1677 (100.0%) 0.0662 (100.0%) 0.2339 (100.0%) 0.2366 (100.0%) Building Target
0.1677 (100.0%) 0.0662 (100.0%) 0.2339 (100.0%) 0.2366 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIPDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: warning: var 'maxUInt32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt32 = UInt32.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: convert 'maxUInt32' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt32 = UInt32.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: add '@MainActor' to make var 'maxUInt32' part of global actor 'MainActor'
var maxUInt32 = UInt32.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt32 = UInt32.max
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: warning: var 'maxUInt16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt16 = UInt16.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: convert 'maxUInt16' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt16 = UInt16.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: add '@MainActor' to make var 'maxUInt16' part of global actor 'MainActor'
var maxUInt16 = UInt16.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt16 = UInt16.max
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Archive+Reading.swift, Archive+Deprecated.swift, Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal armv7k Compiling\ Archive+Reading.swift,\ Archive+Deprecated.swift,\ Data+CompressionDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Reading.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284321706-swift-frontend-ZIPFoundation-Archive_Reading.swift-armv7k_apple_watchos2.0-o-Onone-2977247404.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5058 seconds (0.5068 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0583 ( 16.1%) 0.0177 ( 12.3%) 0.0760 ( 15.0%) 0.0761 ( 15.0%) perform-sema
0.0582 ( 16.1%) 0.0176 ( 12.3%) 0.0758 ( 15.0%) 0.0760 ( 15.0%) Type checking and Semantic analysis
0.0526 ( 14.5%) 0.0154 ( 10.7%) 0.0680 ( 13.4%) 0.0681 ( 13.4%) typecheck-expr
0.0392 ( 10.8%) 0.0104 ( 7.3%) 0.0496 ( 9.8%) 0.0497 ( 9.8%) typecheck-stmt
0.0349 ( 9.6%) 0.0118 ( 8.3%) 0.0468 ( 9.2%) 0.0469 ( 9.3%) typecheck-decl
0.0233 ( 6.4%) 0.0233 ( 16.2%) 0.0466 ( 9.2%) 0.0468 ( 9.2%) parse-and-resolve-imports
0.0209 ( 5.8%) 0.0213 ( 14.8%) 0.0422 ( 8.3%) 0.0424 ( 8.4%) Import resolution
0.0147 ( 4.1%) 0.0045 ( 3.2%) 0.0193 ( 3.8%) 0.0193 ( 3.8%) precheck-target
0.0116 ( 3.2%) 0.0061 ( 4.2%) 0.0177 ( 3.5%) 0.0177 ( 3.5%) build-rewrite-system
0.0134 ( 3.7%) 0.0026 ( 1.8%) 0.0160 ( 3.2%) 0.0160 ( 3.2%) SILGen
0.0100 ( 2.8%) 0.0029 ( 2.0%) 0.0130 ( 2.6%) 0.0130 ( 2.6%) IRGen
0.0065 ( 1.8%) 0.0059 ( 4.1%) 0.0124 ( 2.5%) 0.0124 ( 2.4%) import-clang-decl
0.0095 ( 2.6%) 0.0000 ( 0.0%) 0.0095 ( 1.9%) 0.0095 ( 1.9%) SIL optimization
0.0077 ( 2.1%) 0.0017 ( 1.2%) 0.0094 ( 1.9%) 0.0094 ( 1.9%) SILGen-function
0.0011 ( 0.3%) 0.0020 ( 1.4%) 0.0031 ( 0.6%) 0.0032 ( 0.6%) load-stdlib
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
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, 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%) 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.3624 (100.0%) 0.1434 (100.0%) 0.5058 (100.0%) 0.5068 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2308 seconds (0.2313 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1711 (100.0%) 0.0597 (100.0%) 0.2308 (100.0%) 0.2313 (100.0%) Building Target
0.1711 (100.0%) 0.0597 (100.0%) 0.2308 (100.0%) 0.2313 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Reading.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Deprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling Entry.swift, Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 Compiling\ FileManager+ZIP.swift,\ Archive+Progress.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284381722-swift-frontend-ZIPFoundation-FileManager_ZIP.swift-arm64_32_apple_watchos2.0-o-Onone-2602991823.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6918 seconds (0.6919 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0926 ( 17.2%) 0.0185 ( 12.1%) 0.1112 ( 16.1%) 0.1112 ( 16.1%) perform-sema
0.0925 ( 17.2%) 0.0185 ( 12.0%) 0.1110 ( 16.0%) 0.1111 ( 16.1%) Type checking and Semantic analysis
0.0762 ( 14.2%) 0.0133 ( 8.7%) 0.0895 ( 12.9%) 0.0895 ( 12.9%) typecheck-stmt
0.0724 ( 13.5%) 0.0142 ( 9.2%) 0.0866 ( 12.5%) 0.0866 ( 12.5%) typecheck-expr
0.0484 ( 9.0%) 0.0118 ( 7.7%) 0.0603 ( 8.7%) 0.0603 ( 8.7%) typecheck-decl
0.0256 ( 4.8%) 0.0259 ( 16.9%) 0.0515 ( 7.5%) 0.0515 ( 7.4%) parse-and-resolve-imports
0.0207 ( 3.9%) 0.0222 ( 14.5%) 0.0430 ( 6.2%) 0.0430 ( 6.2%) Import resolution
0.0211 ( 3.9%) 0.0047 ( 3.0%) 0.0258 ( 3.7%) 0.0258 ( 3.7%) precheck-target
0.0211 ( 3.9%) 0.0038 ( 2.5%) 0.0249 ( 3.6%) 0.0249 ( 3.6%) SILGen
0.0151 ( 2.8%) 0.0046 ( 3.0%) 0.0197 ( 2.8%) 0.0197 ( 2.8%) IRGen
0.0160 ( 3.0%) 0.0030 ( 1.9%) 0.0190 ( 2.7%) 0.0190 ( 2.7%) SILGen-function
0.0087 ( 1.6%) 0.0073 ( 4.7%) 0.0160 ( 2.3%) 0.0160 ( 2.3%) import-clang-decl
0.0119 ( 2.2%) 0.0035 ( 2.3%) 0.0155 ( 2.2%) 0.0154 ( 2.2%) build-rewrite-system
0.0138 ( 2.6%) 0.0005 ( 0.3%) 0.0143 ( 2.1%) 0.0143 ( 2.1%) SIL optimization
0.0010 ( 0.2%) 0.0017 ( 1.1%) 0.0027 ( 0.4%) 0.0027 ( 0.4%) load-stdlib
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0001 ( 0.1%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
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.0001 ( 0.0%) 0.0001 ( 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%) 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%) 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.5381 (100.0%) 0.1537 (100.0%) 0.6918 (100.0%) 0.6919 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3331 seconds (0.3342 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2662 (100.0%) 0.0669 (100.0%) 0.3331 (100.0%) 0.3342 (100.0%) Building Target
0.2662 (100.0%) 0.0669 (100.0%) 0.3331 (100.0%) 0.3342 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling Archive+ReadingDeprecated.swift, Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 Compiling\ Archive+Writing.swift,\ Archive.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Writing.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Writing.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284396310-swift-frontend-ZIPFoundation-Archive_Writing.swift-arm64_32_apple_watchos2.0-o-Onone-699363271.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7966 seconds (0.7970 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1188 ( 18.3%) 0.0185 ( 12.6%) 0.1373 ( 17.2%) 0.1373 ( 17.2%) perform-sema
0.1187 ( 18.2%) 0.0184 ( 12.6%) 0.1371 ( 17.2%) 0.1372 ( 17.2%) Type checking and Semantic analysis
0.0906 ( 13.9%) 0.0107 ( 7.3%) 0.1013 ( 12.7%) 0.1013 ( 12.7%) typecheck-stmt
0.0876 ( 13.5%) 0.0116 ( 7.9%) 0.0992 ( 12.5%) 0.0992 ( 12.4%) typecheck-expr
0.0573 ( 8.8%) 0.0113 ( 7.7%) 0.0686 ( 8.6%) 0.0686 ( 8.6%) typecheck-decl
0.0266 ( 4.1%) 0.0268 ( 18.4%) 0.0534 ( 6.7%) 0.0535 ( 6.7%) parse-and-resolve-imports
0.0235 ( 3.6%) 0.0245 ( 16.8%) 0.0480 ( 6.0%) 0.0481 ( 6.0%) Import resolution
0.0259 ( 4.0%) 0.0037 ( 2.5%) 0.0296 ( 3.7%) 0.0296 ( 3.7%) SILGen
0.0210 ( 3.2%) 0.0042 ( 2.9%) 0.0253 ( 3.2%) 0.0252 ( 3.2%) IRGen
0.0215 ( 3.3%) 0.0001 ( 0.1%) 0.0216 ( 2.7%) 0.0216 ( 2.7%) SIL optimization
0.0182 ( 2.8%) 0.0023 ( 1.6%) 0.0205 ( 2.6%) 0.0205 ( 2.6%) SILGen-function
0.0185 ( 2.8%) 0.0021 ( 1.4%) 0.0205 ( 2.6%) 0.0205 ( 2.6%) precheck-target
0.0137 ( 2.1%) 0.0043 ( 3.0%) 0.0180 ( 2.3%) 0.0180 ( 2.3%) build-rewrite-system
0.0053 ( 0.8%) 0.0054 ( 3.7%) 0.0107 ( 1.3%) 0.0107 ( 1.3%) import-clang-decl
0.0010 ( 0.1%) 0.0016 ( 1.1%) 0.0025 ( 0.3%) 0.0025 ( 0.3%) load-stdlib
0.0012 ( 0.2%) 0.0001 ( 0.1%) 0.0014 ( 0.2%) 0.0014 ( 0.2%) typecheck-expr-pattern
0.0006 ( 0.1%) 0.0000 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.1%) typecheck-for-each
0.0001 ( 0.0%) 0.0002 ( 0.2%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) load-all-members
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
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.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%) 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%) 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.6506 (100.0%) 0.1460 (100.0%) 0.7966 (100.0%) 0.7970 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4558 seconds (0.4568 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3865 (100.0%) 0.0693 (100.0%) 0.4558 (100.0%) 0.4568 (100.0%) Building Target
0.3865 (100.0%) 0.0693 (100.0%) 0.4558 (100.0%) 0.4568 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling FileManager+ZIP.swift, Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 Compiling\ Archive+MemoryFile.swift,\ Data+Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+MemoryFile.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746015284450158-swift-frontend-ZIPFoundation-Archive_MemoryFile.swift-arm64_32_apple_watchos2.0-o-Onone-1862000559.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3288 seconds (0.3289 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0377 ( 15.3%) 0.0082 ( 9.9%) 0.0459 ( 14.0%) 0.0459 ( 14.0%) perform-sema
0.0376 ( 15.3%) 0.0081 ( 9.8%) 0.0458 ( 13.9%) 0.0458 ( 13.9%) Type checking and Semantic analysis
0.0334 ( 13.6%) 0.0074 ( 8.9%) 0.0408 ( 12.4%) 0.0408 ( 12.4%) typecheck-stmt
0.0210 ( 8.5%) 0.0189 ( 22.8%) 0.0399 ( 12.1%) 0.0399 ( 12.1%) parse-and-resolve-imports
0.0186 ( 7.6%) 0.0172 ( 20.8%) 0.0358 ( 10.9%) 0.0358 ( 10.9%) Import resolution
0.0228 ( 9.3%) 0.0038 ( 4.6%) 0.0266 ( 8.1%) 0.0266 ( 8.1%) typecheck-expr
0.0137 ( 5.6%) 0.0032 ( 3.8%) 0.0169 ( 5.1%) 0.0169 ( 5.1%) precheck-target
0.0123 ( 5.0%) 0.0031 ( 3.8%) 0.0154 ( 4.7%) 0.0154 ( 4.7%) build-rewrite-system
0.0101 ( 4.1%) 0.0036 ( 4.4%) 0.0138 ( 4.2%) 0.0138 ( 4.2%) IRGen
0.0115 ( 4.7%) 0.0002 ( 0.3%) 0.0117 ( 3.6%) 0.0117 ( 3.6%) SIL optimization
0.0097 ( 4.0%) 0.0017 ( 2.0%) 0.0114 ( 3.5%) 0.0114 ( 3.5%) typecheck-decl
0.0075 ( 3.0%) 0.0014 ( 1.7%) 0.0089 ( 2.7%) 0.0089 ( 2.7%) SILGen
0.0033 ( 1.3%) 0.0030 ( 3.7%) 0.0063 ( 1.9%) 0.0063 ( 1.9%) import-clang-decl
0.0050 ( 2.0%) 0.0011 ( 1.4%) 0.0062 ( 1.9%) 0.0062 ( 1.9%) SILGen-function
0.0011 ( 0.4%) 0.0017 ( 2.1%) 0.0028 ( 0.9%) 0.0028 ( 0.9%) load-stdlib
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.1%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.1%) 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%) 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%) 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.2459 (100.0%) 0.0829 (100.0%) 0.3288 (100.0%) 0.3289 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1827 seconds (0.1831 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1383 (100.0%) 0.0444 (100.0%) 0.1827 (100.0%) 0.1831 (100.0%) Building Target
0.1383 (100.0%) 0.0444 (100.0%) 0.1827 (100.0%) 0.1831 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+MemoryFile.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling Entry+ZIP64.swift, Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling Archive+Writing.swift, Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling Archive+ReadingDeprecated.swift, Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling FileManager+ZIP.swift, Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling FileManager+ZIPDeprecated.swift, Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling URL+ZIP.swift, Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling Archive+Reading.swift, Archive+Deprecated.swift, Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriver\ Compilation ZIPFoundation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation-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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation-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/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/Binary/ZIPFoundation normal armv7k (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.LinkFileList -install_name @rpath/ZIPFoundation.framework/ZIPFoundation -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation_dependency_info.dat -fapplication-extension -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/Binary/ZIPFoundation
SwiftDriverJobDiscovery normal arm64_32 Compiling Archive+MemoryFile.swift, Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Archive+Writing.swift, Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriver\ Compilation ZIPFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-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/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/Binary/ZIPFoundation normal arm64 (in target 'ZIPFoundation' from project 'ZIPFoundation')
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-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.LinkFileList -install_name @rpath/ZIPFoundation.framework/ZIPFoundation -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_dependency_info.dat -fapplication-extension -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/Binary/ZIPFoundation
SwiftDriverJobDiscovery normal arm64_32 Compiling FileManager+ZIP.swift, Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64_32 Compiling Archive+Writing.swift, Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriver\ Compilation ZIPFoundation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation-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/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation-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/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/Binary/ZIPFoundation normal arm64_32 (in target 'ZIPFoundation' from project 'ZIPFoundation')
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_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.LinkFileList -install_name @rpath/ZIPFoundation.framework/ZIPFoundation -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation_dependency_info.dat -fapplication-extension -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/Binary/ZIPFoundation
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/ZIPFoundation normal arm64\ armv7k\ arm64_32 (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/Binary/ZIPFoundation /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/Binary/ZIPFoundation /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/Binary/ZIPFoundation -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/ZIPFoundation
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -remove-static-executable /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework
ExtractAppIntentsMetadata (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 ZIPFoundation --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier com.peakstep.ZIPFoundation --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/ZIPFoundation --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/ZIPFoundation.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/ZIPFoundation.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/armv7k/ZIPFoundation.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-watchos/ZIPFoundation.build/Objects-normal/arm64_32/ZIPFoundation.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 05:14:45.057 appintentsmetadataprocessor[732:4241] Starting appintentsmetadataprocessor export
2025-04-30 05:14:45.060 appintentsmetadataprocessor[732:4241] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/ZIPFoundation.framework/ZIPFoundation.tbd (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework/ZIPFoundation -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/ZIPFoundation.framework/ZIPFoundation.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZIPFoundation.framework
/Users/admin/builder/spi-builder-workspace/ZIPFoundation.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'ZIPFoundation' from project 'ZIPFoundation')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ZIPFoundation",
"name" : "ZIPFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ZIPFoundation",
"targets" : [
"ZIPFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "ZIPFoundationTests",
"module_type" : "SwiftTarget",
"name" : "ZIPFoundationTests",
"path" : "Tests/ZIPFoundationTests",
"sources" : [
"ZIPFoundationArchiveTests+ZIP64.swift",
"ZIPFoundationArchiveTests.swift",
"ZIPFoundationDataSerializationTests.swift",
"ZIPFoundationEntryTests+ZIP64.swift",
"ZIPFoundationEntryTests.swift",
"ZIPFoundationErrorConditionTests+ZIP64.swift",
"ZIPFoundationErrorConditionTests.swift",
"ZIPFoundationFileAttributeTests.swift",
"ZIPFoundationFileManagerTests+ZIP64.swift",
"ZIPFoundationFileManagerTests.swift",
"ZIPFoundationMemoryTests.swift",
"ZIPFoundationPerformanceTests.swift",
"ZIPFoundationProgressTests.swift",
"ZIPFoundationReadingTests+ZIP64.swift",
"ZIPFoundationReadingTests.swift",
"ZIPFoundationTests.swift",
"ZIPFoundationWritingTests+ZIP64.swift",
"ZIPFoundationWritingTests.swift"
],
"target_dependencies" : [
"ZIPFoundation"
],
"type" : "test"
},
{
"c99name" : "ZIPFoundation",
"module_type" : "SwiftTarget",
"name" : "ZIPFoundation",
"path" : "Sources/ZIPFoundation",
"product_memberships" : [
"ZIPFoundation"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Archive+BackingConfiguration.swift",
"Archive+Deprecated.swift",
"Archive+Helpers.swift",
"Archive+MemoryFile.swift",
"Archive+Progress.swift",
"Archive+Reading.swift",
"Archive+ReadingDeprecated.swift",
"Archive+Writing.swift",
"Archive+WritingDeprecated.swift",
"Archive+ZIP64.swift",
"Archive.swift",
"Data+Compression.swift",
"Data+CompressionDeprecated.swift",
"Data+Serialization.swift",
"Date+ZIP.swift",
"Entry+Serialization.swift",
"Entry+ZIP64.swift",
"Entry.swift",
"FileManager+ZIP.swift",
"FileManager+ZIPDeprecated.swift",
"URL+ZIP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.