This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build JSONConfig with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme JSONConfig -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:102:3: error: 'posix_spawn_file_actions_init' is unavailable in watchOS
100 |         var spawnRes = 0
101 |     #else
102 | 		posix_spawn_file_actions_init(&action);
    |   `- error: 'posix_spawn_file_actions_init' is unavailable in watchOS
103 | 		posix_spawn_file_actions_adddup2(&action, fSTDOUT[1], STDOUT_FILENO);
104 | 		posix_spawn_file_actions_adddup2(&action, fSTDIN[0], STDIN_FILENO);
Darwin.posix_spawn_file_actions_init:2:13: note: 'posix_spawn_file_actions_init' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_init(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!) -> Int32
  |             `- note: 'posix_spawn_file_actions_init' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:103:3: error: 'posix_spawn_file_actions_adddup2' is unavailable in watchOS
101 |     #else
102 | 		posix_spawn_file_actions_init(&action);
103 | 		posix_spawn_file_actions_adddup2(&action, fSTDOUT[1], STDOUT_FILENO);
    |   `- error: 'posix_spawn_file_actions_adddup2' is unavailable in watchOS
104 | 		posix_spawn_file_actions_adddup2(&action, fSTDIN[0], STDIN_FILENO);
105 | 		posix_spawn_file_actions_adddup2(&action, fSTDERR[1], STDERR_FILENO);
Darwin.posix_spawn_file_actions_adddup2:2:13: note: 'posix_spawn_file_actions_adddup2' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_adddup2(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_adddup2' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:104:3: error: 'posix_spawn_file_actions_adddup2' is unavailable in watchOS
102 | 		posix_spawn_file_actions_init(&action);
103 | 		posix_spawn_file_actions_adddup2(&action, fSTDOUT[1], STDOUT_FILENO);
104 | 		posix_spawn_file_actions_adddup2(&action, fSTDIN[0], STDIN_FILENO);
    |   `- error: 'posix_spawn_file_actions_adddup2' is unavailable in watchOS
105 | 		posix_spawn_file_actions_adddup2(&action, fSTDERR[1], STDERR_FILENO);
106 |
Darwin.posix_spawn_file_actions_adddup2:2:13: note: 'posix_spawn_file_actions_adddup2' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_adddup2(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_adddup2' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:105:3: error: 'posix_spawn_file_actions_adddup2' is unavailable in watchOS
103 | 		posix_spawn_file_actions_adddup2(&action, fSTDOUT[1], STDOUT_FILENO);
104 | 		posix_spawn_file_actions_adddup2(&action, fSTDIN[0], STDIN_FILENO);
105 | 		posix_spawn_file_actions_adddup2(&action, fSTDERR[1], STDERR_FILENO);
    |   `- error: 'posix_spawn_file_actions_adddup2' is unavailable in watchOS
106 |
107 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[0]);
Darwin.posix_spawn_file_actions_adddup2:2:13: note: 'posix_spawn_file_actions_adddup2' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_adddup2(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_adddup2' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:107:3: error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
105 | 		posix_spawn_file_actions_adddup2(&action, fSTDERR[1], STDERR_FILENO);
106 |
107 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[0]);
    |   `- error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
108 | 		posix_spawn_file_actions_addclose(&action, fSTDIN[0]);
109 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[0]);
Darwin.posix_spawn_file_actions_addclose:2:13: note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_addclose(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:108:3: error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
106 |
107 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[0]);
108 | 		posix_spawn_file_actions_addclose(&action, fSTDIN[0]);
    |   `- error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
109 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[0]);
110 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[1]);
Darwin.posix_spawn_file_actions_addclose:2:13: note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_addclose(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:109:3: error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
107 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[0]);
108 | 		posix_spawn_file_actions_addclose(&action, fSTDIN[0]);
109 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[0]);
    |   `- error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
110 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[1]);
111 | 		posix_spawn_file_actions_addclose(&action, fSTDIN[1]);
Darwin.posix_spawn_file_actions_addclose:2:13: note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_addclose(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:110:3: error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
108 | 		posix_spawn_file_actions_addclose(&action, fSTDIN[0]);
109 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[0]);
110 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[1]);
    |   `- error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
111 | 		posix_spawn_file_actions_addclose(&action, fSTDIN[1]);
112 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[1]);
Darwin.posix_spawn_file_actions_addclose:2:13: note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_addclose(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:111:3: error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
109 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[0]);
110 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[1]);
111 | 		posix_spawn_file_actions_addclose(&action, fSTDIN[1]);
    |   `- error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
