The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ZIPFoundation, reference 0.9.19 (02b6ab), with Swift 6.1 for watchOS using Xcode 16.3 on 1 May 2025 05:27:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme 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

   0.0205 (  5.6%)   0.0475 ( 23.1%)   0.0680 ( 11.9%)   1.7663 ( 42.9%)  Import resolution
   0.0019 (  0.5%)   0.0156 (  7.6%)   0.0175 (  3.1%)   0.1647 (  4.0%)  load-stdlib
   0.0806 ( 22.1%)   0.0333 ( 16.2%)   0.1140 ( 20.0%)   0.1146 (  2.8%)  build-rewrite-system
   0.0516 ( 14.1%)   0.0122 (  5.9%)   0.0638 ( 11.2%)   0.0641 (  1.6%)  perform-sema
   0.0515 ( 14.1%)   0.0122 (  5.9%)   0.0637 ( 11.1%)   0.0640 (  1.6%)  Type checking and Semantic analysis
   0.0328 (  9.0%)   0.0053 (  2.6%)   0.0381 (  6.7%)   0.0382 (  0.9%)  typecheck-stmt
   0.0302 (  8.3%)   0.0047 (  2.3%)   0.0349 (  6.1%)   0.0349 (  0.8%)  typecheck-expr
   0.0213 (  5.8%)   0.0074 (  3.6%)   0.0286 (  5.0%)   0.0289 (  0.7%)  typecheck-decl
   0.0129 (  3.5%)   0.0107 (  5.2%)   0.0236 (  4.1%)   0.0238 (  0.6%)  import-clang-decl
   0.0072 (  2.0%)   0.0035 (  1.7%)   0.0108 (  1.9%)   0.0108 (  0.3%)  IRGen
   0.0101 (  2.8%)   0.0004 (  0.2%)   0.0105 (  1.8%)   0.0106 (  0.3%)  SIL optimization
   0.0081 (  2.2%)   0.0016 (  0.8%)   0.0097 (  1.7%)   0.0097 (  0.2%)  SILGen
   0.0068 (  1.9%)   0.0009 (  0.5%)   0.0078 (  1.4%)   0.0078 (  0.2%)  precheck-target
   0.0050 (  1.4%)   0.0010 (  0.5%)   0.0060 (  1.1%)   0.0060 (  0.1%)  SILGen-function
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0005 (  0.1%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  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.3653 (100.0%)   0.2058 (100.0%)   0.5711 (100.0%)   4.1170 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5653 seconds (3.5138 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9158 (100.0%)   0.6495 (100.0%)   1.5653 (100.0%)   3.5138 (100.0%)  Building Target
   0.9158 (100.0%)   0.6495 (100.0%)   1.5653 (100.0%)   3.5138 (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)
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-1746077269664545-swift-frontend-ZIPFoundation-Archive_MemoryFile.swift-armv7k_apple_watchos2.0-o-Onone-2732360907.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5362 seconds (3.9153 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 (  7.0%)   0.0527 ( 27.3%)   0.0769 ( 14.3%)   1.6940 ( 43.3%)  parse-and-resolve-imports
   0.0219 (  6.4%)   0.0513 ( 26.6%)   0.0732 ( 13.7%)   1.6903 ( 43.2%)  Import resolution
   0.0018 (  0.5%)   0.0084 (  4.4%)   0.0102 (  1.9%)   0.1547 (  4.0%)  load-stdlib
   0.0794 ( 23.2%)   0.0284 ( 14.7%)   0.1079 ( 20.1%)   0.1079 (  2.8%)  build-rewrite-system
   0.0394 ( 11.5%)   0.0085 (  4.4%)   0.0479 (  8.9%)   0.0479 (  1.2%)  perform-sema
   0.0393 ( 11.5%)   0.0085 (  4.4%)   0.0478 (  8.9%)   0.0478 (  1.2%)  Type checking and Semantic analysis
   0.0348 ( 10.1%)   0.0077 (  4.0%)   0.0425 (  7.9%)   0.0425 (  1.1%)  typecheck-stmt
   0.0242 (  7.0%)   0.0046 (  2.4%)   0.0288 (  5.4%)   0.0288 (  0.7%)  typecheck-expr
   0.0123 (  3.6%)   0.0105 (  5.4%)   0.0228 (  4.3%)   0.0229 (  0.6%)  import-clang-decl
   0.0146 (  4.3%)   0.0032 (  1.7%)   0.0178 (  3.3%)   0.0178 (  0.5%)  precheck-target
   0.0119 (  3.5%)   0.0042 (  2.2%)   0.0161 (  3.0%)   0.0161 (  0.4%)  IRGen
   0.0115 (  3.4%)   0.0019 (  1.0%)   0.0135 (  2.5%)   0.0135 (  0.3%)  typecheck-decl
   0.0120 (  3.5%)   0.0003 (  0.2%)   0.0123 (  2.3%)   0.0124 (  0.3%)  SIL optimization
   0.0087 (  2.5%)   0.0013 (  0.7%)   0.0100 (  1.9%)   0.0100 (  0.3%)  SILGen
   0.0059 (  1.7%)   0.0011 (  0.6%)   0.0070 (  1.3%)   0.0070 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0004 (  0.2%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.3431 (100.0%)   0.1931 (100.0%)   0.5362 (100.0%)   3.9153 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6220 seconds (3.5074 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9319 (100.0%)   0.6901 (100.0%)   1.6220 (100.0%)   3.5074 (100.0%)  Building Target
   0.9319 (100.0%)   0.6901 (100.0%)   1.6220 (100.0%)   3.5074 (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 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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077269660634-swift-frontend-ZIPFoundation-Archive_BackingConfiguration.swift-armv7k_apple_watchos2.0-o-Onone-993252871.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6443 seconds (3.8099 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0219 (  4.8%)   0.0362 ( 19.6%)   0.0581 (  9.0%)   1.5674 ( 41.1%)  parse-and-resolve-imports
   0.0199 (  4.3%)   0.0349 ( 18.9%)   0.0547 (  8.5%)   1.5640 ( 41.1%)  Import resolution
   0.0019 (  0.4%)   0.0140 (  7.6%)   0.0159 (  2.5%)   0.1621 (  4.3%)  load-stdlib
   0.0794 ( 17.3%)   0.0270 ( 14.6%)   0.1064 ( 16.5%)   0.1071 (  2.8%)  build-rewrite-system
   0.0690 ( 15.0%)   0.0133 (  7.2%)   0.0823 ( 12.8%)   0.0823 (  2.2%)  perform-sema
   0.0689 ( 15.0%)   0.0132 (  7.2%)   0.0822 ( 12.8%)   0.0822 (  2.2%)  Type checking and Semantic analysis
   0.0506 ( 11.0%)   0.0083 (  4.5%)   0.0590 (  9.2%)   0.0590 (  1.5%)  typecheck-stmt
   0.0455 (  9.9%)   0.0080 (  4.3%)   0.0536 (  8.3%)   0.0536 (  1.4%)  typecheck-expr
   0.0269 (  5.9%)   0.0068 (  3.7%)   0.0337 (  5.2%)   0.0337 (  0.9%)  typecheck-decl
   0.0134 (  2.9%)   0.0102 (  5.5%)   0.0236 (  3.7%)   0.0237 (  0.6%)  import-clang-decl
   0.0110 (  2.4%)   0.0068 (  3.7%)   0.0178 (  2.8%)   0.0178 (  0.5%)  IRGen
   0.0152 (  3.3%)   0.0024 (  1.3%)   0.0176 (  2.7%)   0.0176 (  0.5%)  precheck-target
   0.0126 (  2.7%)   0.0019 (  1.0%)   0.0145 (  2.2%)   0.0145 (  0.4%)  SILGen
   0.0129 (  2.8%)   0.0003 (  0.2%)   0.0132 (  2.0%)   0.0132 (  0.3%)  SIL optimization
   0.0083 (  1.8%)   0.0011 (  0.6%)   0.0094 (  1.5%)   0.0095 (  0.2%)  SILGen-function
   0.0009 (  0.2%)   0.0003 (  0.2%)   0.0011 (  0.2%)   0.0013 (  0.0%)  load-all-members
   0.0008 (  0.2%)   0.0001 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  typecheck-expr-pattern
   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%)  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.4594 (100.0%)   0.1849 (100.0%)   0.6443 (100.0%)   3.8099 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7426 seconds (3.5231 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0191 (100.0%)   0.7235 (100.0%)   1.7426 (100.0%)   3.5231 (100.0%)  Building Target
   1.0191 (100.0%)   0.7235 (100.0%)   1.7426 (100.0%)   3.5231 (100.0%)  Total
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

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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077269663919-swift-frontend-ZIPFoundation-URL_ZIP.swift-armv7k_apple_watchos2.0-o-Onone-563382295.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2051 seconds (3.7507 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8898 ( 39.8%)   0.4109 ( 42.3%)   1.3008 ( 40.6%)   1.5482 ( 41.3%)  parse-and-resolve-imports
   0.8874 ( 39.7%)   0.4055 ( 41.8%)   1.2929 ( 40.3%)   1.5376 ( 41.0%)  Import resolution
   0.0139 (  0.6%)   0.0520 (  5.4%)   0.0659 (  2.1%)   0.1129 (  3.0%)  load-stdlib
   0.0811 (  3.6%)   0.0181 (  1.9%)   0.0991 (  3.1%)   0.1000 (  2.7%)  build-rewrite-system
   0.0770 (  3.4%)   0.0163 (  1.7%)   0.0933 (  2.9%)   0.0948 (  2.5%)  perform-sema
   0.0769 (  3.4%)   0.0163 (  1.7%)   0.0932 (  2.9%)   0.0947 (  2.5%)  Type checking and Semantic analysis
   0.0747 (  3.3%)   0.0142 (  1.5%)   0.0888 (  2.8%)   0.0896 (  2.4%)  typecheck-stmt
   0.0675 (  3.0%)   0.0127 (  1.3%)   0.0802 (  2.5%)   0.0810 (  2.2%)  typecheck-expr
   0.0129 (  0.6%)   0.0110 (  1.1%)   0.0239 (  0.7%)   0.0243 (  0.6%)  import-clang-decl
   0.0114 (  0.5%)   0.0042 (  0.4%)   0.0155 (  0.5%)   0.0163 (  0.4%)  typecheck-decl
   0.0116 (  0.5%)   0.0038 (  0.4%)   0.0155 (  0.5%)   0.0155 (  0.4%)  IRGen
   0.0097 (  0.4%)   0.0014 (  0.1%)   0.0111 (  0.3%)   0.0111 (  0.3%)  precheck-target
   0.0098 (  0.4%)   0.0003 (  0.0%)   0.0101 (  0.3%)   0.0101 (  0.3%)  SIL optimization
   0.0057 (  0.3%)   0.0026 (  0.3%)   0.0083 (  0.3%)   0.0083 (  0.2%)  SILGen
   0.0040 (  0.2%)   0.0008 (  0.1%)   0.0048 (  0.1%)   0.0048 (  0.1%)  SILGen-function
   0.0009 (  0.0%)   0.0004 (  0.0%)   0.0013 (  0.0%)   0.0013 (  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.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
   2.2347 (100.0%)   0.9705 (100.0%)   3.2051 (100.0%)   3.7507 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0537 seconds (3.5065 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8810 (100.0%)   1.1727 (100.0%)   3.0537 (100.0%)   3.5065 (100.0%)  Building Target
   1.8810 (100.0%)   1.1727 (100.0%)   3.0537 (100.0%)   3.5065 (100.0%)  Total
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

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-1746077269665067-swift-frontend-ZIPFoundation-Entry.swift-armv7k_apple_watchos2.0-o-Onone-2395218053.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8117 seconds (4.0101 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0253 (  4.5%)   0.0616 ( 24.6%)   0.0869 ( 10.7%)   1.6253 ( 40.5%)  parse-and-resolve-imports
   0.0228 (  4.1%)   0.0598 ( 23.9%)   0.0826 ( 10.2%)   1.6210 ( 40.4%)  Import resolution
   0.0019 (  0.3%)   0.0113 (  4.5%)   0.0132 (  1.6%)   0.1339 (  3.3%)  load-stdlib
   0.0947 ( 16.9%)   0.0183 (  7.3%)   0.1130 ( 13.9%)   0.1130 (  2.8%)  perform-sema
   0.0946 ( 16.8%)   0.0182 (  7.3%)   0.1128 ( 13.9%)   0.1128 (  2.8%)  Type checking and Semantic analysis
   0.0819 ( 14.6%)   0.0291 ( 11.6%)   0.1110 ( 13.7%)   0.1113 (  2.8%)  build-rewrite-system
   0.0688 ( 12.3%)   0.0120 (  4.8%)   0.0808 ( 10.0%)   0.0808 (  2.0%)  typecheck-stmt
   0.0545 (  9.7%)   0.0097 (  3.9%)   0.0642 (  7.9%)   0.0642 (  1.6%)  typecheck-expr
   0.0371 (  6.6%)   0.0090 (  3.6%)   0.0460 (  5.7%)   0.0461 (  1.1%)  typecheck-decl
   0.0129 (  2.3%)   0.0101 (  4.0%)   0.0230 (  2.8%)   0.0231 (  0.6%)  import-clang-decl
   0.0161 (  2.9%)   0.0028 (  1.1%)   0.0189 (  2.3%)   0.0190 (  0.5%)  SILGen
   0.0137 (  2.4%)   0.0038 (  1.5%)   0.0175 (  2.2%)   0.0176 (  0.4%)  IRGen
   0.0121 (  2.2%)   0.0023 (  0.9%)   0.0144 (  1.8%)   0.0144 (  0.4%)  precheck-target
   0.0135 (  2.4%)   0.0003 (  0.1%)   0.0138 (  1.7%)   0.0138 (  0.3%)  SIL optimization
   0.0088 (  1.6%)   0.0016 (  0.6%)   0.0104 (  1.3%)   0.0105 (  0.3%)  SILGen-function
   0.0017 (  0.3%)   0.0003 (  0.1%)   0.0020 (  0.2%)   0.0020 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.1%)   0.0003 (  0.1%)   0.0011 (  0.1%)   0.0012 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.5613 (100.0%)   0.2504 (100.0%)   0.8117 (100.0%)   4.0101 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7404 seconds (3.5117 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0407 (100.0%)   0.6997 (100.0%)   1.7404 (100.0%)   3.5117 (100.0%)  Building Target
   1.0407 (100.0%)   0.6997 (100.0%)   1.7404 (100.0%)   3.5117 (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 armv7k Emitting\ module\ for\ ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077269660126-swift-frontend-ZIPFoundation-all-armv7k_apple_watchos2.0-swiftmodule-Onone-622474423.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4191 seconds (3.9356 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0220 (  7.3%)   0.0185 ( 15.6%)   0.0405 (  9.7%)   1.6783 ( 42.6%)  parse-and-resolve-imports
   0.0192 (  6.4%)   0.0165 ( 13.9%)   0.0356 (  8.5%)   1.6734 ( 42.5%)  Import resolution
   0.0020 (  0.7%)   0.0109 (  9.3%)   0.0129 (  3.1%)   0.2515 (  6.4%)  load-stdlib
   0.0553 ( 18.4%)   0.0131 ( 11.1%)   0.0684 ( 16.3%)   0.0686 (  1.7%)  perform-sema
   0.0550 ( 18.3%)   0.0129 ( 10.9%)   0.0678 ( 16.2%)   0.0680 (  1.7%)  Type checking and Semantic analysis
   0.0546 ( 18.2%)   0.0125 ( 10.6%)   0.0672 ( 16.0%)   0.0673 (  1.7%)  typecheck-decl
   0.0191 (  6.3%)   0.0062 (  5.3%)   0.0253 (  6.0%)   0.0254 (  0.6%)  typecheck-expr
   0.0176 (  5.9%)   0.0061 (  5.1%)   0.0237 (  5.7%)   0.0245 (  0.6%)  SIL optimization
   0.0179 (  5.9%)   0.0043 (  3.7%)   0.0222 (  5.3%)   0.0223 (  0.6%)  SILGen
   0.0078 (  2.6%)   0.0031 (  2.6%)   0.0109 (  2.6%)   0.0109 (  0.3%)  build-rewrite-system
   0.0086 (  2.9%)   0.0022 (  1.8%)   0.0108 (  2.6%)   0.0109 (  0.3%)  SILGen-function
   0.0070 (  2.3%)   0.0025 (  2.1%)   0.0095 (  2.3%)   0.0096 (  0.2%)  precheck-target
   0.0036 (  1.2%)   0.0033 (  2.8%)   0.0069 (  1.7%)   0.0077 (  0.2%)  Serialization, swiftmodule
   0.0034 (  1.1%)   0.0040 (  3.4%)   0.0073 (  1.8%)   0.0073 (  0.2%)  import-clang-decl
   0.0027 (  0.9%)   0.0007 (  0.6%)   0.0034 (  0.8%)   0.0034 (  0.1%)  typecheck-stmt
   0.0020 (  0.7%)   0.0004 (  0.4%)   0.0024 (  0.6%)   0.0024 (  0.1%)  typecheck-expr-pattern
   0.0018 (  0.6%)   0.0001 (  0.1%)   0.0019 (  0.5%)   0.0019 (  0.0%)  Serialization, swiftsourceinfo
   0.0010 (  0.3%)   0.0008 (  0.7%)   0.0018 (  0.4%)   0.0018 (  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.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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3009 (100.0%)   0.1182 (100.0%)   0.4191 (100.0%)   3.9356 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1922 seconds (2.0706 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1337 (100.0%)   0.0585 (100.0%)   0.1922 (100.0%)   2.0706 (100.0%)  Building Target
   0.1337 (100.0%)   0.0585 (100.0%)   0.1922 (100.0%)   2.0706 (100.0%)  Total
EmitSwiftModule normal armv7k (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\ 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-1746077269664343-swift-frontend-ZIPFoundation-Archive_ReadingDeprecated.swift-armv7k_apple_watchos2.0-o-Onone-514113452.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6395 seconds (3.8518 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0227 (  5.2%)   0.0492 ( 24.5%)   0.0719 ( 11.2%)   1.6041 ( 41.6%)  parse-and-resolve-imports
   0.0201 (  4.6%)   0.0472 ( 23.5%)   0.0673 ( 10.5%)   1.5995 ( 41.5%)  Import resolution
   0.0018 (  0.4%)   0.0143 (  7.1%)   0.0161 (  2.5%)   0.1618 (  4.2%)  load-stdlib
   0.0808 ( 18.4%)   0.0286 ( 14.2%)   0.1094 ( 17.1%)   0.1114 (  2.9%)  build-rewrite-system
   0.0641 ( 14.6%)   0.0109 (  5.4%)   0.0750 ( 11.7%)   0.0750 (  1.9%)  perform-sema
   0.0640 ( 14.6%)   0.0109 (  5.4%)   0.0749 ( 11.7%)   0.0749 (  1.9%)  Type checking and Semantic analysis
   0.0567 ( 12.9%)   0.0087 (  4.3%)   0.0653 ( 10.2%)   0.0653 (  1.7%)  typecheck-stmt
   0.0540 ( 12.3%)   0.0079 (  3.9%)   0.0619 (  9.7%)   0.0619 (  1.6%)  typecheck-expr
   0.0128 (  2.9%)   0.0109 (  5.4%)   0.0237 (  3.7%)   0.0238 (  0.6%)  import-clang-decl
   0.0165 (  3.8%)   0.0041 (  2.0%)   0.0206 (  3.2%)   0.0206 (  0.5%)  typecheck-decl
   0.0151 (  3.4%)   0.0024 (  1.2%)   0.0174 (  2.7%)   0.0174 (  0.5%)  precheck-target
   0.0099 (  2.2%)   0.0015 (  0.7%)   0.0114 (  1.8%)   0.0114 (  0.3%)  SILGen
   0.0070 (  1.6%)   0.0029 (  1.5%)   0.0099 (  1.6%)   0.0099 (  0.3%)  IRGen
   0.0060 (  1.4%)   0.0008 (  0.4%)   0.0068 (  1.1%)   0.0068 (  0.2%)  SILGen-function
   0.0066 (  1.5%)   0.0002 (  0.1%)   0.0068 (  1.1%)   0.0068 (  0.2%)  SIL optimization
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4389 (100.0%)   0.2007 (100.0%)   0.6395 (100.0%)   3.8518 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7056 seconds (3.5056 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9746 (100.0%)   0.7310 (100.0%)   1.7056 (100.0%)   3.5056 (100.0%)  Building Target
   0.9746 (100.0%)   0.7310 (100.0%)   1.7056 (100.0%)   3.5056 (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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077271814395-swift-frontend-ZIPFoundation-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-3578139256.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.5482 seconds (3.7238 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0505 ( 44.8%)   0.5486 ( 45.6%)   1.5991 ( 45.1%)   1.6800 ( 45.1%)  parse-and-resolve-imports
   1.0475 ( 44.7%)   0.5386 ( 44.8%)   1.5861 ( 44.7%)   1.6612 ( 44.6%)  Import resolution
   0.0506 (  2.2%)   0.0217 (  1.8%)   0.0724 (  2.0%)   0.0759 (  2.0%)  perform-sema
   0.0504 (  2.1%)   0.0216 (  1.8%)   0.0720 (  2.0%)   0.0755 (  2.0%)  Type checking and Semantic analysis
   0.0502 (  2.1%)   0.0213 (  1.8%)   0.0715 (  2.0%)   0.0750 (  2.0%)  typecheck-decl
   0.0126 (  0.5%)   0.0191 (  1.6%)   0.0316 (  0.9%)   0.0373 (  1.0%)  load-stdlib
   0.0185 (  0.8%)   0.0129 (  1.1%)   0.0313 (  0.9%)   0.0336 (  0.9%)  typecheck-expr
   0.0172 (  0.7%)   0.0018 (  0.2%)   0.0191 (  0.5%)   0.0191 (  0.5%)  SIL optimization
   0.0145 (  0.6%)   0.0025 (  0.2%)   0.0170 (  0.5%)   0.0170 (  0.5%)  SILGen
   0.0068 (  0.3%)   0.0050 (  0.4%)   0.0118 (  0.3%)   0.0125 (  0.3%)  precheck-target
   0.0034 (  0.1%)   0.0070 (  0.6%)   0.0104 (  0.3%)   0.0109 (  0.3%)  import-clang-decl
   0.0066 (  0.3%)   0.0011 (  0.1%)   0.0077 (  0.2%)   0.0077 (  0.2%)  SILGen-function
   0.0072 (  0.3%)   0.0003 (  0.0%)   0.0075 (  0.2%)   0.0075 (  0.2%)  build-rewrite-system
   0.0031 (  0.1%)   0.0002 (  0.0%)   0.0033 (  0.1%)   0.0033 (  0.1%)  Serialization, swiftmodule
   0.0018 (  0.1%)   0.0004 (  0.0%)   0.0022 (  0.1%)   0.0022 (  0.1%)  typecheck-stmt
   0.0020 (  0.1%)   0.0001 (  0.0%)   0.0021 (  0.1%)   0.0021 (  0.1%)  Serialization, swiftsourceinfo
   0.0013 (  0.1%)   0.0002 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  typecheck-expr-pattern
   0.0011 (  0.0%)   0.0001 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  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%)  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, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-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
   2.3456 (100.0%)   1.2026 (100.0%)   3.5482 (100.0%)   3.7238 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7675 seconds (1.8621 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1640 (100.0%)   0.6036 (100.0%)   1.7675 (100.0%)   1.8621 (100.0%)  Building Target
   1.1640 (100.0%)   0.6036 (100.0%)   1.7675 (100.0%)   1.8621 (100.0%)  Total
SwiftDriverJobDiscovery normal armv7k 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 armv7k Compiling Archive+Writing.swift, Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077273472683-swift-frontend-ZIPFoundation-all-arm64_apple_watchos2.0-swiftmodule-Onone-3427889187.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4766 seconds (3.2679 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0259 (  8.5%)   0.0492 ( 28.3%)   0.0750 ( 15.7%)   1.4515 ( 44.4%)  parse-and-resolve-imports
   0.0229 (  7.6%)   0.0470 ( 27.0%)   0.0699 ( 14.7%)   1.4463 ( 44.3%)  Import resolution
   0.0556 ( 18.4%)   0.0142 (  8.1%)   0.0697 ( 14.6%)   0.0701 (  2.1%)  perform-sema
   0.0553 ( 18.3%)   0.0140 (  8.1%)   0.0693 ( 14.5%)   0.0697 (  2.1%)  Type checking and Semantic analysis
   0.0550 ( 18.2%)   0.0137 (  7.9%)   0.0687 ( 14.4%)   0.0691 (  2.1%)  typecheck-decl
   0.0015 (  0.5%)   0.0093 (  5.3%)   0.0108 (  2.3%)   0.0476 (  1.5%)  load-stdlib
   0.0192 (  6.3%)   0.0068 (  3.9%)   0.0260 (  5.5%)   0.0264 (  0.8%)  typecheck-expr
   0.0171 (  5.7%)   0.0031 (  1.8%)   0.0202 (  4.2%)   0.0202 (  0.6%)  SIL optimization
   0.0155 (  5.1%)   0.0037 (  2.1%)   0.0192 (  4.0%)   0.0192 (  0.6%)  SILGen
   0.0076 (  2.5%)   0.0023 (  1.3%)   0.0099 (  2.1%)   0.0099 (  0.3%)  build-rewrite-system
   0.0068 (  2.2%)   0.0025 (  1.5%)   0.0093 (  2.0%)   0.0096 (  0.3%)  precheck-target
   0.0072 (  2.4%)   0.0018 (  1.0%)   0.0090 (  1.9%)   0.0090 (  0.3%)  SILGen-function
   0.0035 (  1.1%)   0.0040 (  2.3%)   0.0075 (  1.6%)   0.0074 (  0.2%)  import-clang-decl
   0.0031 (  1.0%)   0.0008 (  0.4%)   0.0039 (  0.8%)   0.0039 (  0.1%)  Serialization, swiftmodule
   0.0020 (  0.6%)   0.0006 (  0.3%)   0.0026 (  0.5%)   0.0026 (  0.1%)  typecheck-stmt
   0.0019 (  0.6%)   0.0005 (  0.3%)   0.0024 (  0.5%)   0.0024 (  0.1%)  Serialization, swiftsourceinfo
   0.0014 (  0.5%)   0.0003 (  0.2%)   0.0017 (  0.4%)   0.0017 (  0.1%)  typecheck-expr-pattern
   0.0010 (  0.3%)   0.0002 (  0.1%)   0.0012 (  0.3%)   0.0012 (  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.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.3027 (100.0%)   0.1739 (100.0%)   0.4766 (100.0%)   3.2679 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2205 seconds (1.6359 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1344 (100.0%)   0.0861 (100.0%)   0.2205 (100.0%)   1.6359 (100.0%)  Building Target
   0.1344 (100.0%)   0.0861 (100.0%)   0.2205 (100.0%)   1.6359 (100.0%)  Total
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
SwiftDriverJobDiscovery normal armv7k Compiling Archive+ReadingDeprecated.swift, Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/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
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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077273480396-swift-frontend-ZIPFoundation-URL_ZIP.swift-arm64_apple_watchos2.0-o-Onone-2671719565.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.3579 seconds (3.5353 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0094 ( 40.2%)   0.3730 ( 44.0%)   1.3824 ( 41.2%)   1.4662 ( 41.5%)  parse-and-resolve-imports
   1.0071 ( 40.1%)   0.3717 ( 43.9%)   1.3787 ( 41.1%)   1.4621 ( 41.4%)  Import resolution
   0.0876 (  3.5%)   0.0168 (  2.0%)   0.1044 (  3.1%)   0.1063 (  3.0%)  perform-sema
   0.0875 (  3.5%)   0.0168 (  2.0%)   0.1043 (  3.1%)   0.1062 (  3.0%)  Type checking and Semantic analysis
   0.0849 (  3.4%)   0.0144 (  1.7%)   0.0993 (  3.0%)   0.1005 (  2.8%)  typecheck-stmt
   0.0786 (  3.1%)   0.0117 (  1.4%)   0.0903 (  2.7%)   0.0906 (  2.6%)  build-rewrite-system
   0.0754 (  3.0%)   0.0134 (  1.6%)   0.0887 (  2.6%)   0.0899 (  2.5%)  typecheck-expr
   0.0133 (  0.5%)   0.0106 (  1.3%)   0.0240 (  0.7%)   0.0240 (  0.7%)  import-clang-decl
   0.0107 (  0.4%)   0.0080 (  0.9%)   0.0186 (  0.6%)   0.0212 (  0.6%)  load-stdlib
   0.0126 (  0.5%)   0.0038 (  0.5%)   0.0164 (  0.5%)   0.0172 (  0.5%)  typecheck-decl
   0.0114 (  0.5%)   0.0038 (  0.5%)   0.0153 (  0.5%)   0.0156 (  0.4%)  IRGen
   0.0112 (  0.4%)   0.0014 (  0.2%)   0.0125 (  0.4%)   0.0126 (  0.4%)  precheck-target
   0.0101 (  0.4%)   0.0001 (  0.0%)   0.0102 (  0.3%)   0.0102 (  0.3%)  SIL optimization
   0.0060 (  0.2%)   0.0007 (  0.1%)   0.0067 (  0.2%)   0.0067 (  0.2%)  SILGen
   0.0042 (  0.2%)   0.0004 (  0.0%)   0.0046 (  0.1%)   0.0046 (  0.1%)  SILGen-function
   0.0009 (  0.0%)   0.0002 (  0.0%)   0.0011 (  0.0%)   0.0011 (  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.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
   2.5111 (100.0%)   0.8468 (100.0%)   3.3579 (100.0%)   3.5353 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4927 seconds (2.6000 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9394 (100.0%)   0.5533 (100.0%)   2.4927 (100.0%)   2.6000 (100.0%)  Building Target
   1.9394 (100.0%)   0.5533 (100.0%)   2.4927 (100.0%)   2.6000 (100.0%)  Total
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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077273496126-swift-frontend-ZIPFoundation-Entry.swift-arm64_apple_watchos2.0-o-Onone-466428192.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8379 seconds (3.8011 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0268 (  4.5%)   0.0530 ( 21.8%)   0.0798 (  9.5%)   1.5518 ( 40.8%)  parse-and-resolve-imports
   0.0240 (  4.0%)   0.0509 ( 20.9%)   0.0749 (  8.9%)   1.5470 ( 40.7%)  Import resolution
   0.1031 ( 17.3%)   0.0231 (  9.5%)   0.1262 ( 15.1%)   0.1272 (  3.3%)  perform-sema
   0.1031 ( 17.3%)   0.0230 (  9.5%)   0.1261 ( 15.0%)   0.1271 (  3.3%)  Type checking and Semantic analysis
   0.0804 ( 13.5%)   0.0290 ( 11.9%)   0.1093 ( 13.0%)   0.1106 (  2.9%)  build-rewrite-system
   0.0741 ( 12.5%)   0.0159 (  6.5%)   0.0900 ( 10.7%)   0.0908 (  2.4%)  typecheck-stmt
   0.0586 (  9.9%)   0.0128 (  5.3%)   0.0714 (  8.5%)   0.0722 (  1.9%)  typecheck-expr
   0.0414 (  7.0%)   0.0107 (  4.4%)   0.0520 (  6.2%)   0.0523 (  1.4%)  typecheck-decl
   0.0125 (  2.1%)   0.0109 (  4.5%)   0.0234 (  2.8%)   0.0234 (  0.6%)  import-clang-decl
   0.0183 (  3.1%)   0.0029 (  1.2%)   0.0212 (  2.5%)   0.0214 (  0.6%)  SILGen
   0.0130 (  2.2%)   0.0046 (  1.9%)   0.0176 (  2.1%)   0.0186 (  0.5%)  IRGen
   0.0131 (  2.2%)   0.0025 (  1.0%)   0.0156 (  1.9%)   0.0156 (  0.4%)  precheck-target
   0.0011 (  0.2%)   0.0019 (  0.8%)   0.0029 (  0.4%)   0.0155 (  0.4%)  load-stdlib
   0.0104 (  1.8%)   0.0016 (  0.6%)   0.0120 (  1.4%)   0.0122 (  0.3%)  SILGen-function
   0.0120 (  2.0%)   0.0001 (  0.0%)   0.0121 (  1.4%)   0.0122 (  0.3%)  SIL optimization
   0.0019 (  0.3%)   0.0003 (  0.1%)   0.0022 (  0.3%)   0.0022 (  0.1%)  typecheck-expr-pattern
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.5947 (100.0%)   0.2432 (100.0%)   0.8379 (100.0%)   3.8011 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0972 seconds (2.5930 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8893 (100.0%)   0.2078 (100.0%)   1.0972 (100.0%)   2.5930 (100.0%)  Building Target
   0.8893 (100.0%)   0.2078 (100.0%)   1.0972 (100.0%)   2.5930 (100.0%)  Total
SwiftDriverJobDiscovery normal armv7k Compiling Archive+MemoryFile.swift, Data+Serialization.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-1746077273501130-swift-frontend-ZIPFoundation-Archive_MemoryFile.swift-arm64_32_apple_watchos2.0-o-Onone-2566209714.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5155 seconds (0.5168 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0806 ( 22.6%)   0.0228 ( 14.3%)   0.1034 ( 20.1%)   0.1034 ( 20.0%)  build-rewrite-system
   0.0247 (  6.9%)   0.0327 ( 20.6%)   0.0574 ( 11.1%)   0.0576 ( 11.1%)  parse-and-resolve-imports
   0.0431 ( 12.1%)   0.0133 (  8.4%)   0.0565 ( 11.0%)   0.0567 ( 11.0%)  perform-sema
   0.0430 ( 12.1%)   0.0133 (  8.4%)   0.0563 ( 10.9%)   0.0565 ( 10.9%)  Type checking and Semantic analysis
   0.0220 (  6.2%)   0.0306 ( 19.2%)   0.0526 ( 10.2%)   0.0528 ( 10.2%)  Import resolution
   0.0380 ( 10.6%)   0.0121 (  7.6%)   0.0500 (  9.7%)   0.0503 (  9.7%)  typecheck-stmt
   0.0249 (  7.0%)   0.0047 (  3.0%)   0.0296 (  5.7%)   0.0296 (  5.7%)  typecheck-expr
   0.0129 (  3.6%)   0.0111 (  7.0%)   0.0240 (  4.6%)   0.0240 (  4.7%)  import-clang-decl
   0.0168 (  4.7%)   0.0064 (  4.0%)   0.0232 (  4.5%)   0.0233 (  4.5%)  precheck-target
   0.0125 (  3.5%)   0.0027 (  1.7%)   0.0152 (  2.9%)   0.0152 (  2.9%)  typecheck-decl
   0.0102 (  2.9%)   0.0044 (  2.8%)   0.0146 (  2.8%)   0.0146 (  2.8%)  IRGen
   0.0114 (  3.2%)   0.0003 (  0.2%)   0.0116 (  2.3%)   0.0116 (  2.3%)  SIL optimization
   0.0082 (  2.3%)   0.0014 (  0.9%)   0.0096 (  1.9%)   0.0096 (  1.9%)  SILGen
   0.0056 (  1.6%)   0.0010 (  0.6%)   0.0066 (  1.3%)   0.0066 (  1.3%)  SILGen-function
   0.0011 (  0.3%)   0.0018 (  1.1%)   0.0030 (  0.6%)   0.0030 (  0.6%)  load-stdlib
   0.0011 (  0.3%)   0.0003 (  0.2%)   0.0014 (  0.3%)   0.0014 (  0.3%)  load-all-members
   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%)  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.3565 (100.0%)   0.1590 (100.0%)   0.5155 (100.0%)   0.5168 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1211 seconds (1.1461 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8855 (100.0%)   0.2357 (100.0%)   1.1211 (100.0%)   1.1461 (100.0%)  Building Target
   0.8855 (100.0%)   0.2357 (100.0%)   1.1211 (100.0%)   1.1461 (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 armv7k Compiling URL+ZIP.swift, Date+ZIP.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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077273508534-swift-frontend-ZIPFoundation-FileManager_ZIP.swift-arm64_32_apple_watchos2.0-o-Onone-3323729545.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8134 seconds (0.8139 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0956 ( 15.4%)   0.0190 (  9.8%)   0.1147 ( 14.1%)   0.1148 ( 14.1%)  perform-sema
   0.0955 ( 15.4%)   0.0190 (  9.8%)   0.1146 ( 14.1%)   0.1146 ( 14.1%)  Type checking and Semantic analysis
   0.0750 ( 12.1%)   0.0221 ( 11.4%)   0.0970 ( 11.9%)   0.0970 ( 11.9%)  build-rewrite-system
   0.0792 ( 12.8%)   0.0135 (  7.0%)   0.0927 ( 11.4%)   0.0927 ( 11.4%)  typecheck-stmt
   0.0744 ( 12.0%)   0.0141 (  7.3%)   0.0886 ( 10.9%)   0.0886 ( 10.9%)  typecheck-expr
   0.0496 (  8.0%)   0.0123 (  6.4%)   0.0619 (  7.6%)   0.0619 (  7.6%)  typecheck-decl
   0.0238 (  3.8%)   0.0327 ( 16.9%)   0.0566 (  7.0%)   0.0567 (  7.0%)  parse-and-resolve-imports
   0.0210 (  3.4%)   0.0303 ( 15.7%)   0.0513 (  6.3%)   0.0515 (  6.3%)  Import resolution
   0.0155 (  2.5%)   0.0110 (  5.7%)   0.0265 (  3.3%)   0.0265 (  3.3%)  import-clang-decl
   0.0218 (  3.5%)   0.0040 (  2.1%)   0.0258 (  3.2%)   0.0258 (  3.2%)  SILGen
   0.0212 (  3.4%)   0.0042 (  2.2%)   0.0253 (  3.1%)   0.0253 (  3.1%)  precheck-target
   0.0163 (  2.6%)   0.0030 (  1.5%)   0.0192 (  2.4%)   0.0192 (  2.4%)  SILGen-function
   0.0142 (  2.3%)   0.0047 (  2.4%)   0.0189 (  2.3%)   0.0189 (  2.3%)  IRGen
   0.0142 (  2.3%)   0.0002 (  0.1%)   0.0144 (  1.8%)   0.0144 (  1.8%)  SIL optimization
   0.0011 (  0.2%)   0.0031 (  1.6%)   0.0042 (  0.5%)   0.0042 (  0.5%)  load-stdlib
   0.0009 (  0.2%)   0.0002 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   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%)  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-source-file-class-member-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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.6199 (100.0%)   0.1935 (100.0%)   0.8134 (100.0%)   0.8139 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1427 seconds (1.1459 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9417 (100.0%)   0.2010 (100.0%)   1.1427 (100.0%)   1.1459 (100.0%)  Building Target
   0.9417 (100.0%)   0.2010 (100.0%)   1.1427 (100.0%)   1.1459 (100.0%)  Total
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

SwiftDriverJobDiscovery normal armv7k Compiling Archive+BackingConfiguration.swift, Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077273508308-swift-frontend-ZIPFoundation-Archive_BackingConfiguration.swift-arm64_32_apple_watchos2.0-o-Onone-1723681469.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6297 seconds (0.6306 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0754 ( 16.3%)   0.0217 ( 12.9%)   0.0971 ( 15.4%)   0.0970 ( 15.4%)  build-rewrite-system
   0.0695 ( 15.1%)   0.0148 (  8.8%)   0.0843 ( 13.4%)   0.0844 ( 13.4%)  perform-sema
   0.0694 ( 15.0%)   0.0148 (  8.8%)   0.0841 ( 13.4%)   0.0842 ( 13.4%)  Type checking and Semantic analysis
   0.0495 ( 10.7%)   0.0086 (  5.1%)   0.0581 (  9.2%)   0.0581 (  9.2%)  typecheck-stmt
   0.0235 (  5.1%)   0.0338 ( 20.1%)   0.0573 (  9.1%)   0.0577 (  9.2%)  parse-and-resolve-imports
   0.0460 ( 10.0%)   0.0092 (  5.4%)   0.0551 (  8.8%)   0.0551 (  8.7%)  typecheck-expr
   0.0207 (  4.5%)   0.0315 ( 18.7%)   0.0522 (  8.3%)   0.0526 (  8.3%)  Import resolution
   0.0291 (  6.3%)   0.0088 (  5.2%)   0.0379 (  6.0%)   0.0380 (  6.0%)  typecheck-decl
   0.0132 (  2.9%)   0.0110 (  6.5%)   0.0242 (  3.8%)   0.0242 (  3.8%)  import-clang-decl
   0.0149 (  3.2%)   0.0026 (  1.5%)   0.0175 (  2.8%)   0.0175 (  2.8%)  precheck-target
   0.0141 (  3.1%)   0.0020 (  1.2%)   0.0161 (  2.6%)   0.0161 (  2.6%)  SILGen
   0.0110 (  2.4%)   0.0047 (  2.8%)   0.0158 (  2.5%)   0.0158 (  2.5%)  IRGen
   0.0125 (  2.7%)   0.0003 (  0.2%)   0.0128 (  2.0%)   0.0128 (  2.0%)  SIL optimization
   0.0094 (  2.0%)   0.0011 (  0.7%)   0.0105 (  1.7%)   0.0105 (  1.7%)  SILGen-function
   0.0011 (  0.2%)   0.0033 (  2.0%)   0.0045 (  0.7%)   0.0045 (  0.7%)  load-stdlib
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.2%)  load-all-members
   0.0007 (  0.2%)   0.0001 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.1%)  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.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%)  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.4612 (100.0%)   0.1685 (100.0%)   0.6297 (100.0%)   0.6306 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1456 seconds (1.1507 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9317 (100.0%)   0.2139 (100.0%)   1.1456 (100.0%)   1.1507 (100.0%)  Building Target
   0.9317 (100.0%)   0.2139 (100.0%)   1.1456 (100.0%)   1.1507 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Compression.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-1746077273512820-swift-frontend-ZIPFoundation-Archive_ReadingDeprecated.swift-arm64_apple_watchos2.0-o-Onone-3417827807.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6720 seconds (3.7545 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0272 (  5.8%)   0.0533 ( 26.0%)   0.0805 ( 12.0%)   1.6192 ( 43.1%)  parse-and-resolve-imports
   0.0243 (  5.2%)   0.0509 ( 24.8%)   0.0752 ( 11.2%)   1.6139 ( 43.0%)  Import resolution
   0.0794 ( 17.0%)   0.0278 ( 13.6%)   0.1072 ( 16.0%)   0.1076 (  2.9%)  build-rewrite-system
   0.0696 ( 14.9%)   0.0130 (  6.3%)   0.0826 ( 12.3%)   0.0836 (  2.2%)  perform-sema
   0.0695 ( 14.9%)   0.0130 (  6.3%)   0.0825 ( 12.3%)   0.0834 (  2.2%)  Type checking and Semantic analysis
   0.0623 ( 13.3%)   0.0109 (  5.3%)   0.0731 ( 10.9%)   0.0741 (  2.0%)  typecheck-stmt
   0.0588 ( 12.6%)   0.0097 (  4.7%)   0.0685 ( 10.2%)   0.0694 (  1.8%)  typecheck-expr
   0.0118 (  2.5%)   0.0098 (  4.8%)   0.0217 (  3.2%)   0.0219 (  0.6%)  import-clang-decl
   0.0170 (  3.7%)   0.0046 (  2.2%)   0.0216 (  3.2%)   0.0217 (  0.6%)  typecheck-decl
   0.0155 (  3.3%)   0.0028 (  1.4%)   0.0183 (  2.7%)   0.0185 (  0.5%)  precheck-target
   0.0100 (  2.1%)   0.0014 (  0.7%)   0.0114 (  1.7%)   0.0116 (  0.3%)  SILGen
   0.0071 (  1.5%)   0.0037 (  1.8%)   0.0108 (  1.6%)   0.0109 (  0.3%)  IRGen
   0.0058 (  1.2%)   0.0008 (  0.4%)   0.0066 (  1.0%)   0.0066 (  0.2%)  SILGen-function
   0.0064 (  1.4%)   0.0001 (  0.1%)   0.0065 (  1.0%)   0.0065 (  0.2%)  SIL optimization
   0.0012 (  0.3%)   0.0030 (  1.5%)   0.0042 (  0.6%)   0.0042 (  0.1%)  load-stdlib
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   0.4668 (100.0%)   0.2052 (100.0%)   0.6720 (100.0%)   3.7545 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0234 seconds (2.5717 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8272 (100.0%)   0.1961 (100.0%)   1.0234 (100.0%)   2.5717 (100.0%)  Building Target
   0.8272 (100.0%)   0.1961 (100.0%)   1.0234 (100.0%)   2.5717 (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 Compiling FileManager+ZIPDeprecated.swift, Archive+ZIP64.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-1746077273514016-swift-frontend-ZIPFoundation-Archive_MemoryFile.swift-arm64_apple_watchos2.0-o-Onone-1950931076.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6397 seconds (3.3001 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0496 ( 12.2%)   0.0694 ( 29.9%)   0.1190 ( 18.6%)   1.4499 ( 43.9%)  parse-and-resolve-imports
   0.0469 ( 11.5%)   0.0640 ( 27.6%)   0.1108 ( 17.3%)   1.4365 ( 43.5%)  Import resolution
   0.0805 ( 19.7%)   0.0269 ( 11.6%)   0.1074 ( 16.8%)   0.1078 (  3.3%)  build-rewrite-system
   0.0434 ( 10.6%)   0.0128 (  5.5%)   0.0562 (  8.8%)   0.0568 (  1.7%)  perform-sema
   0.0433 ( 10.6%)   0.0128 (  5.5%)   0.0561 (  8.8%)   0.0567 (  1.7%)  Type checking and Semantic analysis
   0.0384 (  9.4%)   0.0110 (  4.7%)   0.0494 (  7.7%)   0.0497 (  1.5%)  typecheck-stmt
   0.0266 (  6.5%)   0.0045 (  2.0%)   0.0311 (  4.9%)   0.0311 (  0.9%)  typecheck-expr
   0.0129 (  3.2%)   0.0117 (  5.0%)   0.0246 (  3.8%)   0.0258 (  0.8%)  import-clang-decl
   0.0162 (  4.0%)   0.0068 (  2.9%)   0.0230 (  3.6%)   0.0233 (  0.7%)  precheck-target
   0.0124 (  3.0%)   0.0030 (  1.3%)   0.0155 (  2.4%)   0.0158 (  0.5%)  typecheck-decl
   0.0100 (  2.5%)   0.0041 (  1.8%)   0.0142 (  2.2%)   0.0142 (  0.4%)  IRGen
   0.0112 (  2.7%)   0.0002 (  0.1%)   0.0114 (  1.8%)   0.0114 (  0.3%)  SIL optimization
   0.0085 (  2.1%)   0.0011 (  0.5%)   0.0096 (  1.5%)   0.0096 (  0.3%)  SILGen
   0.0058 (  1.4%)   0.0007 (  0.3%)   0.0064 (  1.0%)   0.0064 (  0.2%)  SILGen-function
   0.0010 (  0.3%)   0.0026 (  1.1%)   0.0036 (  0.6%)   0.0036 (  0.1%)  load-stdlib
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0002 (  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, 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.4078 (100.0%)   0.2319 (100.0%)   0.6397 (100.0%)   3.3001 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2057 seconds (2.5696 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9224 (100.0%)   0.2833 (100.0%)   1.2057 (100.0%)   2.5696 (100.0%)  Building Target
   0.9224 (100.0%)   0.2833 (100.0%)   1.2057 (100.0%)   2.5696 (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 armv7k 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-1746077273515940-swift-frontend-ZIPFoundation-FileManager_ZIPDeprecated.swift-arm64_32_apple_watchos2.0-o-Onone-1642856460.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4780 seconds (0.4797 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0788 ( 23.2%)   0.0229 ( 16.6%)   0.1017 ( 21.3%)   0.1016 ( 21.2%)  build-rewrite-system
   0.0472 ( 13.9%)   0.0116 (  8.4%)   0.0587 ( 12.3%)   0.0588 ( 12.3%)  perform-sema
   0.0471 ( 13.8%)   0.0115 (  8.4%)   0.0586 ( 12.3%)   0.0587 ( 12.2%)  Type checking and Semantic analysis
   0.0221 (  6.5%)   0.0283 ( 20.5%)   0.0504 ( 10.5%)   0.0509 ( 10.6%)  parse-and-resolve-imports
   0.0197 (  5.8%)   0.0259 ( 18.8%)   0.0456 (  9.5%)   0.0460 (  9.6%)  Import resolution
   0.0281 (  8.3%)   0.0044 (  3.2%)   0.0325 (  6.8%)   0.0325 (  6.8%)  typecheck-stmt
   0.0253 (  7.5%)   0.0041 (  3.0%)   0.0295 (  6.2%)   0.0295 (  6.1%)  typecheck-expr
   0.0214 (  6.3%)   0.0078 (  5.6%)   0.0292 (  6.1%)   0.0292 (  6.1%)  typecheck-decl
   0.0121 (  3.6%)   0.0115 (  8.3%)   0.0236 (  4.9%)   0.0236 (  4.9%)  import-clang-decl
   0.0081 (  2.4%)   0.0017 (  1.2%)   0.0098 (  2.0%)   0.0098 (  2.0%)  SILGen
   0.0066 (  1.9%)   0.0031 (  2.2%)   0.0097 (  2.0%)   0.0097 (  2.0%)  IRGen
   0.0095 (  2.8%)   0.0002 (  0.1%)   0.0096 (  2.0%)   0.0096 (  2.0%)  SIL optimization
   0.0065 (  1.9%)   0.0007 (  0.5%)   0.0071 (  1.5%)   0.0071 (  1.5%)  precheck-target
   0.0050 (  1.5%)   0.0010 (  0.8%)   0.0060 (  1.3%)   0.0060 (  1.3%)  SILGen-function
   0.0011 (  0.3%)   0.0030 (  2.2%)   0.0041 (  0.9%)   0.0048 (  1.0%)  load-stdlib
   0.0008 (  0.2%)   0.0002 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.2%)  load-all-members
   0.0005 (  0.1%)   0.0001 (  0.1%)   0.0006 (  0.1%)   0.0006 (  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.3400 (100.0%)   0.1380 (100.0%)   0.4780 (100.0%)   0.4797 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1086 seconds (1.1300 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8878 (100.0%)   0.2208 (100.0%)   1.1086 (100.0%)   1.1300 (100.0%)  Building Target
   0.8878 (100.0%)   0.2208 (100.0%)   1.1086 (100.0%)   1.1300 (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 armv7k Compiling Archive+Reading.swift, Archive+Deprecated.swift, Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling Entry+ZIP64.swift, Archive+Helpers.swift (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-1746077273737112-swift-frontend-ZIPFoundation-Entry_ZIP64.swift-arm64_32_apple_watchos2.0-o-Onone-854431365.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8589 seconds (0.8590 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1293 ( 17.8%)   0.0166 ( 12.3%)   0.1459 ( 17.0%)   0.1459 ( 17.0%)  perform-sema
   0.1292 ( 17.8%)   0.0165 ( 12.3%)   0.1458 ( 17.0%)   0.1458 ( 17.0%)  Type checking and Semantic analysis
   0.1091 ( 15.1%)   0.0123 (  9.1%)   0.1213 ( 14.1%)   0.1213 ( 14.1%)  typecheck-stmt
   0.0953 ( 13.2%)   0.0106 (  7.9%)   0.1059 ( 12.3%)   0.1059 ( 12.3%)  typecheck-expr
   0.0641 (  8.9%)   0.0094 (  7.0%)   0.0736 (  8.6%)   0.0736 (  8.6%)  typecheck-decl
   0.0534 (  7.4%)   0.0155 ( 11.6%)   0.0689 (  8.0%)   0.0689 (  8.0%)  build-rewrite-system
   0.0208 (  2.9%)   0.0175 ( 13.0%)   0.0383 (  4.5%)   0.0384 (  4.5%)  parse-and-resolve-imports
   0.0186 (  2.6%)   0.0158 ( 11.7%)   0.0344 (  4.0%)   0.0344 (  4.0%)  Import resolution
   0.0254 (  3.5%)   0.0005 (  0.4%)   0.0260 (  3.0%)   0.0259 (  3.0%)  SIL optimization
   0.0199 (  2.7%)   0.0024 (  1.8%)   0.0223 (  2.6%)   0.0223 (  2.6%)  SILGen
   0.0124 (  1.7%)   0.0096 (  7.2%)   0.0220 (  2.6%)   0.0220 (  2.6%)  import-clang-decl
   0.0186 (  2.6%)   0.0010 (  0.8%)   0.0196 (  2.3%)   0.0196 (  2.3%)  precheck-target
   0.0130 (  1.8%)   0.0034 (  2.6%)   0.0165 (  1.9%)   0.0165 (  1.9%)  IRGen
   0.0133 (  1.8%)   0.0014 (  1.1%)   0.0147 (  1.7%)   0.0147 (  1.7%)  SILGen-function
   0.0010 (  0.1%)   0.0014 (  1.1%)   0.0024 (  0.3%)   0.0025 (  0.3%)  load-stdlib
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  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.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
   0.7246 (100.0%)   0.1343 (100.0%)   0.8589 (100.0%)   0.8590 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9161 seconds (0.9178 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7787 (100.0%)   0.1374 (100.0%)   0.9161 (100.0%)   0.9178 (100.0%)  Building Target
   0.7787 (100.0%)   0.1374 (100.0%)   0.9161 (100.0%)   0.9178 (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 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
SwiftDriverJobDiscovery normal arm64_32 Compiling Entry+ZIP64.swift, Archive+Helpers.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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077274737112-swift-frontend-ZIPFoundation-Archive_Writing.swift-arm64_32_apple_watchos2.0-o-Onone-4081645058.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7712 seconds (0.7715 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1171 ( 18.2%)   0.0145 ( 11.3%)   0.1316 ( 17.1%)   0.1316 ( 17.1%)  perform-sema
   0.1169 ( 18.2%)   0.0145 ( 11.3%)   0.1314 ( 17.0%)   0.1314 ( 17.0%)  Type checking and Semantic analysis
   0.0903 ( 14.0%)   0.0096 (  7.5%)   0.0999 ( 13.0%)   0.0999 ( 12.9%)  typecheck-stmt
   0.0874 ( 13.6%)   0.0099 (  7.7%)   0.0973 ( 12.6%)   0.0973 ( 12.6%)  typecheck-expr
   0.0552 (  8.6%)   0.0081 (  6.3%)   0.0633 (  8.2%)   0.0633 (  8.2%)  typecheck-decl
   0.0218 (  3.4%)   0.0239 ( 18.7%)   0.0458 (  5.9%)   0.0458 (  5.9%)  parse-and-resolve-imports
   0.0195 (  3.0%)   0.0223 ( 17.4%)   0.0418 (  5.4%)   0.0418 (  5.4%)  Import resolution
   0.0278 (  4.3%)   0.0043 (  3.4%)   0.0321 (  4.2%)   0.0322 (  4.2%)  SILGen
   0.0244 (  3.8%)   0.0072 (  5.6%)   0.0316 (  4.1%)   0.0318 (  4.1%)  IRGen
   0.0198 (  3.1%)   0.0025 (  1.9%)   0.0223 (  2.9%)   0.0223 (  2.9%)  SILGen-function
   0.0220 (  3.4%)   0.0002 (  0.1%)   0.0221 (  2.9%)   0.0221 (  2.9%)  SIL optimization
   0.0189 (  2.9%)   0.0019 (  1.5%)   0.0208 (  2.7%)   0.0208 (  2.7%)  precheck-target
   0.0136 (  2.1%)   0.0030 (  2.4%)   0.0166 (  2.2%)   0.0166 (  2.2%)  build-rewrite-system
   0.0047 (  0.7%)   0.0042 (  3.2%)   0.0088 (  1.1%)   0.0089 (  1.1%)  import-clang-decl
   0.0010 (  0.2%)   0.0016 (  1.3%)   0.0026 (  0.3%)   0.0026 (  0.3%)  load-stdlib
   0.0013 (  0.2%)   0.0002 (  0.2%)   0.0015 (  0.2%)   0.0015 (  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.0003 (  0.0%)   0.0001 (  0.1%)   0.0004 (  0.0%)   0.0004 (  0.0%)  get-conformance-access-path
   0.0002 (  0.0%)   0.0002 (  0.1%)   0.0004 (  0.0%)   0.0004 (  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.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.6430 (100.0%)   0.1282 (100.0%)   0.7712 (100.0%)   0.7715 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4619 seconds (0.4627 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3926 (100.0%)   0.0693 (100.0%)   0.4619 (100.0%)   0.4627 (100.0%)  Building Target
   0.3926 (100.0%)   0.0693 (100.0%)   0.4619 (100.0%)   0.4627 (100.0%)  Total
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

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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077274739265-swift-frontend-ZIPFoundation-Archive_BackingConfiguration.swift-arm64_apple_watchos2.0-o-Onone-1769867568.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6665 seconds (1.0488 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0224 (  4.5%)   0.0251 ( 14.4%)   0.0475 (  7.1%)   0.2378 ( 22.7%)  parse-and-resolve-imports
   0.0198 (  4.0%)   0.0234 ( 13.5%)   0.0432 (  6.5%)   0.2335 ( 22.3%)  Import resolution
   0.0824 ( 16.7%)   0.0290 ( 16.6%)   0.1114 ( 16.7%)   0.1121 ( 10.7%)  build-rewrite-system
   0.0751 ( 15.2%)   0.0185 ( 10.6%)   0.0936 ( 14.0%)   0.0939 (  9.0%)  perform-sema
   0.0749 ( 15.2%)   0.0185 ( 10.6%)   0.0935 ( 14.0%)   0.0937 (  8.9%)  Type checking and Semantic analysis
   0.0560 ( 11.4%)   0.0121 (  6.9%)   0.0681 ( 10.2%)   0.0683 (  6.5%)  typecheck-stmt
   0.0502 ( 10.2%)   0.0121 (  6.9%)   0.0623 (  9.3%)   0.0624 (  5.9%)  typecheck-expr
   0.0300 (  6.1%)   0.0092 (  5.3%)   0.0393 (  5.9%)   0.0393 (  3.7%)  typecheck-decl
   0.0135 (  2.8%)   0.0110 (  6.3%)   0.0245 (  3.7%)   0.0246 (  2.3%)  import-clang-decl
   0.0164 (  3.3%)   0.0033 (  1.9%)   0.0196 (  2.9%)   0.0196 (  1.9%)  precheck-target
   0.0147 (  3.0%)   0.0028 (  1.6%)   0.0176 (  2.6%)   0.0176 (  1.7%)  SILGen
   0.0113 (  2.3%)   0.0048 (  2.8%)   0.0161 (  2.4%)   0.0163 (  1.6%)  IRGen
   0.0128 (  2.6%)   0.0001 (  0.1%)   0.0129 (  1.9%)   0.0129 (  1.2%)  SIL optimization
   0.0097 (  2.0%)   0.0016 (  0.9%)   0.0112 (  1.7%)   0.0112 (  1.1%)  SILGen-function
   0.0010 (  0.2%)   0.0020 (  1.2%)   0.0031 (  0.5%)   0.0031 (  0.3%)  load-stdlib
   0.0009 (  0.2%)   0.0004 (  0.2%)   0.0013 (  0.2%)   0.0013 (  0.1%)  load-all-members
   0.0008 (  0.2%)   0.0001 (  0.0%)   0.0009 (  0.1%)   0.0009 (  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.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%)  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.4923 (100.0%)   0.1742 (100.0%)   0.6665 (100.0%)   1.0488 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1505 seconds (1.3540 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9352 (100.0%)   0.2153 (100.0%)   1.1505 (100.0%)   1.3540 (100.0%)  Building Target
   0.9352 (100.0%)   0.2153 (100.0%)   1.1505 (100.0%)   1.3540 (100.0%)  Total
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

SwiftDriverJobDiscovery normal arm64_32 Compiling FileManager+ZIPDeprecated.swift, Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64_32 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-1746077274739402-swift-frontend-ZIPFoundation-Archive_Reading.swift-arm64_32_apple_watchos2.0-o-Onone-192040511.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3673 seconds (0.3676 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0408 ( 15.1%)   0.0087 (  9.0%)   0.0495 ( 13.5%)   0.0495 ( 13.5%)  perform-sema
   0.0407 ( 15.1%)   0.0087 (  9.0%)   0.0494 ( 13.5%)   0.0494 ( 13.4%)  Type checking and Semantic analysis
   0.0369 ( 13.6%)   0.0075 (  7.8%)   0.0444 ( 12.1%)   0.0444 ( 12.1%)  typecheck-expr
   0.0207 (  7.6%)   0.0230 ( 23.8%)   0.0437 ( 11.9%)   0.0438 ( 11.9%)  parse-and-resolve-imports
   0.0189 (  7.0%)   0.0215 ( 22.2%)   0.0404 ( 11.0%)   0.0405 ( 11.0%)  Import resolution
   0.0265 (  9.8%)   0.0050 (  5.1%)   0.0315 (  8.6%)   0.0315 (  8.6%)  typecheck-stmt
   0.0230 (  8.5%)   0.0057 (  5.8%)   0.0287 (  7.8%)   0.0287 (  7.8%)  typecheck-decl
   0.0128 (  4.7%)   0.0028 (  2.8%)   0.0155 (  4.2%)   0.0155 (  4.2%)  precheck-target
   0.0108 (  4.0%)   0.0016 (  1.7%)   0.0124 (  3.4%)   0.0124 (  3.4%)  SILGen
   0.0095 (  3.5%)   0.0027 (  2.8%)   0.0122 (  3.3%)   0.0122 (  3.3%)  build-rewrite-system
   0.0088 (  3.3%)   0.0027 (  2.8%)   0.0115 (  3.1%)   0.0115 (  3.1%)  IRGen
   0.0093 (  3.5%)   0.0000 (  0.0%)   0.0094 (  2.6%)   0.0094 (  2.6%)  SIL optimization
   0.0044 (  1.6%)   0.0038 (  3.9%)   0.0082 (  2.2%)   0.0083 (  2.3%)  import-clang-decl
   0.0059 (  2.2%)   0.0011 (  1.1%)   0.0069 (  1.9%)   0.0069 (  1.9%)  SILGen-function
   0.0011 (  0.4%)   0.0021 (  2.2%)   0.0032 (  0.9%)   0.0032 (  0.9%)  load-stdlib
   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.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%)  populate-source-file-class-member-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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2703 (100.0%)   0.0970 (100.0%)   0.3673 (100.0%)   0.3676 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1919 seconds (0.1920 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1437 (100.0%)   0.0482 (100.0%)   0.1919 (100.0%)   0.1920 (100.0%)  Building Target
   0.1437 (100.0%)   0.0482 (100.0%)   0.1919 (100.0%)   0.1920 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /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_32 /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_32 Compiling Archive+MemoryFile.swift, Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
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
SwiftDriverJobDiscovery normal arm64_32 Compiling FileManager+ZIP.swift, Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/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
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-1746077274751445-swift-frontend-ZIPFoundation-FileManager_ZIP.swift-arm64_apple_watchos2.0-o-Onone-270584239.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8622 seconds (1.1941 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0219 (  3.3%)   0.0257 ( 12.5%)   0.0476 (  5.5%)   0.2136 ( 17.9%)  parse-and-resolve-imports
   0.0192 (  2.9%)   0.0212 ( 10.3%)   0.0404 (  4.7%)   0.2004 ( 16.8%)  Import resolution
   0.1015 ( 15.5%)   0.0236 ( 11.5%)   0.1252 ( 14.5%)   0.1265 ( 10.6%)  perform-sema
   0.1014 ( 15.4%)   0.0236 ( 11.5%)   0.1250 ( 14.5%)   0.1264 ( 10.6%)  Type checking and Semantic analysis
   0.0814 ( 12.4%)   0.0282 ( 13.7%)   0.1096 ( 12.7%)   0.1102 (  9.2%)  build-rewrite-system
   0.0846 ( 12.9%)   0.0168 (  8.2%)   0.1014 ( 11.8%)   0.1014 (  8.5%)  typecheck-stmt
   0.0803 ( 12.2%)   0.0177 (  8.6%)   0.0980 ( 11.4%)   0.0982 (  8.2%)  typecheck-expr
   0.0523 (  8.0%)   0.0151 (  7.3%)   0.0674 (  7.8%)   0.0687 (  5.8%)  typecheck-decl
   0.0165 (  2.5%)   0.0128 (  6.2%)   0.0293 (  3.4%)   0.0304 (  2.5%)  import-clang-decl
   0.0241 (  3.7%)   0.0047 (  2.3%)   0.0288 (  3.3%)   0.0289 (  2.4%)  SILGen
   0.0227 (  3.5%)   0.0054 (  2.6%)   0.0281 (  3.3%)   0.0281 (  2.4%)  precheck-target
   0.0183 (  2.8%)   0.0036 (  1.8%)   0.0220 (  2.5%)   0.0220 (  1.8%)  SILGen-function
   0.0160 (  2.4%)   0.0050 (  2.4%)   0.0210 (  2.4%)   0.0210 (  1.8%)  IRGen
   0.0136 (  2.1%)   0.0001 (  0.1%)   0.0137 (  1.6%)   0.0138 (  1.2%)  SIL optimization
   0.0009 (  0.1%)   0.0017 (  0.8%)   0.0026 (  0.3%)   0.0026 (  0.2%)  load-stdlib
   0.0010 (  0.1%)   0.0003 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   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%)  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.6566 (100.0%)   0.2056 (100.0%)   0.8622 (100.0%)   1.1941 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1534 seconds (1.3380 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9560 (100.0%)   0.1974 (100.0%)   1.1534 (100.0%)   1.3380 (100.0%)  Building Target
   0.9560 (100.0%)   0.1974 (100.0%)   1.1534 (100.0%)   1.3380 (100.0%)  Total
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-1746077274752445-swift-frontend-ZIPFoundation-FileManager_ZIPDeprecated.swift-arm64_apple_watchos2.0-o-Onone-3297290731.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4914 seconds (0.8352 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0219 (  6.2%)   0.0237 ( 17.0%)   0.0456 (  9.3%)   0.2171 ( 26.0%)  parse-and-resolve-imports
   0.0191 (  5.4%)   0.0215 ( 15.4%)   0.0406 (  8.3%)   0.2121 ( 25.4%)  Import resolution
   0.0816 ( 23.2%)   0.0293 ( 21.0%)   0.1109 ( 22.6%)   0.1114 ( 13.3%)  build-rewrite-system
   0.0492 ( 14.0%)   0.0131 (  9.4%)   0.0623 ( 12.7%)   0.0623 (  7.5%)  perform-sema
   0.0491 ( 13.9%)   0.0131 (  9.4%)   0.0622 ( 12.7%)   0.0622 (  7.4%)  Type checking and Semantic analysis
   0.0310 (  8.8%)   0.0053 (  3.8%)   0.0363 (  7.4%)   0.0363 (  4.4%)  typecheck-stmt
   0.0284 (  8.1%)   0.0048 (  3.5%)   0.0333 (  6.8%)   0.0333 (  4.0%)  typecheck-expr
   0.0213 (  6.0%)   0.0085 (  6.1%)   0.0298 (  6.1%)   0.0298 (  3.6%)  typecheck-decl
   0.0124 (  3.5%)   0.0113 (  8.1%)   0.0238 (  4.8%)   0.0240 (  2.9%)  import-clang-decl
   0.0095 (  2.7%)   0.0003 (  0.2%)   0.0098 (  2.0%)   0.0099 (  1.2%)  SIL optimization
   0.0065 (  1.9%)   0.0033 (  2.3%)   0.0098 (  2.0%)   0.0098 (  1.2%)  IRGen
   0.0082 (  2.3%)   0.0015 (  1.1%)   0.0097 (  2.0%)   0.0097 (  1.2%)  SILGen
   0.0063 (  1.8%)   0.0007 (  0.5%)   0.0071 (  1.4%)   0.0070 (  0.8%)  precheck-target
   0.0051 (  1.4%)   0.0010 (  0.7%)   0.0060 (  1.2%)   0.0060 (  0.7%)  SILGen-function
   0.0009 (  0.3%)   0.0016 (  1.1%)   0.0025 (  0.5%)   0.0025 (  0.3%)  load-stdlib
   0.0007 (  0.2%)   0.0003 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.1%)  load-all-members
   0.0005 (  0.1%)   0.0001 (  0.1%)   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%)  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.3521 (100.0%)   0.1393 (100.0%)   0.4914 (100.0%)   0.8352 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1379 seconds (1.3338 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9029 (100.0%)   0.2350 (100.0%)   1.1379 (100.0%)   1.3338 (100.0%)  Building Target
   0.9029 (100.0%)   0.2350 (100.0%)   1.1379 (100.0%)   1.3338 (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_32 Compiling Archive+BackingConfiguration.swift, Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
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-1746077274992719-swift-frontend-ZIPFoundation-Archive_Reading.swift-arm64_apple_watchos2.0-o-Onone-203751135.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5360 seconds (0.5366 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0808 ( 20.8%)   0.0282 ( 19.2%)   0.1090 ( 20.3%)   0.1093 ( 20.4%)  build-rewrite-system
   0.0468 ( 12.0%)   0.0138 (  9.4%)   0.0606 ( 11.3%)   0.0607 ( 11.3%)  perform-sema
   0.0467 ( 12.0%)   0.0137 (  9.4%)   0.0605 ( 11.3%)   0.0605 ( 11.3%)  Type checking and Semantic analysis
   0.0427 ( 11.0%)   0.0122 (  8.3%)   0.0549 ( 10.3%)   0.0550 ( 10.2%)  typecheck-expr
   0.0234 (  6.0%)   0.0194 ( 13.2%)   0.0428 (  8.0%)   0.0428 (  8.0%)  parse-and-resolve-imports
   0.0321 (  8.2%)   0.0087 (  5.9%)   0.0407 (  7.6%)   0.0408 (  7.6%)  typecheck-stmt
   0.0207 (  5.3%)   0.0174 ( 11.9%)   0.0381 (  7.1%)   0.0381 (  7.1%)  Import resolution
   0.0260 (  6.7%)   0.0091 (  6.2%)   0.0352 (  6.6%)   0.0352 (  6.6%)  typecheck-decl
   0.0143 (  3.7%)   0.0113 (  7.7%)   0.0256 (  4.8%)   0.0256 (  4.8%)  import-clang-decl
   0.0140 (  3.6%)   0.0037 (  2.5%)   0.0177 (  3.3%)   0.0177 (  3.3%)  precheck-target
   0.0125 (  3.2%)   0.0025 (  1.7%)   0.0151 (  2.8%)   0.0151 (  2.8%)  SILGen
   0.0099 (  2.5%)   0.0030 (  2.0%)   0.0128 (  2.4%)   0.0129 (  2.4%)  IRGen
   0.0099 (  2.5%)   0.0002 (  0.1%)   0.0100 (  1.9%)   0.0101 (  1.9%)  SIL optimization
   0.0070 (  1.8%)   0.0015 (  1.0%)   0.0085 (  1.6%)   0.0085 (  1.6%)  SILGen-function
   0.0010 (  0.2%)   0.0017 (  1.2%)   0.0027 (  0.5%)   0.0027 (  0.5%)  load-stdlib
   0.0009 (  0.2%)   0.0005 (  0.3%)   0.0014 (  0.3%)   0.0014 (  0.3%)  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%)  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.3890 (100.0%)   0.1470 (100.0%)   0.5360 (100.0%)   0.5366 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0732 seconds (1.0937 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8746 (100.0%)   0.1986 (100.0%)   1.0732 (100.0%)   1.0937 (100.0%)  Building Target
   0.8746 (100.0%)   0.1986 (100.0%)   1.0732 (100.0%)   1.0937 (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

SwiftDriverJobDiscovery normal arm64_32 Compiling Archive+Reading.swift, Archive+Deprecated.swift, Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
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-1746077275172173-swift-frontend-ZIPFoundation-Entry.swift-arm64_32_apple_watchos2.0-o-Onone-2507004720.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6475 seconds (0.6506 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0996 ( 19.9%)   0.0221 ( 15.1%)   0.1216 ( 18.8%)   0.1221 ( 18.8%)  perform-sema
   0.0995 ( 19.8%)   0.0220 ( 15.0%)   0.1215 ( 18.8%)   0.1220 ( 18.7%)  Type checking and Semantic analysis
   0.0725 ( 14.5%)   0.0156 ( 10.7%)   0.0881 ( 13.6%)   0.0885 ( 13.6%)  typecheck-stmt
   0.0582 ( 11.6%)   0.0126 (  8.6%)   0.0708 ( 10.9%)   0.0712 ( 10.9%)  typecheck-expr
   0.0398 (  7.9%)   0.0102 (  6.9%)   0.0500 (  7.7%)   0.0501 (  7.7%)  typecheck-decl
   0.0215 (  4.3%)   0.0204 ( 13.9%)   0.0418 (  6.5%)   0.0423 (  6.5%)  parse-and-resolve-imports
   0.0191 (  3.8%)   0.0183 ( 12.5%)   0.0374 (  5.8%)   0.0379 (  5.8%)  Import resolution
   0.0196 (  3.9%)   0.0044 (  3.0%)   0.0240 (  3.7%)   0.0240 (  3.7%)  SILGen
   0.0144 (  2.9%)   0.0052 (  3.6%)   0.0196 (  3.0%)   0.0197 (  3.0%)  build-rewrite-system
   0.0142 (  2.8%)   0.0041 (  2.8%)   0.0183 (  2.8%)   0.0184 (  2.8%)  IRGen
   0.0127 (  2.5%)   0.0025 (  1.7%)   0.0151 (  2.3%)   0.0152 (  2.3%)  precheck-target
   0.0132 (  2.6%)   0.0002 (  0.1%)   0.0134 (  2.1%)   0.0134 (  2.1%)  SIL optimization
   0.0104 (  2.1%)   0.0023 (  1.6%)   0.0127 (  2.0%)   0.0127 (  2.0%)  SILGen-function
   0.0033 (  0.7%)   0.0043 (  2.9%)   0.0076 (  1.2%)   0.0076 (  1.2%)  import-clang-decl
   0.0011 (  0.2%)   0.0019 (  1.3%)   0.0030 (  0.5%)   0.0030 (  0.5%)  load-stdlib
   0.0020 (  0.4%)   0.0004 (  0.3%)   0.0024 (  0.4%)   0.0024 (  0.4%)  typecheck-expr-pattern
   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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.5011 (100.0%)   0.1464 (100.0%)   0.6475 (100.0%)   0.6506 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3498 seconds (0.3536 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2816 (100.0%)   0.0682 (100.0%)   0.3498 (100.0%)   0.3536 (100.0%)  Building Target
   0.2816 (100.0%)   0.0682 (100.0%)   0.3498 (100.0%)   0.3536 (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

SwiftDriverJobDiscovery normal arm64 Emitting module for ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
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
SwiftDriverJobDiscovery normal arm64_32 Compiling Archive+Writing.swift, Archive.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-1746077275270756-swift-frontend-ZIPFoundation-FileManager_ZIP.swift-armv7k_apple_watchos2.0-o-Onone-2574065668.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7205 seconds (0.7218 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0985 ( 17.2%)   0.0194 ( 13.0%)   0.1179 ( 16.4%)   0.1181 ( 16.4%)  perform-sema
   0.0984 ( 17.2%)   0.0194 ( 13.0%)   0.1178 ( 16.4%)   0.1179 ( 16.3%)  Type checking and Semantic analysis
   0.0827 ( 14.5%)   0.0149 (  9.9%)   0.0976 ( 13.5%)   0.0977 ( 13.5%)  typecheck-stmt
   0.0788 ( 13.8%)   0.0157 ( 10.5%)   0.0945 ( 13.1%)   0.0946 ( 13.1%)  typecheck-expr
   0.0506 (  8.9%)   0.0113 (  7.6%)   0.0620 (  8.6%)   0.0621 (  8.6%)  typecheck-decl
   0.0214 (  3.7%)   0.0188 ( 12.6%)   0.0402 (  5.6%)   0.0403 (  5.6%)  parse-and-resolve-imports
   0.0190 (  3.3%)   0.0170 ( 11.4%)   0.0360 (  5.0%)   0.0361 (  5.0%)  Import resolution
   0.0250 (  4.4%)   0.0052 (  3.5%)   0.0302 (  4.2%)   0.0302 (  4.2%)  SILGen
   0.0224 (  3.9%)   0.0049 (  3.3%)   0.0273 (  3.8%)   0.0273 (  3.8%)  precheck-target
   0.0185 (  3.2%)   0.0063 (  4.2%)   0.0249 (  3.5%)   0.0255 (  3.5%)  IRGen
   0.0190 (  3.3%)   0.0040 (  2.7%)   0.0230 (  3.2%)   0.0230 (  3.2%)  SILGen-function
   0.0131 (  2.3%)   0.0046 (  3.1%)   0.0177 (  2.5%)   0.0176 (  2.4%)  build-rewrite-system
   0.0144 (  2.5%)   0.0001 (  0.1%)   0.0145 (  2.0%)   0.0145 (  2.0%)  SIL optimization
   0.0076 (  1.3%)   0.0055 (  3.7%)   0.0131 (  1.8%)   0.0131 (  1.8%)  import-clang-decl
   0.0010 (  0.2%)   0.0020 (  1.3%)   0.0030 (  0.4%)   0.0030 (  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.0%)   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%)  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%)  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.5712 (100.0%)   0.1493 (100.0%)   0.7205 (100.0%)   0.7218 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3535 seconds (0.3556 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2854 (100.0%)   0.0681 (100.0%)   0.3535 (100.0%)   0.3556 (100.0%)  Building Target
   0.2854 (100.0%)   0.0681 (100.0%)   0.3535 (100.0%)   0.3556 (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

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
SwiftDriverJobDiscovery normal arm64_32 Compiling Entry.swift, Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/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\ 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-1746077275605272-swift-frontend-ZIPFoundation-URL_ZIP.swift-arm64_32_apple_watchos2.0-o-Onone-555071005.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6019 seconds (0.6124 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0885 ( 19.4%)   0.0204 ( 14.0%)   0.1090 ( 18.1%)   0.1104 ( 18.0%)  perform-sema
   0.0884 ( 19.4%)   0.0204 ( 14.0%)   0.1088 ( 18.1%)   0.1102 ( 18.0%)  Type checking and Semantic analysis
   0.0858 ( 18.8%)   0.0197 ( 13.4%)   0.1055 ( 17.5%)   0.1069 ( 17.5%)  typecheck-stmt
   0.0764 ( 16.8%)   0.0180 ( 12.3%)   0.0945 ( 15.7%)   0.0958 ( 15.6%)  typecheck-expr
   0.0224 (  4.9%)   0.0217 ( 14.8%)   0.0441 (  7.3%)   0.0463 (  7.6%)  parse-and-resolve-imports
   0.0198 (  4.3%)   0.0195 ( 13.3%)   0.0392 (  6.5%)   0.0407 (  6.7%)  Import resolution
   0.0116 (  2.6%)   0.0057 (  3.9%)   0.0173 (  2.9%)   0.0181 (  2.9%)  IRGen
   0.0133 (  2.9%)   0.0043 (  2.9%)   0.0176 (  2.9%)   0.0178 (  2.9%)  typecheck-decl
   0.0121 (  2.7%)   0.0035 (  2.4%)   0.0157 (  2.6%)   0.0158 (  2.6%)  precheck-target
   0.0103 (  2.3%)   0.0042 (  2.9%)   0.0145 (  2.4%)   0.0145 (  2.4%)  build-rewrite-system
   0.0048 (  1.1%)   0.0051 (  3.5%)   0.0099 (  1.6%)   0.0102 (  1.7%)  import-clang-decl
   0.0097 (  2.1%)   0.0002 (  0.1%)   0.0099 (  1.6%)   0.0099 (  1.6%)  SIL optimization
   0.0064 (  1.4%)   0.0010 (  0.7%)   0.0074 (  1.2%)   0.0074 (  1.2%)  SILGen
   0.0044 (  1.0%)   0.0006 (  0.4%)   0.0051 (  0.8%)   0.0051 (  0.8%)  SILGen-function
   0.0010 (  0.2%)   0.0018 (  1.2%)   0.0028 (  0.5%)   0.0028 (  0.5%)  load-stdlib
   0.0002 (  0.0%)   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0004 (  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.4556 (100.0%)   0.1463 (100.0%)   0.6019 (100.0%)   0.6124 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2496 seconds (0.2548 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1860 (100.0%)   0.0636 (100.0%)   0.2496 (100.0%)   0.2548 (100.0%)  Building Target
   0.1860 (100.0%)   0.0636 (100.0%)   0.2496 (100.0%)   0.2548 (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+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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077275697254-swift-frontend-ZIPFoundation-Archive_Writing.swift-arm64_apple_watchos2.0-o-Onone-269229361.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8617 seconds (0.8651 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1331 ( 18.9%)   0.0228 ( 14.5%)   0.1559 ( 18.1%)   0.1561 ( 18.0%)  perform-sema
   0.1329 ( 18.9%)   0.0227 ( 14.5%)   0.1557 ( 18.1%)   0.1559 ( 18.0%)  Type checking and Semantic analysis
   0.1007 ( 14.3%)   0.0144 (  9.2%)   0.1152 ( 13.4%)   0.1153 ( 13.3%)  typecheck-stmt
   0.0978 ( 13.9%)   0.0155 (  9.8%)   0.1133 ( 13.1%)   0.1134 ( 13.1%)  typecheck-expr
   0.0637 (  9.0%)   0.0135 (  8.6%)   0.0772 (  9.0%)   0.0772 (  8.9%)  typecheck-decl
   0.0222 (  3.2%)   0.0191 ( 12.1%)   0.0413 (  4.8%)   0.0414 (  4.8%)  parse-and-resolve-imports
   0.0194 (  2.7%)   0.0170 ( 10.8%)   0.0364 (  4.2%)   0.0365 (  4.2%)  Import resolution
   0.0232 (  3.3%)   0.0088 (  5.6%)   0.0321 (  3.7%)   0.0335 (  3.9%)  IRGen
   0.0266 (  3.8%)   0.0037 (  2.4%)   0.0303 (  3.5%)   0.0307 (  3.5%)  SILGen
   0.0211 (  3.0%)   0.0032 (  2.1%)   0.0243 (  2.8%)   0.0244 (  2.8%)  precheck-target
   0.0193 (  2.7%)   0.0025 (  1.6%)   0.0219 (  2.5%)   0.0222 (  2.6%)  SILGen-function
   0.0211 (  3.0%)   0.0002 (  0.1%)   0.0213 (  2.5%)   0.0213 (  2.5%)  SIL optimization
   0.0142 (  2.0%)   0.0045 (  2.9%)   0.0187 (  2.2%)   0.0189 (  2.2%)  build-rewrite-system
   0.0057 (  0.8%)   0.0056 (  3.5%)   0.0113 (  1.3%)   0.0113 (  1.3%)  import-clang-decl
   0.0010 (  0.1%)   0.0017 (  1.1%)   0.0027 (  0.3%)   0.0027 (  0.3%)  load-stdlib
   0.0002 (  0.0%)   0.0017 (  1.1%)   0.0019 (  0.2%)   0.0019 (  0.2%)  load-all-members
   0.0013 (  0.2%)   0.0001 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.2%)  typecheck-expr-pattern
   0.0006 (  0.1%)   0.0001 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  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.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%)  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.7045 (100.0%)   0.1572 (100.0%)   0.8617 (100.0%)   0.8651 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4768 seconds (0.4830 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3831 (100.0%)   0.0938 (100.0%)   0.4768 (100.0%)   0.4830 (100.0%)  Building Target
   0.3831 (100.0%)   0.0938 (100.0%)   0.4768 (100.0%)   0.4830 (100.0%)  Total
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

SwiftDriverJobDiscovery normal armv7k Compiling FileManager+ZIP.swift, Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64_32 Compiling URL+ZIP.swift, Date+ZIP.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
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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077275928587-swift-frontend-ZIPFoundation-Entry_ZIP64.swift-arm64_apple_watchos2.0-o-Onone-4086672130.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8620 seconds (0.8837 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1398 ( 19.6%)   0.0209 ( 14.0%)   0.1607 ( 18.6%)   0.1650 ( 18.7%)  perform-sema
   0.1397 ( 19.6%)   0.0209 ( 14.0%)   0.1606 ( 18.6%)   0.1649 ( 18.7%)  Type checking and Semantic analysis
   0.1182 ( 16.6%)   0.0158 ( 10.6%)   0.1341 ( 15.6%)   0.1377 ( 15.6%)  typecheck-stmt
   0.0997 ( 14.0%)   0.0131 (  8.7%)   0.1127 ( 13.1%)   0.1147 ( 13.0%)  typecheck-expr
   0.0664 (  9.3%)   0.0106 (  7.1%)   0.0771 (  8.9%)   0.0787 (  8.9%)  typecheck-decl
   0.0221 (  3.1%)   0.0257 ( 17.2%)   0.0478 (  5.5%)   0.0492 (  5.6%)  parse-and-resolve-imports
   0.0198 (  2.8%)   0.0236 ( 15.8%)   0.0434 (  5.0%)   0.0447 (  5.1%)  Import resolution
   0.0235 (  3.3%)   0.0002 (  0.1%)   0.0236 (  2.7%)   0.0237 (  2.7%)  SIL optimization
   0.0197 (  2.8%)   0.0016 (  1.1%)   0.0214 (  2.5%)   0.0219 (  2.5%)  precheck-target
   0.0168 (  2.4%)   0.0042 (  2.8%)   0.0210 (  2.4%)   0.0213 (  2.4%)  build-rewrite-system
   0.0183 (  2.6%)   0.0023 (  1.6%)   0.0206 (  2.4%)   0.0210 (  2.4%)  SILGen
   0.0113 (  1.6%)   0.0034 (  2.3%)   0.0148 (  1.7%)   0.0148 (  1.7%)  IRGen
   0.0121 (  1.7%)   0.0017 (  1.1%)   0.0137 (  1.6%)   0.0140 (  1.6%)  SILGen-function
   0.0037 (  0.5%)   0.0037 (  2.5%)   0.0074 (  0.9%)   0.0089 (  1.0%)  import-clang-decl
   0.0009 (  0.1%)   0.0017 (  1.1%)   0.0026 (  0.3%)   0.0026 (  0.3%)  load-stdlib
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  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%)  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.7125 (100.0%)   0.1495 (100.0%)   0.8620 (100.0%)   0.8837 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4226 seconds (0.4306 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3328 (100.0%)   0.0898 (100.0%)   0.4226 (100.0%)   0.4306 (100.0%)  Building Target
   0.3328 (100.0%)   0.0898 (100.0%)   0.4226 (100.0%)   0.4306 (100.0%)  Total
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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077276323736-swift-frontend-ZIPFoundation-Archive_ReadingDeprecated.swift-arm64_32_apple_watchos2.0-o-Onone-796884176.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4327 seconds (0.4329 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0627 ( 18.0%)   0.0101 ( 11.9%)   0.0728 ( 16.8%)   0.0728 ( 16.8%)  perform-sema
   0.0626 ( 18.0%)   0.0101 ( 11.9%)   0.0727 ( 16.8%)   0.0727 ( 16.8%)  Type checking and Semantic analysis
   0.0557 ( 16.0%)   0.0084 (  9.9%)   0.0641 ( 14.8%)   0.0641 ( 14.8%)  typecheck-stmt
   0.0527 ( 15.2%)   0.0077 (  9.1%)   0.0604 ( 14.0%)   0.0604 ( 14.0%)  typecheck-expr
   0.0203 (  5.8%)   0.0151 ( 17.9%)   0.0355 (  8.2%)   0.0355 (  8.2%)  parse-and-resolve-imports
   0.0176 (  5.0%)   0.0134 ( 15.8%)   0.0310 (  7.2%)   0.0310 (  7.2%)  Import resolution
   0.0164 (  4.7%)   0.0036 (  4.3%)   0.0200 (  4.6%)   0.0200 (  4.6%)  typecheck-decl
   0.0148 (  4.3%)   0.0029 (  3.4%)   0.0177 (  4.1%)   0.0177 (  4.1%)  precheck-target
   0.0109 (  3.1%)   0.0027 (  3.2%)   0.0136 (  3.1%)   0.0136 (  3.1%)  build-rewrite-system
   0.0104 (  3.0%)   0.0018 (  2.1%)   0.0122 (  2.8%)   0.0122 (  2.8%)  SILGen
   0.0070 (  2.0%)   0.0032 (  3.7%)   0.0102 (  2.3%)   0.0102 (  2.3%)  IRGen
   0.0067 (  1.9%)   0.0012 (  1.4%)   0.0079 (  1.8%)   0.0079 (  1.8%)  SILGen-function
   0.0063 (  1.8%)   0.0001 (  0.1%)   0.0064 (  1.5%)   0.0064 (  1.5%)  SIL optimization
   0.0027 (  0.8%)   0.0028 (  3.3%)   0.0055 (  1.3%)   0.0055 (  1.3%)  import-clang-decl
   0.0010 (  0.3%)   0.0018 (  2.1%)   0.0027 (  0.6%)   0.0027 (  0.6%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3479 (100.0%)   0.0848 (100.0%)   0.4327 (100.0%)   0.4329 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1981 seconds (0.1983 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1571 (100.0%)   0.0410 (100.0%)   0.1981 (100.0%)   0.1983 (100.0%)  Building Target
   0.1571 (100.0%)   0.0410 (100.0%)   0.1981 (100.0%)   0.1983 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling URL+ZIP.swift, Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Archive+MemoryFile.swift, Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 Compiling Archive+Writing.swift, Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Archive+ReadingDeprecated.swift, Entry+Serialization.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 arm64 Compiling Archive+BackingConfiguration.swift, Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Entry.swift, Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Archive+Reading.swift, Archive+Deprecated.swift, Data+CompressionDeprecated.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 Entry+ZIP64.swift, Archive+Helpers.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 Archive+ReadingDeprecated.swift, Entry+Serialization.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 22:27:56.732 appintentsmetadataprocessor[732:4255] Starting appintentsmetadataprocessor export
2025-04-30 22:27:56.735 appintentsmetadataprocessor[732:4255] 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.