112 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[1]);
113 |
Darwin.posix_spawn_file_actions_addclose:2:13: note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_addclose(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:112:3: error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
110 | 		posix_spawn_file_actions_addclose(&action, fSTDOUT[1]);
111 | 		posix_spawn_file_actions_addclose(&action, fSTDIN[1]);
112 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[1]);
    |   `- error: 'posix_spawn_file_actions_addclose' is unavailable in watchOS
113 |
114 | 		posix_spawnattr_init(&attr)
Darwin.posix_spawn_file_actions_addclose:2:13: note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_addclose(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!, _: Int32) -> Int32
  |             `- note: 'posix_spawn_file_actions_addclose' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:114:3: error: 'posix_spawnattr_init' is unavailable in watchOS
112 | 		posix_spawn_file_actions_addclose(&action, fSTDERR[1]);
113 |
114 | 		posix_spawnattr_init(&attr)
    |   `- error: 'posix_spawnattr_init' is unavailable in watchOS
115 |
116 | 		if newGroup {
Darwin.posix_spawnattr_init:2:13: note: 'posix_spawnattr_init' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawnattr_init(_: UnsafeMutablePointer<posix_spawnattr_t?>!) -> Int32
  |             `- note: 'posix_spawnattr_init' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:119:4: error: 'posix_spawnattr_setflags' is unavailable in watchOS
117 | 			// By default, all flags are unset after the init call
118 | 			// so no need to OR in the existing flags.
119 | 			posix_spawnattr_setflags(&attr, Int16(POSIX_SPAWN_SETPGROUP))
    |    `- error: 'posix_spawnattr_setflags' is unavailable in watchOS
120 | 		}
121 |
Darwin.posix_spawnattr_setflags:2:13: note: 'posix_spawnattr_setflags' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawnattr_setflags(_: UnsafeMutablePointer<posix_spawnattr_t?>!, _: Int16) -> Int32
  |             `- note: 'posix_spawnattr_setflags' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:124:3: error: 'posix_spawn_file_actions_destroy' is unavailable in watchOS
122 | 		var procPid = pid_t()
123 | 		let spawnRes = posix_spawnp(&procPid, cmd, &action, &attr, cArgs, cEnv)
124 | 		posix_spawn_file_actions_destroy(&action)
    |   `- error: 'posix_spawn_file_actions_destroy' is unavailable in watchOS
125 | 		posix_spawnattr_destroy(&attr)
126 |
Darwin.posix_spawn_file_actions_destroy:2:13: note: 'posix_spawn_file_actions_destroy' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawn_file_actions_destroy(_: UnsafeMutablePointer<posix_spawn_file_actions_t?>!) -> Int32
  |             `- note: 'posix_spawn_file_actions_destroy' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift:125:3: error: 'posix_spawnattr_destroy' is unavailable in watchOS
123 | 		let spawnRes = posix_spawnp(&procPid, cmd, &action, &attr, cArgs, cEnv)
124 | 		posix_spawn_file_actions_destroy(&action)
125 | 		posix_spawnattr_destroy(&attr)
    |   `- error: 'posix_spawnattr_destroy' is unavailable in watchOS
126 |
127 | 		for idx in 0..<cArgsCount {
Darwin.posix_spawnattr_destroy:2:13: note: 'posix_spawnattr_destroy' has been explicitly marked unavailable here
1 | @available(watchOS, unavailable)
2 | public func posix_spawnattr_destroy(_: UnsafeMutablePointer<posix_spawnattr_t?>!) -> Int32
  |             `- note: 'posix_spawnattr_destroy' has been explicitly marked unavailable here
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats/stats-1717124480365348-swift-frontend-PerfectLib-all-arm64_32_apple_watchos5.0-swiftmodule-Onone-712794471.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7519 seconds (1.7541 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1167 ( 14.0%)   0.1006 ( 11.0%)   0.2174 ( 12.4%)   0.2174 ( 12.4%)  perform-sema
   0.1159 ( 13.9%)   0.0997 ( 10.9%)   0.2156 ( 12.3%)   0.2156 ( 12.3%)  TypeCheckSourceFileRequest
   0.1157 ( 13.9%)   0.0995 ( 10.8%)   0.2152 ( 12.3%)   0.2153 ( 12.3%)  Type checking and Semantic analysis
   0.0817 (  9.8%)   0.0854 (  9.3%)   0.1671 (  9.5%)   0.1672 (  9.5%)  typecheck-decl
   0.0190 (  2.3%)   0.1236 ( 13.5%)   0.1426 (  8.1%)   0.1434 (  8.2%)  parse-and-resolve-imports
   0.0181 (  2.2%)   0.1228 ( 13.4%)   0.1409 (  8.0%)   0.1417 (  8.1%)  Import resolution
   0.0601 (  7.2%)   0.0360 (  3.9%)   0.0961 (  5.5%)   0.0961 (  5.5%)  typecheck-expr
   0.0405 (  4.9%)   0.0188 (  2.1%)   0.0594 (  3.4%)   0.0594 (  3.4%)  TypeCheckFunctionBodyRequest
   0.0397 (  4.8%)   0.0181 (  2.0%)   0.0578 (  3.3%)   0.0579 (  3.3%)  typecheck-stmt
   0.0267 (  3.2%)   0.0219 (  2.4%)   0.0485 (  2.8%)   0.0485 (  2.8%)  PatternBindingEntryRequest
   0.0186 (  2.2%)   0.0213 (  2.3%)   0.0399 (  2.3%)   0.0398 (  2.3%)  InterfaceTypeRequest
   0.0153 (  1.8%)   0.0184 (  2.0%)   0.0337 (  1.9%)   0.0337 (  1.9%)  QualifiedLookupRequest
   0.0132 (  1.6%)   0.0120 (  1.3%)   0.0252 (  1.4%)   0.0252 (  1.4%)  ResolveValueWitnessesRequest
   0.0111 (  1.3%)   0.0109 (  1.2%)   0.0220 (  1.3%)   0.0220 (  1.3%)  UnqualifiedLookupRequest
   0.0103 (  1.2%)   0.0093 (  1.0%)   0.0197 (  1.1%)   0.0196 (  1.1%)  performUnqualifiedLookup
   0.0096 (  1.2%)   0.0073 (  0.8%)   0.0169 (  1.0%)   0.0170 (  1.0%)  DirectLookupRequest
   0.0091 (  1.1%)   0.0075 (  0.8%)   0.0166 (  0.9%)   0.0166 (  0.9%)  precheck-expr
   0.0073 (  0.9%)   0.0077 (  0.8%)   0.0150 (  0.9%)   0.0150 (  0.9%)  ResolveTypeRequest
   0.0095 (  1.1%)   0.0050 (  0.5%)   0.0145 (  0.8%)   0.0145 (  0.8%)  build-rewrite-system
   0.0043 (  0.5%)   0.0067 (  0.7%)   0.0110 (  0.6%)   0.0110 (  0.6%)  ActorIsolationRequest
   0.0056 (  0.7%)   0.0050 (  0.5%)   0.0107 (  0.6%)   0.0107 (  0.6%)  ABIMembersRequest
   0.0067 (  0.8%)   0.0040 (  0.4%)   0.0107 (  0.6%)   0.0106 (  0.6%)  LookupConformanceInModuleRequest
   0.0067 (  0.8%)   0.0037 (  0.4%)   0.0103 (  0.6%)   0.0104 (  0.6%)  LookupInModuleRequest
   0.0051 (  0.6%)   0.0041 (  0.5%)   0.0092 (  0.5%)   0.0092 (  0.5%)  DefaultInitializerIsolation
   0.0050 (  0.6%)   0.0040 (  0.4%)   0.0090 (  0.5%)   0.0090 (  0.5%)  SynthesizeDefaultInitRequest
   0.0050 (  0.6%)   0.0040 (  0.4%)   0.0090 (  0.5%)   0.0090 (  0.5%)  define-default-ctor
   0.0040 (  0.5%)   0.0047 (  0.5%)   0.0087 (  0.5%)   0.0087 (  0.5%)  DefaultArgumentExprRequest
   0.0047 (  0.6%)   0.0038 (  0.4%)   0.0085 (  0.5%)   0.0085 (  0.5%)  NamingPatternRequest
   0.0017 (  0.2%)   0.0059 (  0.6%)   0.0077 (  0.4%)   0.0077 (  0.4%)  load-stdlib
   0.0027 (  0.3%)   0.0030 (  0.3%)   0.0057 (  0.3%)   0.0057 (  0.3%)  ResultTypeRequest
   0.0021 (  0.3%)   0.0028 (  0.3%)   0.0049 (  0.3%)   0.0049 (  0.3%)  StoredPropertiesRequest
   0.0022 (  0.3%)   0.0018 (  0.2%)   0.0040 (  0.2%)   0.0040 (  0.2%)  GenericSignatureRequest
   0.0016 (  0.2%)   0.0024 (  0.3%)   0.0040 (  0.2%)   0.0040 (  0.2%)  PotentialMacroExpansionsInContextRequest
   0.0015 (  0.2%)   0.0024 (  0.3%)   0.0039 (  0.2%)   0.0040 (  0.2%)  AttachedPropertyWrappersRequest
   0.0021 (  0.3%)   0.0013 (  0.1%)   0.0034 (  0.2%)   0.0035 (  0.2%)  ParseTopLevelDeclsRequest
   0.0020 (  0.2%)   0.0012 (  0.1%)   0.0032 (  0.2%)   0.0033 (  0.2%)  ParseSourceFileRequest
   0.0013 (  0.2%)   0.0018 (  0.2%)   0.0031 (  0.2%)   0.0031 (  0.2%)  TypeWitnessRequest
   0.0011 (  0.1%)   0.0017 (  0.2%)   0.0028 (  0.2%)   0.0028 (  0.2%)  ExpandPeerMacroRequest
   0.0015 (  0.2%)   0.0012 (  0.1%)   0.0027 (  0.2%)   0.0027 (  0.2%)  ModuleQualifiedLookupRequest
   0.0015 (  0.2%)   0.0012 (  0.1%)   0.0027 (  0.2%)   0.0027 (  0.2%)  import-clang-decl
   0.0014 (  0.2%)   0.0012 (  0.1%)   0.0026 (  0.1%)   0.0026 (  0.1%)  ResolveImplicitMemberRequest
   0.0009 (  0.1%)   0.0015 (  0.2%)   0.0024 (  0.1%)   0.0025 (  0.1%)  IsFunctionBodySkippedRequest
   0.0011 (  0.1%)   0.0014 (  0.1%)   0.0024 (  0.1%)   0.0024 (  0.1%)  ResolveTypeWitnessesRequest
   0.0015 (  0.2%)   0.0008 (  0.1%)   0.0023 (  0.1%)   0.0023 (  0.1%)  InferredGenericSignatureRequest
   0.0011 (  0.1%)   0.0011 (  0.1%)   0.0022 (  0.1%)   0.0022 (  0.1%)  PatternTypeRequest
   0.0008 (  0.1%)   0.0013 (  0.1%)   0.0021 (  0.1%)   0.0021 (  0.1%)  ValueWitnessRequest
   0.0013 (  0.2%)   0.0007 (  0.1%)   0.0020 (  0.1%)   0.0020 (  0.1%)  typecheck-for-each
   0.0011 (  0.1%)   0.0008 (  0.1%)   0.0019 (  0.1%)   0.0019 (  0.1%)  CheckRedeclarationRequest
   0.0007 (  0.1%)   0.0011 (  0.1%)   0.0019 (  0.1%)   0.0019 (  0.1%)  IsGetterMutatingRequest
   0.0015 (  0.2%)   0.0002 (  0.0%)   0.0018 (  0.1%)   0.0018 (  0.1%)  verify-all-loaded-modules
   0.0008 (  0.1%)   0.0009 (  0.1%)   0.0017 (  0.1%)   0.0017 (  0.1%)  AST verification
   0.0006 (  0.1%)   0.0009 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.1%)  FragileFunctionKindRequest
   0.0008 (  0.1%)   0.0007 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  ExtendedNominalRequest
   0.0006 (  0.1%)   0.0008 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  InheritedDeclsReferencedRequest
   0.0008 (  0.1%)   0.0006 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  OpaqueReadOwnershipRequest
   0.0005 (  0.1%)   0.0008 (  0.1%)   0.0013 (  0.1%)   0.0014 (  0.1%)  IsDynamicRequest
   0.0008 (  0.1%)   0.0005 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  ExpandMemberAttributeMacros
   0.0012 (  0.1%)   0.0001 (  0.0%)   0.0013 (  0.1%)   0.0013 (  0.1%)  ParseMembersRequest
   0.0005 (  0.1%)   0.0005 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  HasIsolatedSelfRequest
   0.0004 (  0.0%)   0.0006 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  StorageImplInfoRequest
   0.0004 (  0.1%)   0.0005 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  UnderlyingTypeRequest
   0.0006 (  0.1%)   0.0003 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0004 (  0.0%)   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  SPIGroupsRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  InheritedTypeRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  HasInitAccessorRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  LookupAllConformancesInContextRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ExtendedTypeRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  RequirementRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  DefaultTypeRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  OverriddenDeclsRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ProtocolDependenciesRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  RequirementSignatureRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  GlobalActorAttributeRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  GenericParamListRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AssociatedConformanceRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  AccessLevelRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsObjCRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasMemberwiseInitRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ProtocolRequirementsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  StructuralRequirementsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandExtensionMacros
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AbstractGenericSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)  ParamSpecifierRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsFinalRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDefaultInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupInfixOperatorRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CallerSideDefaultArgExprRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsStaticRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SynthesizeAccessorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasStorageRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CompareDeclSpecializationRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupPrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsAccessorTransparentRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritsSuperclassInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   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%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   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%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   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%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDeclRefinementOfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultDefinitionTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultArgumentTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.8345 (100.0%)   0.9174 (100.0%)   1.7519 (100.0%)   1.7541 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3714 seconds (0.3723 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1398 (100.0%)   0.2316 (100.0%)   0.3714 (100.0%)   0.3723 (100.0%)  Building Target
   0.1398 (100.0%)   0.2316 (100.0%)   0.3714 (100.0%)   0.3723 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/JSONConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectServer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Log.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats/stats-1717124480367789-swift-frontend-PerfectLib-File.swift-arm64_32_apple_watchos5.0-o-Onone-2512581808.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7281 seconds (1.7296 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1134 ( 13.4%)   0.0875 (  9.9%)   0.2009 ( 11.6%)   0.2010 ( 11.6%)  perform-sema
   0.1130 ( 13.3%)   0.0874 (  9.9%)   0.2005 ( 11.6%)   0.2005 ( 11.6%)  TypeCheckSourceFileRequest
   0.1129 ( 13.3%)   0.0874 (  9.9%)   0.2003 ( 11.6%)   0.2003 ( 11.6%)  Type checking and Semantic analysis
   0.0188 (  2.2%)   0.1266 ( 14.4%)   0.1454 (  8.4%)   0.1458 (  8.4%)  parse-and-resolve-imports
   0.0864 ( 10.2%)   0.0582 (  6.6%)   0.1445 (  8.4%)   0.1446 (  8.4%)  TypeCheckFunctionBodyRequest
   0.0180 (  2.1%)   0.1257 ( 14.3%)   0.1437 (  8.3%)   0.1441 (  8.3%)  Import resolution
   0.0817 (  9.6%)   0.0548 (  6.2%)   0.1366 (  7.9%)   0.1366 (  7.9%)  typecheck-stmt
   0.0632 (  7.5%)   0.0444 (  5.0%)   0.1076 (  6.2%)   0.1076 (  6.2%)  typecheck-expr
   0.0553 (  6.5%)   0.0498 (  5.7%)   0.1051 (  6.1%)   0.1051 (  6.1%)  typecheck-decl
   0.0284 (  3.4%)   0.0222 (  2.5%)   0.0506 (  2.9%)   0.0506 (  2.9%)  PatternBindingEntryRequest
   0.0166 (  2.0%)   0.0190 (  2.2%)   0.0355 (  2.1%)   0.0356 (  2.1%)  QualifiedLookupRequest
   0.0193 (  2.3%)   0.0137 (  1.6%)   0.0330 (  1.9%)   0.0330 (  1.9%)  precheck-expr
   0.0113 (  1.3%)   0.0094 (  1.1%)   0.0207 (  1.2%)   0.0207 (  1.2%)  UnqualifiedLookupRequest
   0.0081 (  1.0%)   0.0111 (  1.3%)   0.0192 (  1.1%)   0.0192 (  1.1%)  InterfaceTypeRequest
   0.0107 (  1.3%)   0.0082 (  0.9%)   0.0188 (  1.1%)   0.0189 (  1.1%)  performUnqualifiedLookup
   0.0095 (  1.1%)   0.0073 (  0.8%)   0.0168 (  1.0%)   0.0168 (  1.0%)  ResolveValueWitnessesRequest
   0.0105 (  1.2%)   0.0059 (  0.7%)   0.0164 (  0.9%)   0.0164 (  0.9%)  build-rewrite-system
   0.0093 (  1.1%)   0.0059 (  0.7%)   0.0152 (  0.9%)   0.0151 (  0.9%)  DirectLookupRequest
   0.0062 (  0.7%)   0.0087 (  1.0%)   0.0149 (  0.9%)   0.0149 (  0.9%)  ActorIsolationRequest
   0.0081 (  1.0%)   0.0038 (  0.4%)   0.0120 (  0.7%)   0.0120 (  0.7%)  LookupInModuleRequest
   0.0017 (  0.2%)   0.0075 (  0.8%)   0.0092 (  0.5%)   0.0093 (  0.5%)  load-stdlib
   0.0045 (  0.5%)   0.0023 (  0.3%)   0.0068 (  0.4%)   0.0069 (  0.4%)  LookupConformanceInModuleRequest
   0.0038 (  0.5%)   0.0018 (  0.2%)   0.0056 (  0.3%)   0.0056 (  0.3%)  USRGenerationRequest
   0.0021 (  0.3%)   0.0034 (  0.4%)   0.0055 (  0.3%)   0.0055 (  0.3%)  AttachedPropertyWrappersRequest
   0.0021 (  0.2%)   0.0013 (  0.1%)   0.0034 (  0.2%)   0.0034 (  0.2%)  ParseTopLevelDeclsRequest
   0.0020 (  0.2%)   0.0012 (  0.1%)   0.0032 (  0.2%)   0.0032 (  0.2%)  ParseSourceFileRequest
   0.0016 (  0.2%)   0.0015 (  0.2%)   0.0031 (  0.2%)   0.0031 (  0.2%)  DefaultArgumentExprRequest
   0.0012 (  0.1%)   0.0017 (  0.2%)   0.0030 (  0.2%)   0.0030 (  0.2%)  ValueWitnessRequest
   0.0012 (  0.1%)   0.0018 (  0.2%)   0.0030 (  0.2%)   0.0030 (  0.2%)  PotentialMacroExpansionsInContextRequest
   0.0015 (  0.2%)   0.0014 (  0.2%)   0.0029 (  0.2%)   0.0029 (  0.2%)  ResolveTypeRequest
   0.0013 (  0.2%)   0.0010 (  0.1%)   0.0024 (  0.1%)   0.0024 (  0.1%)  ModuleQualifiedLookupRequest
   0.0013 (  0.2%)   0.0007 (  0.1%)   0.0020 (  0.1%)   0.0020 (  0.1%)  import-clang-decl
   0.0008 (  0.1%)   0.0011 (  0.1%)   0.0019 (  0.1%)   0.0019 (  0.1%)  TypeWitnessRequest
   0.0007 (  0.1%)   0.0010 (  0.1%)   0.0018 (  0.1%)   0.0018 (  0.1%)  ResolveTypeWitnessesRequest
   0.0009 (  0.1%)   0.0008 (  0.1%)   0.0017 (  0.1%)   0.0017 (  0.1%)  HasIsolatedSelfRequest
   0.0006 (  0.1%)   0.0010 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.1%)  IsGetterMutatingRequest
   0.0013 (  0.2%)   0.0002 (  0.0%)   0.0015 (  0.1%)   0.0015 (  0.1%)  verify-all-loaded-modules
   0.0008 (  0.1%)   0.0007 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.1%)  ExtendedNominalRequest
   0.0005 (  0.1%)   0.0009 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  StoredPropertiesRequest
   0.0008 (  0.1%)   0.0006 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  ResolveImplicitMemberRequest
   0.0007 (  0.1%)   0.0006 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  GenericSignatureRequest
   0.0007 (  0.1%)   0.0006 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  CallerSideDefaultArgExprRequest
   0.0008 (  0.1%)   0.0005 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  ExpandMemberAttributeMacros
   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  ABIMembersRequest
   0.0007 (  0.1%)   0.0004 (  0.0%)   0.0011 (  0.1%)   0.0011 (  0.1%)  typecheck-for-each
   0.0004 (  0.1%)   0.0007 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.1%)  ExpandPeerMacroRequest
   0.0004 (  0.0%)   0.0005 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  StorageImplInfoRequest
   0.0004 (  0.0%)   0.0005 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  InheritedDeclsReferencedRequest
   0.0004 (  0.0%)   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  PatternTypeRequest
   0.0005 (  0.1%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  DefaultInitializerIsolation
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  SPIGroupsRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  HasInitAccessorRequest
   0.0005 (  0.1%)   0.0002 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  CheckRedeclarationRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  IsDynamicRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  InferredGenericSignatureRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ResultTypeRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  GlobalActorAttributeRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  LookupInfixOperatorRequest
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ParseMembersRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  OverriddenDeclsRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AST verification
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  CollectOverriddenDeclsRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  OpaqueReadOwnershipRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  SemanticDeclAttrsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  LifetimeDependenceInfoRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  RequirementRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GenericParamListRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  DefaultTypeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ProtocolDependenciesRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0002 (  0.0%)  PreCheckFunctionBodyRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LocalDiscriminatorsRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ClangRecordMemberLookup
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsObjCRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  InheritedTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ResultBuilderTypeRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ClangDirectLookupRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)  AccessLevelRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandExtensionMacros
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExtendedTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  UnderlyingTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequirementSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupAllConformancesInContextRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasStorageRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  FragileFunctionKindRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AbstractGenericSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AssociatedConformanceRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsFinalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  NamingPatternRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CompareDeclSpecializationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupPrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  ProvideDefaultImplForRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   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%)  InheritsSuperclassInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasMemberwiseInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSingleValueStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularRawValueRequest
   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%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   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%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultDefinitionTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.8470 (100.0%)   0.8810 (100.0%)   1.7281 (100.0%)   1.7296 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3697 seconds (0.3716 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1424 (100.0%)   0.2274 (100.0%)   0.3697 (100.0%)   0.3716 (100.0%)  Building Target
   0.1424 (100.0%)   0.2274 (100.0%)   0.3697 (100.0%)   0.3716 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/File.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift:117:15: error: 'wordexp' is unavailable in watchOS
                        guard 0 == wordexp(inPath, &wexp, 0),
                                   ^~~~~~~
Darwin.wordexp:2:13: note: 'wordexp' has been explicitly marked unavailable here
public func wordexp(_: UnsafePointer<CChar>!, _: UnsafeMutablePointer<wordexp_t>!, _: Int32) -> Int32
            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift:122:5: error: 'wordfree' is unavailable in watchOS
                                wordfree(&wexp)
                                ^~~~~~~~
Darwin.wordfree:2:13: note: 'wordfree' has been explicitly marked unavailable here
public func wordfree(_: UnsafeMutablePointer<wordexp_t>!)
            ^
SwiftCompile normal arm64_32 Compiling\ Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats/stats-1717124480368703-swift-frontend-PerfectLib-Bytes.swift-arm64_32_apple_watchos5.0-o-Onone-372194646.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9257 seconds (2.9318 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2608 ( 13.0%)   0.0861 (  9.3%)   0.3469 ( 11.9%)   0.3470 ( 11.8%)  perform-sema
   0.2606 ( 13.0%)   0.0860 (  9.3%)   0.3465 ( 11.8%)   0.3467 ( 11.8%)  TypeCheckSourceFileRequest
   0.2605 ( 13.0%)   0.0859 (  9.3%)   0.3464 ( 11.8%)   0.3466 ( 11.8%)  Type checking and Semantic analysis
   0.2573 ( 12.8%)   0.0814 (  8.8%)   0.3387 ( 11.6%)   0.3389 ( 11.6%)  TypeCheckFunctionBodyRequest
   0.2561 ( 12.8%)   0.0806 (  8.7%)   0.3367 ( 11.5%)   0.3369 ( 11.5%)  typecheck-stmt
   0.2306 ( 11.5%)   0.0691 (  7.5%)   0.2997 ( 10.2%)   0.2999 ( 10.2%)  typecheck-expr
   0.1413 (  7.1%)   0.0396 (  4.3%)   0.1809 (  6.2%)   0.1840 (  6.3%)  ExecuteSILPipelineRequest
   0.0187 (  0.9%)   0.1280 ( 13.9%)   0.1467 (  5.0%)   0.1467 (  5.0%)  parse-and-resolve-imports
   0.0179 (  0.9%)   0.1271 ( 13.8%)   0.1450 (  5.0%)   0.1451 (  4.9%)  Import resolution
   0.0339 (  1.7%)   0.0120 (  1.3%)   0.0458 (  1.6%)   0.0459 (  1.6%)  typecheck-decl
   0.0338 (  1.7%)   0.0034 (  0.4%)   0.0372 (  1.3%)   0.0384 (  1.3%)  SIL optimization
   0.0303 (  1.5%)   0.0075 (  0.8%)   0.0378 (  1.3%)   0.0379 (  1.3%)  PatternBindingEntryRequest
   0.0232 (  1.2%)   0.0092 (  1.0%)   0.0324 (  1.1%)   0.0324 (  1.1%)  build-rewrite-system
   0.0195 (  1.0%)   0.0070 (  0.8%)   0.0265 (  0.9%)   0.0265 (  0.9%)  verify-all-loaded-modules
   0.0158 (  0.8%)   0.0076 (  0.8%)   0.0234 (  0.8%)   0.0238 (  0.8%)  LookupConformanceInModuleRequest
   0.0100 (  0.5%)   0.0124 (  1.3%)   0.0225 (  0.8%)   0.0225 (  0.8%)  QualifiedLookupRequest
   0.0142 (  0.7%)   0.0082 (  0.9%)   0.0224 (  0.8%)   0.0224 (  0.8%)  precheck-expr
   0.0154 (  0.8%)   0.0054 (  0.6%)   0.0208 (  0.7%)   0.0208 (  0.7%)  IRGenRequest
   0.0173 (  0.9%)   0.0029 (  0.3%)   0.0202 (  0.7%)   0.0202 (  0.7%)  SIL verification, pre-optimization
   0.0109 (  0.5%)   0.0046 (  0.5%)   0.0156 (  0.5%)   0.0156 (  0.5%)  ASTLoweringRequest
   0.0096 (  0.5%)   0.0045 (  0.5%)   0.0141 (  0.5%)   0.0141 (  0.5%)  SILgen-decl
   0.0107 (  0.5%)   0.0025 (  0.3%)   0.0133 (  0.5%)   0.0133 (  0.5%)  SIL verification, post-optimization
   0.0061 (  0.3%)   0.0050 (  0.5%)   0.0111 (  0.4%)   0.0112 (  0.4%)  DirectLookupRequest
   0.0042 (  0.2%)   0.0050 (  0.5%)   0.0092 (  0.3%)   0.0092 (  0.3%)  InterfaceTypeRequest
   0.0016 (  0.1%)   0.0073 (  0.8%)   0.0090 (  0.3%)   0.0090 (  0.3%)  load-stdlib
   0.0053 (  0.3%)   0.0035 (  0.4%)   0.0089 (  0.3%)   0.0089 (  0.3%)  IRGen
   0.0054 (  0.3%)   0.0024 (  0.3%)   0.0078 (  0.3%)   0.0078 (  0.3%)  SILGen-function
   0.0040 (  0.2%)   0.0032 (  0.3%)   0.0071 (  0.2%)   0.0071 (  0.2%)  UnqualifiedLookupRequest
   0.0037 (  0.2%)   0.0026 (  0.3%)   0.0062 (  0.2%)   0.0062 (  0.2%)  performUnqualifiedLookup
   0.0023 (  0.1%)   0.0034 (  0.4%)   0.0057 (  0.2%)   0.0057 (  0.2%)  ActorIsolationRequest
   0.0027 (  0.1%)   0.0025 (  0.3%)   0.0052 (  0.2%)   0.0052 (  0.2%)  StoredPropertiesRequest
   0.0029 (  0.1%)   0.0014 (  0.1%)   0.0043 (  0.1%)   0.0043 (  0.1%)  LookupInModuleRequest
   0.0019 (  0.1%)   0.0008 (  0.1%)   0.0027 (  0.1%)   0.0027 (  0.1%)  ParseTopLevelDeclsRequest
   0.0010 (  0.1%)   0.0016 (  0.2%)   0.0026 (  0.1%)   0.0026 (  0.1%)  PotentialMacroExpansionsInContextRequest
   0.0018 (  0.1%)   0.0007 (  0.1%)   0.0026 (  0.1%)   0.0026 (  0.1%)  ParseSourceFileRequest
   0.0010 (  0.1%)   0.0015 (  0.2%)   0.0025 (  0.1%)   0.0025 (  0.1%)  AttachedPropertyWrappersRequest
   0.0009 (  0.0%)   0.0010 (  0.1%)   0.0019 (  0.1%)   0.0019 (  0.1%)  ModuleQualifiedLookupRequest
   0.0009 (  0.0%)   0.0010 (  0.1%)   0.0019 (  0.1%)   0.0019 (  0.1%)  ExpandPeerMacroRequest
   0.0007 (  0.0%)   0.0007 (  0.1%)   0.0014 (  0.0%)   0.0014 (  0.0%)  ExtendedNominalRequest
   0.0005 (  0.0%)   0.0006 (  0.1%)   0.0011 (  0.0%)   0.0011 (  0.0%)  ResolveTypeRequest
   0.0006 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  ExpandMemberAttributeMacros
   0.0004 (  0.0%)   0.0005 (  0.1%)   0.0009 (  0.0%)   0.0009 (  0.0%)  HasIsolatedSelfRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  HasInitAccessorRequest
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ResolveImplicitMemberRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  IsDynamicRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  InheritedDeclsReferencedRequest
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  USRGenerationRequest
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  PublicSymbolsRequest
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)  ParseMembersRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ResultTypeRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  OpaqueReadOwnershipRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  import-clang-decl
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ABIMembersRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ProtocolDependenciesRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CompareDeclSpecializationRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GenericParamListRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  PatternTypeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ResolveValueWitnessesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsGetterMutatingRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SPIGroupsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  AST verification
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsFinalRequest
   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.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  GlobalActorAttributeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  GenericSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupInfixOperatorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  StorageImplInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandExtensionMacros
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequirementSignatureRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CollectOverriddenDeclsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticDeclAttrsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultTypeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalDiscriminatorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsObjCRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LookupPrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ApplyAccessNoteRequest
   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%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProvideDefaultImplForRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  StoredPropertiesAndMissingMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  NeedsNewVTableEntryRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LookupAllConformancesInContextRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   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%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDeclRefinementOfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   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%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   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%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSingleValueStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDefaultActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultArgumentTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   2.0040 (100.0%)   0.9217 (100.0%)   2.9257 (100.0%)   2.9318 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8039 seconds (0.8081 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5177 (100.0%)   0.2862 (100.0%)   0.8039 (100.0%)   0.8081 (100.0%)  Building Target
   0.5177 (100.0%)   0.2862 (100.0%)   0.8039 (100.0%)   0.8081 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Bytes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/JSONConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/armv7k/Log.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/Bytes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ PerfectLib (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64/PerfectLib.abi.json
SwiftDriver\ Compilation\ Requirements PerfectLib normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name PerfectLib -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib-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/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib.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/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib_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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ Utilities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Dir.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/JSONConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/PerfectServer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/SysProcess.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Utilities.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Utilities.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Utilities.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Utilities.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/swift-overrides.hmap -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/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PerfectLib -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Utilities.o -index-unit-output-path /PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/Utilities.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PerfectLib.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib.swiftmodule (in target 'PerfectLib' from project 'PerfectLib')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib
    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/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PerfectLib.swiftmodule/arm64_32-apple-watchos.swiftmodule
error: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib.swiftmodule: No such file or directory (in target 'PerfectLib' from project 'PerfectLib')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'JSONConfig' from project 'JSONConfig')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'JSONConfig' from project 'JSONConfig')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PerfectLib' from project 'PerfectLib')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PerfectLib (in target 'PerfectLib' from project 'PerfectLib')
	SwiftCompile normal arm64_32 Compiling\ File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift (in target 'PerfectLib' from project 'PerfectLib')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/File.swift (in target 'PerfectLib' from project 'PerfectLib')
	SwiftCompile normal arm64_32 Compiling\ Utilities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PerfectLib/Sources/PerfectLib/Utilities.swift (in target 'PerfectLib' from project 'PerfectLib')
	Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PerfectLib.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PerfectLib.build/Debug-watchos/PerfectLib.build/Objects-normal/arm64_32/PerfectLib.swiftmodule (in target 'PerfectLib' from project 'PerfectLib')
(5 failures)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.