Build Information
Successful build of Requests, reference v0.3.2 (8504a5
), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 14:15:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Requests -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
0.0887 (100.0%) 0.0506 (100.0%) 0.1393 (100.0%) 0.1450 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling Field.swift, RequestBody.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 Compiling\ ResponseDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102882696-swift-frontend-Requests-ResponseDecoder.swift-arm64_32_apple_watchos2.0-o-Onone-771115823.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1835 seconds (0.1883 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0168 ( 16.3%) 0.0227 ( 28.4%) 0.0396 ( 21.6%) 0.0400 ( 21.2%) parse-and-resolve-imports
0.0161 ( 15.6%) 0.0220 ( 27.4%) 0.0380 ( 20.7%) 0.0384 ( 20.4%) Import resolution
0.0130 ( 12.6%) 0.0055 ( 6.8%) 0.0185 ( 10.1%) 0.0197 ( 10.4%) perform-sema
0.0130 ( 12.5%) 0.0054 ( 6.8%) 0.0184 ( 10.0%) 0.0196 ( 10.4%) Type checking and Semantic analysis
0.0090 ( 8.7%) 0.0038 ( 4.7%) 0.0128 ( 7.0%) 0.0140 ( 7.4%) typecheck-stmt
0.0086 ( 8.3%) 0.0037 ( 4.7%) 0.0124 ( 6.7%) 0.0124 ( 6.6%) SILGen
0.0047 ( 4.5%) 0.0060 ( 7.4%) 0.0107 ( 5.8%) 0.0108 ( 5.7%) IRGen
0.0056 ( 5.4%) 0.0023 ( 2.9%) 0.0079 ( 4.3%) 0.0080 ( 4.2%) build-rewrite-system
0.0046 ( 4.5%) 0.0019 ( 2.4%) 0.0066 ( 3.6%) 0.0066 ( 3.5%) SILGen-function
0.0036 ( 3.5%) 0.0016 ( 2.0%) 0.0052 ( 2.8%) 0.0052 ( 2.8%) typecheck-decl
0.0017 ( 1.6%) 0.0023 ( 2.9%) 0.0040 ( 2.2%) 0.0040 ( 2.1%) import-clang-decl
0.0035 ( 3.3%) 0.0002 ( 0.2%) 0.0036 ( 2.0%) 0.0037 ( 2.0%) SIL optimization
0.0011 ( 1.0%) 0.0020 ( 2.5%) 0.0031 ( 1.7%) 0.0031 ( 1.6%) load-stdlib
0.0016 ( 1.5%) 0.0006 ( 0.7%) 0.0021 ( 1.2%) 0.0021 ( 1.1%) typecheck-expr
0.0005 ( 0.5%) 0.0001 ( 0.1%) 0.0006 ( 0.3%) 0.0006 ( 0.3%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1034 (100.0%) 0.0801 (100.0%) 0.1835 (100.0%) 0.1883 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1123 seconds (0.1149 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0651 (100.0%) 0.0472 (100.0%) 0.1123 (100.0%) 0.1149 (100.0%) Building Target
0.0651 (100.0%) 0.0472 (100.0%) 0.1123 (100.0%) 0.1149 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:26:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'ResponseDecoder<()>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = ResponseDecoder { _, _ in () }
^
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:11:15: note: consider making generic struct 'ResponseDecoder' conform to the 'Sendable' protocol
public struct ResponseDecoder<Response> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:26:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = ResponseDecoder { _, _ in () }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = ResponseDecoder { _, _ in () }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:34:23: warning: static property 'data' is not concurrency-safe because non-'Sendable' type 'ResponseDecoder<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let data = ResponseDecoder { _, data in data }
^
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:11:15: note: consider making generic struct 'ResponseDecoder' conform to the 'Sendable' protocol
public struct ResponseDecoder<Response> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:34:23: note: add '@MainActor' to make static property 'data' part of global actor 'MainActor'
public static let data = ResponseDecoder { _, data in data }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let data = ResponseDecoder { _, data in data }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:42:23: warning: static property 'text' is not concurrency-safe because non-'Sendable' type 'ResponseDecoder<String>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let text = ResponseDecoder<String>.text(encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:11:15: note: consider making generic struct 'ResponseDecoder' conform to the 'Sendable' protocol
public struct ResponseDecoder<Response> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:42:23: note: add '@MainActor' to make static property 'text' part of global actor 'MainActor'
public static let text = ResponseDecoder<String>.text(encoding: .utf8)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ResponseDecoder.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let text = ResponseDecoder<String>.text(encoding: .utf8)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ResponseDecoder.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 Compiling\ DefaultValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102913280-swift-frontend-Requests-DefaultValue.swift-arm64_32_apple_watchos2.0-o-Onone-1728430296.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1326 seconds (0.1346 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0178 ( 26.4%) 0.0236 ( 36.2%) 0.0414 ( 31.2%) 0.0424 ( 31.5%) parse-and-resolve-imports
0.0166 ( 24.7%) 0.0222 ( 34.0%) 0.0388 ( 29.3%) 0.0396 ( 29.4%) Import resolution
0.0030 ( 4.5%) 0.0046 ( 7.1%) 0.0077 ( 5.8%) 0.0077 ( 5.7%) IRGen
0.0051 ( 7.7%) 0.0024 ( 3.6%) 0.0075 ( 5.7%) 0.0075 ( 5.6%) perform-sema
0.0051 ( 7.6%) 0.0024 ( 3.6%) 0.0075 ( 5.6%) 0.0075 ( 5.5%) Type checking and Semantic analysis
0.0051 ( 7.5%) 0.0023 ( 3.5%) 0.0074 ( 5.6%) 0.0074 ( 5.5%) typecheck-decl
0.0039 ( 5.8%) 0.0021 ( 3.2%) 0.0060 ( 4.5%) 0.0060 ( 4.5%) typecheck-expr
0.0030 ( 4.5%) 0.0011 ( 1.7%) 0.0042 ( 3.1%) 0.0042 ( 3.1%) SILGen
0.0026 ( 3.9%) 0.0010 ( 1.5%) 0.0036 ( 2.7%) 0.0037 ( 2.7%) SILGen-function
0.0014 ( 2.1%) 0.0016 ( 2.4%) 0.0030 ( 2.3%) 0.0031 ( 2.3%) import-clang-decl
0.0010 ( 1.5%) 0.0014 ( 2.1%) 0.0024 ( 1.8%) 0.0024 ( 1.8%) load-stdlib
0.0016 ( 2.4%) 0.0000 ( 0.1%) 0.0017 ( 1.3%) 0.0017 ( 1.2%) SIL optimization
0.0007 ( 1.1%) 0.0005 ( 0.8%) 0.0012 ( 0.9%) 0.0012 ( 0.9%) precheck-target
0.0001 ( 0.2%) 0.0001 ( 0.2%) 0.0002 ( 0.2%) 0.0002 ( 0.2%) build-rewrite-system
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0673 (100.0%) 0.0653 (100.0%) 0.1326 (100.0%) 0.1346 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0828 seconds (0.0840 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0425 (100.0%) 0.0403 (100.0%) 0.0828 (100.0%) 0.0840 (100.0%) Building Target
0.0425 (100.0%) 0.0403 (100.0%) 0.0828 (100.0%) 0.0840 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:14:23: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
public static let method: HTTPMethod = .get
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:14:23: note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
public static let method: HTTPMethod = .get
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let method: HTTPMethod = .get
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:17:23: warning: static property 'header' is not concurrency-safe because non-'Sendable' type 'Header' may have shared mutable state; this is an error in the Swift 6 language mode
public static let header: Header = .empty
^
/Users/admin/builder/spi-builder-workspace/Sources/Header.swift:12:15: note: consider making struct 'Header' conform to the 'Sendable' protocol
public struct Header: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:17:23: note: add '@MainActor' to make static property 'header' part of global actor 'MainActor'
public static let header: Header = .empty
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let header: Header = .empty
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:29:23: warning: static property 'bodyProvider' is not concurrency-safe because non-'Sendable' type 'BodyProvider' may have shared mutable state; this is an error in the Swift 6 language mode
public static let bodyProvider: BodyProvider = .none
^
/Users/admin/builder/spi-builder-workspace/Sources/BodyProvider.swift:26:15: note: consider making struct 'BodyProvider' conform to the 'Sendable' protocol
public struct BodyProvider {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:29:23: note: add '@MainActor' to make static property 'bodyProvider' part of global actor 'MainActor'
public static let bodyProvider: BodyProvider = .none
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bodyProvider: BodyProvider = .none
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:32:23: warning: static property 'authenticationProvider' is not concurrency-safe because non-'Sendable' type 'AuthenticationProvider' may have shared mutable state; this is an error in the Swift 6 language mode
public static let authenticationProvider: AuthenticationProvider = .none
^
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:11:15: note: consider making struct 'AuthenticationProvider' conform to the 'Sendable' protocol
public struct AuthenticationProvider {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:32:23: note: add '@MainActor' to make static property 'authenticationProvider' part of global actor 'MainActor'
public static let authenticationProvider: AuthenticationProvider = .none
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let authenticationProvider: AuthenticationProvider = .none
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling AuthenticationProvider.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64 Compiling\ Field.swift,\ RequestBody.swift /Users/admin/builder/spi-builder-workspace/Sources/Field.swift /Users/admin/builder/spi-builder-workspace/Sources/RequestBody.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Field.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:88:16: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'Field.Name' may have shared mutable state; this is an error in the Swift 6 language mode
static let accept: Field.Name = "Accept"
^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:15:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
public struct Name: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:88:16: note: add '@MainActor' to make static property 'accept' part of global actor 'MainActor'
static let accept: Field.Name = "Accept"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:88:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let accept: Field.Name = "Accept"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:90:16: warning: static property 'acceptLanguage' is not concurrency-safe because non-'Sendable' type 'Field.Name' may have shared mutable state; this is an error in the Swift 6 language mode
static let acceptLanguage: Field.Name = "Accept-Language"
^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:15:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
public struct Name: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:90:16: note: add '@MainActor' to make static property 'acceptLanguage' part of global actor 'MainActor'
static let acceptLanguage: Field.Name = "Accept-Language"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let acceptLanguage: Field.Name = "Accept-Language"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:92:16: warning: static property 'authorization' is not concurrency-safe because non-'Sendable' type 'Field.Name' may have shared mutable state; this is an error in the Swift 6 language mode
static let authorization: Field.Name = "Authorization"
^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:15:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
public struct Name: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:92:16: note: add '@MainActor' to make static property 'authorization' part of global actor 'MainActor'
static let authorization: Field.Name = "Authorization"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:92:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let authorization: Field.Name = "Authorization"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:94:16: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'Field.Name' may have shared mutable state; this is an error in the Swift 6 language mode
static let contentType: Field.Name = "Content-Type"
^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:15:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
public struct Name: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:94:16: note: add '@MainActor' to make static property 'contentType' part of global actor 'MainActor'
static let contentType: Field.Name = "Content-Type"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:94:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let contentType: Field.Name = "Content-Type"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:100:16: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type '(MediaType) -> Field' may have shared mutable state; this is an error in the Swift 6 language mode
static let contentType: (MediaType) -> Field = { Field(name: .contentType, value: $0.rawValue) }
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:100:16: note: add '@MainActor' to make static property 'contentType' part of global actor 'MainActor'
static let contentType: (MediaType) -> Field = { Field(name: .contentType, value: $0.rawValue) }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:100:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let contentType: (MediaType) -> Field = { Field(name: .contentType, value: $0.rawValue) }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:102:16: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type '(MediaType) -> Field' may have shared mutable state; this is an error in the Swift 6 language mode
static let accept: (MediaType) -> Field = { Field(name: .accept, value: $0.rawValue) }
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:102:16: note: add '@MainActor' to make static property 'accept' part of global actor 'MainActor'
static let accept: (MediaType) -> Field = { Field(name: .accept, value: $0.rawValue) }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:102:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let accept: (MediaType) -> Field = { Field(name: .accept, value: $0.rawValue) }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:104:16: warning: static property 'acceptLanguage' is not concurrency-safe because non-'Sendable' type '(String) -> Field' may have shared mutable state; this is an error in the Swift 6 language mode
static let acceptLanguage = { Field(name: .acceptLanguage, value: $0) }
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:104:16: note: add '@MainActor' to make static property 'acceptLanguage' part of global actor 'MainActor'
static let acceptLanguage = { Field(name: .acceptLanguage, value: $0) }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:104:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let acceptLanguage = { Field(name: .acceptLanguage, value: $0) }
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RequestBody.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102932811-swift-frontend-Requests-Field.swift-arm64_apple_watchos2.0-o-Onone-1994314591.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2618 seconds (0.2745 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0202 ( 12.9%) 0.0315 ( 30.0%) 0.0517 ( 19.8%) 0.0523 ( 19.0%) parse-and-resolve-imports
0.0192 ( 12.2%) 0.0304 ( 28.9%) 0.0496 ( 18.9%) 0.0501 ( 18.3%) Import resolution
0.0227 ( 14.5%) 0.0090 ( 8.5%) 0.0316 ( 12.1%) 0.0330 ( 12.0%) perform-sema
0.0226 ( 14.4%) 0.0089 ( 8.5%) 0.0315 ( 12.0%) 0.0329 ( 12.0%) Type checking and Semantic analysis
0.0184 ( 11.7%) 0.0081 ( 7.7%) 0.0265 ( 10.1%) 0.0279 ( 10.2%) typecheck-decl
0.0110 ( 7.0%) 0.0023 ( 2.2%) 0.0132 ( 5.1%) 0.0148 ( 5.4%) SILGen
0.0092 ( 5.9%) 0.0014 ( 1.4%) 0.0107 ( 4.1%) 0.0122 ( 4.4%) typecheck-stmt
0.0084 ( 5.4%) 0.0015 ( 1.4%) 0.0099 ( 3.8%) 0.0115 ( 4.2%) SILGen-function
0.0058 ( 3.7%) 0.0047 ( 4.5%) 0.0106 ( 4.0%) 0.0107 ( 3.9%) IRGen
0.0070 ( 4.5%) 0.0012 ( 1.2%) 0.0083 ( 3.2%) 0.0105 ( 3.8%) typecheck-expr
0.0040 ( 2.5%) 0.0013 ( 1.3%) 0.0053 ( 2.0%) 0.0055 ( 2.0%) build-rewrite-system
0.0022 ( 1.4%) 0.0028 ( 2.7%) 0.0051 ( 1.9%) 0.0051 ( 1.9%) import-clang-decl
0.0036 ( 2.3%) 0.0001 ( 0.1%) 0.0037 ( 1.4%) 0.0037 ( 1.3%) SIL optimization
0.0009 ( 0.6%) 0.0016 ( 1.5%) 0.0025 ( 0.9%) 0.0025 ( 0.9%) load-stdlib
0.0015 ( 0.9%) 0.0001 ( 0.1%) 0.0015 ( 0.6%) 0.0015 ( 0.6%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1569 (100.0%) 0.1050 (100.0%) 0.2618 (100.0%) 0.2745 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1541 seconds (0.1647 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0940 (100.0%) 0.0601 (100.0%) 0.1541 (100.0%) 0.1647 (100.0%) Building Target
0.0940 (100.0%) 0.0601 (100.0%) 0.1541 (100.0%) 0.1647 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryItem+ExpresibleByDictionaryLiteral.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 Compiling\ URLSession+Requests.swift,\ Header.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift /Users/admin/builder/spi-builder-workspace/Sources/Header.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:37:35: warning: capture of 'completionHandler' with non-sendable type '(NetworkResult<R.Resource>) -> Void' (aka '(Result<(HTTPURLResponse, R.Resource), RequestTransportError>) -> ()') in a '@Sendable' closure
callbackQueue.async { completionHandler(response) }
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:37:35: note: a function type must be marked '@Sendable' to conform to 'Sendable'
callbackQueue.async { completionHandler(response) }
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:37:53: warning: capture of 'response' with non-sendable type 'NetworkResult<R.Resource>' (aka 'Result<(HTTPURLResponse, R.Resource), RequestTransportError>') in a '@Sendable' closure
callbackQueue.async { completionHandler(response) }
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:99:62: warning: capture of 'request' with non-sendable type 'R' in a '@Sendable' closure
using: request.responseDecoder)
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:28:25: note: consider making generic parameter 'R' conform to the 'Sendable' protocol
public func perform<R: RequestConvertible>(
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:100:25: warning: capture of 'complete' with non-sendable type '(NetworkResult<R.Resource>) -> ()' (aka '(Result<(HTTPURLResponse, R.Resource), RequestTransportError>) -> ()') in a '@Sendable' closure
complete(.success((httpResponse, resource)))
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:100:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
complete(.success((httpResponse, resource)))
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:120:66: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
let task = dataTask(with: urlRequest, completionHandler: completionHandler)
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:118:7: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void
^
@Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Header.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102936316-swift-frontend-Requests-URLSession_Requests.swift-arm64_32_apple_watchos2.0-o-Onone-1371394723.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4321 seconds (0.4453 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0459 ( 15.9%) 0.0161 ( 11.2%) 0.0620 ( 14.3%) 0.0646 ( 14.5%) perform-sema
0.0458 ( 15.9%) 0.0161 ( 11.2%) 0.0619 ( 14.3%) 0.0645 ( 14.5%) Type checking and Semantic analysis
0.0192 ( 6.7%) 0.0305 ( 21.1%) 0.0497 ( 11.5%) 0.0500 ( 11.2%) parse-and-resolve-imports
0.0362 ( 12.6%) 0.0103 ( 7.2%) 0.0465 ( 10.8%) 0.0488 ( 11.0%) typecheck-stmt
0.0182 ( 6.3%) 0.0295 ( 20.4%) 0.0477 ( 11.0%) 0.0480 ( 10.8%) Import resolution
0.0280 ( 9.7%) 0.0113 ( 7.8%) 0.0393 ( 9.1%) 0.0400 ( 9.0%) typecheck-decl
0.0265 ( 9.2%) 0.0077 ( 5.4%) 0.0342 ( 7.9%) 0.0361 ( 8.1%) typecheck-expr
0.0124 ( 4.3%) 0.0055 ( 3.8%) 0.0180 ( 4.2%) 0.0195 ( 4.4%) IRGen
0.0109 ( 3.8%) 0.0042 ( 2.9%) 0.0151 ( 3.5%) 0.0155 ( 3.5%) precheck-target
0.0138 ( 4.8%) 0.0015 ( 1.1%) 0.0153 ( 3.5%) 0.0154 ( 3.5%) SILGen
0.0116 ( 4.0%) 0.0013 ( 0.9%) 0.0129 ( 3.0%) 0.0129 ( 2.9%) SILGen-function
0.0076 ( 2.6%) 0.0028 ( 2.0%) 0.0104 ( 2.4%) 0.0107 ( 2.4%) build-rewrite-system
0.0043 ( 1.5%) 0.0051 ( 3.5%) 0.0094 ( 2.2%) 0.0095 ( 2.1%) import-clang-decl
0.0065 ( 2.3%) 0.0001 ( 0.1%) 0.0066 ( 1.5%) 0.0066 ( 1.5%) SIL optimization
0.0010 ( 0.3%) 0.0020 ( 1.4%) 0.0029 ( 0.7%) 0.0029 ( 0.7%) load-stdlib
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%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2879 (100.0%) 0.1442 (100.0%) 0.4321 (100.0%) 0.4453 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2421 seconds (0.2548 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1700 (100.0%) 0.0721 (100.0%) 0.2421 (100.0%) 0.2548 (100.0%) Building Target
0.1700 (100.0%) 0.0721 (100.0%) 0.2421 (100.0%) 0.2548 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling URLSession+Requests.swift, Header.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 Compiling\ RequestConvertible.swift,\ BodyProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/RequestConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/BodyProvider.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102939747-swift-frontend-Requests-RequestConvertible.swift-arm64_32_apple_watchos2.0-o-Onone-2253472510.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3183 seconds (0.3240 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0197 ( 10.2%) 0.0327 ( 26.2%) 0.0524 ( 16.5%) 0.0527 ( 16.3%) parse-and-resolve-imports
0.0187 ( 9.7%) 0.0313 ( 25.1%) 0.0500 ( 15.7%) 0.0504 ( 15.5%) Import resolution
0.0326 ( 16.8%) 0.0121 ( 9.7%) 0.0446 ( 14.0%) 0.0450 ( 13.9%) perform-sema
0.0324 ( 16.8%) 0.0121 ( 9.7%) 0.0445 ( 14.0%) 0.0448 ( 13.8%) Type checking and Semantic analysis
0.0190 ( 9.8%) 0.0070 ( 5.6%) 0.0260 ( 8.2%) 0.0263 ( 8.1%) typecheck-decl
0.0152 ( 7.8%) 0.0059 ( 4.7%) 0.0211 ( 6.6%) 0.0213 ( 6.6%) typecheck-stmt
0.0119 ( 6.1%) 0.0045 ( 3.6%) 0.0164 ( 5.1%) 0.0166 ( 5.1%) typecheck-expr
0.0115 ( 5.9%) 0.0026 ( 2.1%) 0.0141 ( 4.4%) 0.0162 ( 5.0%) SILGen
0.0086 ( 4.4%) 0.0058 ( 4.7%) 0.0144 ( 4.5%) 0.0150 ( 4.6%) IRGen
0.0079 ( 4.1%) 0.0019 ( 1.5%) 0.0098 ( 3.1%) 0.0106 ( 3.3%) SILGen-function
0.0056 ( 2.9%) 0.0020 ( 1.6%) 0.0076 ( 2.4%) 0.0077 ( 2.4%) build-rewrite-system
0.0034 ( 1.8%) 0.0039 ( 3.1%) 0.0073 ( 2.3%) 0.0073 ( 2.3%) import-clang-decl
0.0046 ( 2.4%) 0.0002 ( 0.1%) 0.0047 ( 1.5%) 0.0047 ( 1.5%) SIL optimization
0.0011 ( 0.6%) 0.0027 ( 2.2%) 0.0038 ( 1.2%) 0.0038 ( 1.2%) load-stdlib
0.0014 ( 0.7%) 0.0001 ( 0.1%) 0.0015 ( 0.5%) 0.0015 ( 0.5%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1935 (100.0%) 0.1248 (100.0%) 0.3183 (100.0%) 0.3240 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1877 seconds (0.1949 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1208 (100.0%) 0.0669 (100.0%) 0.1877 (100.0%) 0.1949 (100.0%) Building Target
0.1208 (100.0%) 0.0669 (100.0%) 0.1877 (100.0%) 0.1949 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/RequestConvertible.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BodyProvider.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/BodyProvider.swift:44:16: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BodyProvider' may have shared mutable state; this is an error in the Swift 6 language mode
static let none = BodyProvider { header in
^
/Users/admin/builder/spi-builder-workspace/Sources/BodyProvider.swift:26:15: note: consider making struct 'BodyProvider' conform to the 'Sendable' protocol
public struct BodyProvider {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BodyProvider.swift:44:16: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
static let none = BodyProvider { header in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BodyProvider.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let none = BodyProvider { header in
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling RequestConvertible.swift, BodyProvider.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal armv7k Compiling\ URLQueryItem+ExpresibleByDictionaryLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItem+ExpresibleByDictionaryLiteral.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102940915-swift-frontend-Requests-URLQueryItem_ExpresibleByDictionaryLiteral.swift-armv7k_apple_watchos2.0-o-Onone-1244942602.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1455 seconds (0.1523 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0195 ( 30.5%) 0.0333 ( 40.9%) 0.0528 ( 36.3%) 0.0534 ( 35.1%) parse-and-resolve-imports
0.0183 ( 28.6%) 0.0320 ( 39.3%) 0.0503 ( 34.6%) 0.0508 ( 33.3%) Import resolution
0.0042 ( 6.6%) 0.0023 ( 2.8%) 0.0065 ( 4.4%) 0.0079 ( 5.2%) perform-sema
0.0042 ( 6.5%) 0.0023 ( 2.8%) 0.0064 ( 4.4%) 0.0078 ( 5.1%) Type checking and Semantic analysis
0.0030 ( 4.7%) 0.0030 ( 3.6%) 0.0059 ( 4.1%) 0.0060 ( 3.9%) IRGen
0.0022 ( 3.5%) 0.0012 ( 1.5%) 0.0034 ( 2.4%) 0.0048 ( 3.2%) typecheck-decl
0.0011 ( 1.8%) 0.0030 ( 3.6%) 0.0041 ( 2.8%) 0.0041 ( 2.7%) load-stdlib
0.0029 ( 4.6%) 0.0003 ( 0.3%) 0.0032 ( 2.2%) 0.0033 ( 2.1%) SIL optimization
0.0023 ( 3.5%) 0.0008 ( 1.0%) 0.0031 ( 2.1%) 0.0031 ( 2.0%) SILGen
0.0018 ( 2.8%) 0.0010 ( 1.2%) 0.0028 ( 1.9%) 0.0028 ( 1.8%) typecheck-stmt
0.0018 ( 2.8%) 0.0010 ( 1.2%) 0.0028 ( 1.9%) 0.0028 ( 1.8%) typecheck-expr
0.0003 ( 0.5%) 0.0005 ( 0.6%) 0.0008 ( 0.5%) 0.0022 ( 1.4%) import-clang-decl
0.0014 ( 2.3%) 0.0004 ( 0.5%) 0.0019 ( 1.3%) 0.0019 ( 1.2%) SILGen-function
0.0008 ( 1.2%) 0.0006 ( 0.7%) 0.0013 ( 0.9%) 0.0013 ( 0.9%) build-rewrite-system
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0639 (100.0%) 0.0816 (100.0%) 0.1455 (100.0%) 0.1523 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0973 seconds (0.0999 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0479 (100.0%) 0.0494 (100.0%) 0.0973 (100.0%) 0.0999 (100.0%) Building Target
0.0479 (100.0%) 0.0494 (100.0%) 0.0973 (100.0%) 0.0999 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItem+ExpresibleByDictionaryLiteral.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItem+ExpresibleByDictionaryLiteral.swift:7:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Array: ExpressibleByDictionaryLiteral where Element == URLQueryItem {
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItem+ExpresibleByDictionaryLiteral.swift:7:1: note: add '@retroactive' to silence this warning
extension Array: ExpressibleByDictionaryLiteral where Element == URLQueryItem {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@retroactive ExpressibleByDictionaryLiteral
SwiftCompile normal armv7k Compiling\ AuthenticationProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102946570-swift-frontend-Requests-AuthenticationProvider.swift-armv7k_apple_watchos2.0-o-Onone-3369540662.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1855 seconds (0.1888 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0195 ( 21.4%) 0.0339 ( 35.9%) 0.0535 ( 28.8%) 0.0543 ( 28.8%) parse-and-resolve-imports
0.0184 ( 20.2%) 0.0323 ( 34.2%) 0.0508 ( 27.4%) 0.0516 ( 27.3%) Import resolution
0.0084 ( 9.3%) 0.0044 ( 4.7%) 0.0129 ( 6.9%) 0.0129 ( 6.8%) perform-sema
0.0084 ( 9.2%) 0.0044 ( 4.7%) 0.0128 ( 6.9%) 0.0129 ( 6.8%) Type checking and Semantic analysis
0.0044 ( 4.8%) 0.0051 ( 5.4%) 0.0095 ( 5.1%) 0.0103 ( 5.4%) IRGen
0.0073 ( 8.0%) 0.0019 ( 2.0%) 0.0092 ( 5.0%) 0.0095 ( 5.0%) SILGen
0.0056 ( 6.2%) 0.0013 ( 1.4%) 0.0070 ( 3.8%) 0.0072 ( 3.8%) SILGen-function
0.0044 ( 4.8%) 0.0027 ( 2.8%) 0.0071 ( 3.8%) 0.0071 ( 3.8%) typecheck-stmt
0.0038 ( 4.2%) 0.0016 ( 1.7%) 0.0054 ( 2.9%) 0.0054 ( 2.9%) typecheck-decl
0.0011 ( 1.2%) 0.0029 ( 3.1%) 0.0040 ( 2.2%) 0.0041 ( 2.2%) load-stdlib
0.0025 ( 2.8%) 0.0011 ( 1.2%) 0.0037 ( 2.0%) 0.0037 ( 1.9%) typecheck-expr
0.0034 ( 3.8%) 0.0000 ( 0.0%) 0.0035 ( 1.9%) 0.0035 ( 1.8%) SIL optimization
0.0014 ( 1.5%) 0.0019 ( 2.0%) 0.0033 ( 1.8%) 0.0033 ( 1.8%) import-clang-decl
0.0021 ( 2.4%) 0.0007 ( 0.7%) 0.0028 ( 1.5%) 0.0028 ( 1.5%) build-rewrite-system
0.0001 ( 0.2%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0911 (100.0%) 0.0944 (100.0%) 0.1855 (100.0%) 0.1888 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1218 seconds (0.1288 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0655 (100.0%) 0.0563 (100.0%) 0.1218 (100.0%) 0.1288 (100.0%) Building Target
0.0655 (100.0%) 0.0563 (100.0%) 0.1218 (100.0%) 0.1288 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:35:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'AuthenticationProvider' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = AuthenticationProvider(authenticate: { _ in })
^
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:11:15: note: consider making struct 'AuthenticationProvider' conform to the 'Sendable' protocol
public struct AuthenticationProvider {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:35:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = AuthenticationProvider(authenticate: { _ in })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = AuthenticationProvider(authenticate: { _ in })
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:38:23: warning: static property 'bearerToken' is not concurrency-safe because non-'Sendable' type '(String) -> AuthenticationProvider' may have shared mutable state; this is an error in the Swift 6 language mode
public static let bearerToken: (String) -> AuthenticationProvider = { token in
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:38:23: note: add '@MainActor' to make static property 'bearerToken' part of global actor 'MainActor'
public static let bearerToken: (String) -> AuthenticationProvider = { token in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bearerToken: (String) -> AuthenticationProvider = { token in
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling RequestConvertible.swift, BodyProvider.swift (in target 'Requests' from project 'Requests')
SwiftDriverJobDiscovery normal arm64 Compiling Request.swift, URL+StaticString.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal armv7k Compiling\ DefaultValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102946182-swift-frontend-Requests-DefaultValue.swift-armv7k_apple_watchos2.0-o-Onone-882546094.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1464 seconds (0.1483 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0186 ( 28.0%) 0.0311 ( 38.8%) 0.0497 ( 33.9%) 0.0503 ( 33.9%) parse-and-resolve-imports
0.0176 ( 26.5%) 0.0299 ( 37.3%) 0.0475 ( 32.4%) 0.0481 ( 32.4%) Import resolution
0.0044 ( 6.7%) 0.0026 ( 3.2%) 0.0070 ( 4.8%) 0.0070 ( 4.7%) perform-sema
0.0044 ( 6.6%) 0.0025 ( 3.2%) 0.0069 ( 4.7%) 0.0069 ( 4.7%) Type checking and Semantic analysis
0.0043 ( 6.5%) 0.0025 ( 3.1%) 0.0068 ( 4.7%) 0.0069 ( 4.6%) typecheck-decl
0.0029 ( 4.4%) 0.0028 ( 3.5%) 0.0057 ( 3.9%) 0.0059 ( 4.0%) IRGen
0.0034 ( 5.1%) 0.0020 ( 2.4%) 0.0053 ( 3.6%) 0.0055 ( 3.7%) typecheck-expr
0.0031 ( 4.7%) 0.0011 ( 1.3%) 0.0042 ( 2.9%) 0.0042 ( 2.8%) SILGen
0.0011 ( 1.7%) 0.0027 ( 3.4%) 0.0038 ( 2.6%) 0.0039 ( 2.7%) load-stdlib
0.0027 ( 4.1%) 0.0010 ( 1.2%) 0.0037 ( 2.5%) 0.0037 ( 2.5%) SILGen-function
0.0013 ( 2.0%) 0.0013 ( 1.6%) 0.0026 ( 1.8%) 0.0026 ( 1.7%) import-clang-decl
0.0017 ( 2.5%) 0.0001 ( 0.1%) 0.0018 ( 1.2%) 0.0018 ( 1.2%) SIL optimization
0.0006 ( 0.9%) 0.0006 ( 0.8%) 0.0012 ( 0.8%) 0.0012 ( 0.8%) precheck-target
0.0001 ( 0.2%) 0.0001 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) build-rewrite-system
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0662 (100.0%) 0.0802 (100.0%) 0.1464 (100.0%) 0.1483 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0918 seconds (0.0932 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0433 (100.0%) 0.0485 (100.0%) 0.0918 (100.0%) 0.0932 (100.0%) Building Target
0.0433 (100.0%) 0.0485 (100.0%) 0.0918 (100.0%) 0.0932 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:14:23: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
public static let method: HTTPMethod = .get
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:14:23: note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
public static let method: HTTPMethod = .get
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let method: HTTPMethod = .get
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:17:23: warning: static property 'header' is not concurrency-safe because non-'Sendable' type 'Header' may have shared mutable state; this is an error in the Swift 6 language mode
public static let header: Header = .empty
^
/Users/admin/builder/spi-builder-workspace/Sources/Header.swift:12:15: note: consider making struct 'Header' conform to the 'Sendable' protocol
public struct Header: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:17:23: note: add '@MainActor' to make static property 'header' part of global actor 'MainActor'
public static let header: Header = .empty
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let header: Header = .empty
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:29:23: warning: static property 'bodyProvider' is not concurrency-safe because non-'Sendable' type 'BodyProvider' may have shared mutable state; this is an error in the Swift 6 language mode
public static let bodyProvider: BodyProvider = .none
^
/Users/admin/builder/spi-builder-workspace/Sources/BodyProvider.swift:26:15: note: consider making struct 'BodyProvider' conform to the 'Sendable' protocol
public struct BodyProvider {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:29:23: note: add '@MainActor' to make static property 'bodyProvider' part of global actor 'MainActor'
public static let bodyProvider: BodyProvider = .none
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bodyProvider: BodyProvider = .none
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:32:23: warning: static property 'authenticationProvider' is not concurrency-safe because non-'Sendable' type 'AuthenticationProvider' may have shared mutable state; this is an error in the Swift 6 language mode
public static let authenticationProvider: AuthenticationProvider = .none
^
/Users/admin/builder/spi-builder-workspace/Sources/AuthenticationProvider.swift:11:15: note: consider making struct 'AuthenticationProvider' conform to the 'Sendable' protocol
public struct AuthenticationProvider {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:32:23: note: add '@MainActor' to make static property 'authenticationProvider' part of global actor 'MainActor'
public static let authenticationProvider: AuthenticationProvider = .none
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DefaultValue.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let authenticationProvider: AuthenticationProvider = .none
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling ResponseDecoder.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal armv7k Compiling\ CaseInsensitiveString.swift,\ RequestError.swift /Users/admin/builder/spi-builder-workspace/Sources/CaseInsensitiveString.swift /Users/admin/builder/spi-builder-workspace/Sources/RequestError.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504102948365-swift-frontend-Requests-CaseInsensitiveString.swift-armv7k_apple_watchos2.0-o-Onone-2515701513.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2505 seconds (0.2559 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0191 ( 13.4%) 0.0320 ( 29.7%) 0.0511 ( 20.4%) 0.0518 ( 20.3%) parse-and-resolve-imports
0.0179 ( 12.6%) 0.0303 ( 28.2%) 0.0483 ( 19.3%) 0.0489 ( 19.1%) Import resolution
0.0263 ( 18.4%) 0.0106 ( 9.9%) 0.0370 ( 14.8%) 0.0380 ( 14.8%) perform-sema
0.0262 ( 18.4%) 0.0106 ( 9.8%) 0.0368 ( 14.7%) 0.0378 ( 14.8%) Type checking and Semantic analysis
0.0172 ( 12.0%) 0.0065 ( 6.1%) 0.0237 ( 9.5%) 0.0246 ( 9.6%) typecheck-decl
0.0091 ( 6.3%) 0.0040 ( 3.7%) 0.0131 ( 5.2%) 0.0132 ( 5.1%) typecheck-stmt
0.0050 ( 3.5%) 0.0043 ( 4.0%) 0.0093 ( 3.7%) 0.0093 ( 3.6%) import-clang-decl
0.0051 ( 3.6%) 0.0024 ( 2.3%) 0.0076 ( 3.0%) 0.0076 ( 3.0%) IRGen
0.0040 ( 2.8%) 0.0014 ( 1.3%) 0.0054 ( 2.2%) 0.0064 ( 2.5%) SILGen
0.0038 ( 2.7%) 0.0014 ( 1.3%) 0.0052 ( 2.1%) 0.0052 ( 2.0%) build-rewrite-system
0.0010 ( 0.7%) 0.0027 ( 2.5%) 0.0037 ( 1.5%) 0.0038 ( 1.5%) load-stdlib
0.0029 ( 2.0%) 0.0001 ( 0.1%) 0.0030 ( 1.2%) 0.0030 ( 1.2%) SIL optimization
0.0021 ( 1.5%) 0.0006 ( 0.6%) 0.0028 ( 1.1%) 0.0028 ( 1.1%) typecheck-expr
0.0015 ( 1.0%) 0.0002 ( 0.2%) 0.0017 ( 0.7%) 0.0017 ( 0.7%) SILGen-function
0.0007 ( 0.5%) 0.0003 ( 0.3%) 0.0010 ( 0.4%) 0.0011 ( 0.4%) load-all-members
0.0007 ( 0.5%) 0.0000 ( 0.0%) 0.0007 ( 0.3%) 0.0007 ( 0.3%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1429 (100.0%) 0.1076 (100.0%) 0.2505 (100.0%) 0.2559 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1564 seconds (0.1625 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0933 (100.0%) 0.0631 (100.0%) 0.1564 (100.0%) 0.1625 (100.0%) Building Target
0.0933 (100.0%) 0.0631 (100.0%) 0.1564 (100.0%) 0.1625 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CaseInsensitiveString.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/RequestError.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling CaseInsensitiveString.swift, RequestError.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 Compiling\ URLQueryItem+ExpresibleByDictionaryLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItem+ExpresibleByDictionaryLiteral.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504103069802-swift-frontend-Requests-URLQueryItem_ExpresibleByDictionaryLiteral.swift-arm64_32_apple_watchos2.0-o-Onone-2261221845.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1173 seconds (0.1201 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0174 ( 28.4%) 0.0218 ( 38.9%) 0.0392 ( 33.4%) 0.0405 ( 33.7%) parse-and-resolve-imports
0.0164 ( 26.7%) 0.0207 ( 37.0%) 0.0371 ( 31.6%) 0.0383 ( 31.9%) Import resolution
0.0038 ( 6.1%) 0.0043 ( 7.7%) 0.0081 ( 6.9%) 0.0081 ( 6.7%) IRGen
0.0044 ( 7.2%) 0.0016 ( 2.9%) 0.0061 ( 5.2%) 0.0061 ( 5.1%) perform-sema
0.0043 ( 7.1%) 0.0016 ( 2.9%) 0.0060 ( 5.1%) 0.0061 ( 5.0%) Type checking and Semantic analysis
0.0024 ( 3.9%) 0.0008 ( 1.4%) 0.0032 ( 2.7%) 0.0032 ( 2.7%) typecheck-decl
0.0024 ( 3.9%) 0.0008 ( 1.4%) 0.0032 ( 2.7%) 0.0032 ( 2.7%) SILGen
0.0029 ( 4.7%) 0.0001 ( 0.1%) 0.0029 ( 2.5%) 0.0029 ( 2.4%) SIL optimization
0.0019 ( 3.0%) 0.0008 ( 1.4%) 0.0026 ( 2.3%) 0.0027 ( 2.2%) typecheck-stmt
0.0019 ( 3.0%) 0.0008 ( 1.4%) 0.0026 ( 2.2%) 0.0027 ( 2.2%) typecheck-expr
0.0011 ( 1.7%) 0.0016 ( 2.9%) 0.0027 ( 2.3%) 0.0027 ( 2.2%) load-stdlib
0.0015 ( 2.4%) 0.0004 ( 0.7%) 0.0019 ( 1.6%) 0.0019 ( 1.6%) SILGen-function
0.0007 ( 1.1%) 0.0004 ( 0.6%) 0.0011 ( 0.9%) 0.0011 ( 0.9%) build-rewrite-system
0.0003 ( 0.4%) 0.0003 ( 0.6%) 0.0006 ( 0.5%) 0.0006 ( 0.5%) import-clang-decl
0.0001 ( 0.2%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) precheck-target
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0614 (100.0%) 0.0559 (100.0%) 0.1173 (100.0%) 0.1201 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0829 seconds (0.0847 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0460 (100.0%) 0.0369 (100.0%) 0.0829 (100.0%) 0.0847 (100.0%) Building Target
0.0460 (100.0%) 0.0369 (100.0%) 0.0829 (100.0%) 0.0847 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/URLQueryItem+ExpresibleByDictionaryLiteral.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItem+ExpresibleByDictionaryLiteral.swift:7:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Array: ExpressibleByDictionaryLiteral where Element == URLQueryItem {
^
/Users/admin/builder/spi-builder-workspace/Sources/URLQueryItem+ExpresibleByDictionaryLiteral.swift:7:1: note: add '@retroactive' to silence this warning
extension Array: ExpressibleByDictionaryLiteral where Element == URLQueryItem {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@retroactive ExpressibleByDictionaryLiteral
SwiftDriverJobDiscovery normal arm64_32 Compiling ResponseDecoder.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64 Compiling\ URLSession+Requests.swift,\ Header.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift /Users/admin/builder/spi-builder-workspace/Sources/Header.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:37:35: warning: capture of 'completionHandler' with non-sendable type '(NetworkResult<R.Resource>) -> Void' (aka '(Result<(HTTPURLResponse, R.Resource), RequestTransportError>) -> ()') in a '@Sendable' closure
callbackQueue.async { completionHandler(response) }
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:37:35: note: a function type must be marked '@Sendable' to conform to 'Sendable'
callbackQueue.async { completionHandler(response) }
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:37:53: warning: capture of 'response' with non-sendable type 'NetworkResult<R.Resource>' (aka 'Result<(HTTPURLResponse, R.Resource), RequestTransportError>') in a '@Sendable' closure
callbackQueue.async { completionHandler(response) }
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:99:62: warning: capture of 'request' with non-sendable type 'R' in a '@Sendable' closure
using: request.responseDecoder)
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:28:25: note: consider making generic parameter 'R' conform to the 'Sendable' protocol
public func perform<R: RequestConvertible>(
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:100:25: warning: capture of 'complete' with non-sendable type '(NetworkResult<R.Resource>) -> ()' (aka '(Result<(HTTPURLResponse, R.Resource), RequestTransportError>) -> ()') in a '@Sendable' closure
complete(.success((httpResponse, resource)))
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:100:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
complete(.success((httpResponse, resource)))
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:120:66: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
let task = dataTask(with: urlRequest, completionHandler: completionHandler)
^
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Requests.swift:118:7: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void
^
@Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Header.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504103071525-swift-frontend-Requests-URLSession_Requests.swift-arm64_apple_watchos2.0-o-Onone-3006169910.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4189 seconds (0.4325 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0465 ( 15.8%) 0.0150 ( 12.1%) 0.0615 ( 14.7%) 0.0634 ( 14.7%) perform-sema
0.0464 ( 15.7%) 0.0149 ( 12.0%) 0.0613 ( 14.6%) 0.0632 ( 14.6%) Type checking and Semantic analysis
0.0371 ( 12.6%) 0.0099 ( 7.9%) 0.0470 ( 11.2%) 0.0488 ( 11.3%) typecheck-stmt
0.0303 ( 10.3%) 0.0112 ( 9.0%) 0.0415 ( 9.9%) 0.0433 ( 10.0%) typecheck-decl
0.0192 ( 6.5%) 0.0232 ( 18.7%) 0.0424 ( 10.1%) 0.0432 ( 10.0%) parse-and-resolve-imports
0.0177 ( 6.0%) 0.0216 ( 17.4%) 0.0393 ( 9.4%) 0.0399 ( 9.2%) Import resolution
0.0279 ( 9.5%) 0.0077 ( 6.2%) 0.0356 ( 8.5%) 0.0375 ( 8.7%) typecheck-expr
0.0115 ( 3.9%) 0.0044 ( 3.5%) 0.0158 ( 3.8%) 0.0176 ( 4.1%) precheck-target
0.0148 ( 5.0%) 0.0016 ( 1.3%) 0.0164 ( 3.9%) 0.0164 ( 3.8%) SILGen
0.0105 ( 3.6%) 0.0045 ( 3.6%) 0.0150 ( 3.6%) 0.0150 ( 3.5%) IRGen
0.0127 ( 4.3%) 0.0014 ( 1.1%) 0.0141 ( 3.4%) 0.0141 ( 3.3%) SILGen-function
0.0082 ( 2.8%) 0.0029 ( 2.3%) 0.0111 ( 2.7%) 0.0113 ( 2.6%) build-rewrite-system
0.0044 ( 1.5%) 0.0043 ( 3.5%) 0.0087 ( 2.1%) 0.0097 ( 2.2%) import-clang-decl
0.0063 ( 2.1%) 0.0002 ( 0.2%) 0.0065 ( 1.5%) 0.0065 ( 1.5%) SIL optimization
0.0009 ( 0.3%) 0.0015 ( 1.2%) 0.0025 ( 0.6%) 0.0025 ( 0.6%) load-stdlib
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2947 (100.0%) 0.1242 (100.0%) 0.4189 (100.0%) 0.4325 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2066 seconds (0.2109 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1497 (100.0%) 0.0570 (100.0%) 0.2066 (100.0%) 0.2109 (100.0%) Building Target
0.1497 (100.0%) 0.0570 (100.0%) 0.2066 (100.0%) 0.2109 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling DefaultValue.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal armv7k Compiling\ Request.swift,\ URL+StaticString.swift /Users/admin/builder/spi-builder-workspace/Sources/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+StaticString.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Request.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/URL+StaticString.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504103092396-swift-frontend-Requests-Request.swift-armv7k_apple_watchos2.0-o-Onone-3387333788.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2747 seconds (0.2803 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0195 ( 10.7%) 0.0259 ( 27.9%) 0.0454 ( 16.5%) 0.0478 ( 17.0%) parse-and-resolve-imports
0.0182 ( 10.0%) 0.0241 ( 26.0%) 0.0423 ( 15.4%) 0.0445 ( 15.9%) Import resolution
0.0323 ( 17.8%) 0.0094 ( 10.1%) 0.0417 ( 15.2%) 0.0420 ( 15.0%) perform-sema
0.0323 ( 17.7%) 0.0094 ( 10.1%) 0.0416 ( 15.2%) 0.0419 ( 15.0%) Type checking and Semantic analysis
0.0166 ( 9.1%) 0.0041 ( 4.4%) 0.0207 ( 7.5%) 0.0208 ( 7.4%) typecheck-stmt
0.0145 ( 7.9%) 0.0051 ( 5.5%) 0.0195 ( 7.1%) 0.0197 ( 7.0%) typecheck-decl
0.0100 ( 5.5%) 0.0039 ( 4.2%) 0.0138 ( 5.0%) 0.0138 ( 4.9%) IRGen
0.0111 ( 6.1%) 0.0027 ( 2.9%) 0.0138 ( 5.0%) 0.0138 ( 4.9%) typecheck-expr
0.0085 ( 4.7%) 0.0017 ( 1.8%) 0.0102 ( 3.7%) 0.0102 ( 3.6%) SILGen
0.0047 ( 2.6%) 0.0015 ( 1.6%) 0.0062 ( 2.3%) 0.0063 ( 2.2%) build-rewrite-system
0.0029 ( 1.6%) 0.0030 ( 3.3%) 0.0059 ( 2.2%) 0.0061 ( 2.2%) import-clang-decl
0.0050 ( 2.8%) 0.0001 ( 0.1%) 0.0051 ( 1.9%) 0.0051 ( 1.8%) SIL optimization
0.0039 ( 2.2%) 0.0004 ( 0.4%) 0.0043 ( 1.6%) 0.0043 ( 1.5%) SILGen-function
0.0010 ( 0.5%) 0.0016 ( 1.7%) 0.0026 ( 0.9%) 0.0026 ( 0.9%) load-stdlib
0.0012 ( 0.7%) 0.0001 ( 0.1%) 0.0013 ( 0.5%) 0.0013 ( 0.5%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1818 (100.0%) 0.0929 (100.0%) 0.2747 (100.0%) 0.2803 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1887 seconds (0.1915 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1363 (100.0%) 0.0523 (100.0%) 0.1887 (100.0%) 0.1915 (100.0%) Building Target
0.1363 (100.0%) 0.0523 (100.0%) 0.1887 (100.0%) 0.1915 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling CaseInsensitiveString.swift, RequestError.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 Compiling\ Field.swift,\ RequestBody.swift /Users/admin/builder/spi-builder-workspace/Sources/Field.swift /Users/admin/builder/spi-builder-workspace/Sources/RequestBody.swift (in target 'Requests' from project 'Requests')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504103104816-swift-frontend-Requests-Field.swift-arm64_32_apple_watchos2.0-o-Onone-3233992676.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2323 seconds (0.2340 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0192 ( 13.2%) 0.0257 ( 29.8%) 0.0450 ( 19.4%) 0.0458 ( 19.6%) parse-and-resolve-imports
0.0181 ( 12.4%) 0.0243 ( 28.1%) 0.0424 ( 18.2%) 0.0432 ( 18.4%) Import resolution
0.0209 ( 14.3%) 0.0078 ( 9.0%) 0.0287 ( 12.3%) 0.0287 ( 12.3%) perform-sema
0.0208 ( 14.2%) 0.0078 ( 9.0%) 0.0286 ( 12.3%) 0.0286 ( 12.2%) Type checking and Semantic analysis
0.0169 ( 11.6%) 0.0069 ( 8.0%) 0.0239 ( 10.3%) 0.0239 ( 10.2%) typecheck-decl
0.0103 ( 7.1%) 0.0016 ( 1.9%) 0.0119 ( 5.1%) 0.0119 ( 5.1%) SILGen
0.0084 ( 5.8%) 0.0010 ( 1.2%) 0.0094 ( 4.0%) 0.0094 ( 4.0%) typecheck-stmt
0.0054 ( 3.7%) 0.0033 ( 3.8%) 0.0087 ( 3.8%) 0.0087 ( 3.7%) IRGen
0.0075 ( 5.2%) 0.0009 ( 1.1%) 0.0085 ( 3.6%) 0.0085 ( 3.6%) SILGen-function
0.0064 ( 4.4%) 0.0009 ( 1.0%) 0.0073 ( 3.1%) 0.0073 ( 3.1%) typecheck-expr
0.0037 ( 2.5%) 0.0013 ( 1.5%) 0.0049 ( 2.1%) 0.0049 ( 2.1%) build-rewrite-system
0.0019 ( 1.3%) 0.0024 ( 2.8%) 0.0044 ( 1.9%) 0.0044 ( 1.9%) import-clang-decl
0.0037 ( 2.5%) 0.0000 ( 0.0%) 0.0037 ( 1.6%) 0.0037 ( 1.6%) SIL optimization
0.0011 ( 0.8%) 0.0024 ( 2.7%) 0.0035 ( 1.5%) 0.0035 ( 1.5%) load-stdlib
0.0014 ( 1.0%) 0.0000 ( 0.0%) 0.0014 ( 0.6%) 0.0014 ( 0.6%) precheck-target
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1460 (100.0%) 0.0864 (100.0%) 0.2323 (100.0%) 0.2340 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1459 seconds (0.1476 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0958 (100.0%) 0.0500 (100.0%) 0.1459 (100.0%) 0.1476 (100.0%) Building Target
0.0958 (100.0%) 0.0500 (100.0%) 0.1459 (100.0%) 0.1476 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Field.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:88:16: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type 'Field.Name' may have shared mutable state; this is an error in the Swift 6 language mode
static let accept: Field.Name = "Accept"
^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:15:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
public struct Name: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:88:16: note: add '@MainActor' to make static property 'accept' part of global actor 'MainActor'
static let accept: Field.Name = "Accept"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:88:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let accept: Field.Name = "Accept"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:90:16: warning: static property 'acceptLanguage' is not concurrency-safe because non-'Sendable' type 'Field.Name' may have shared mutable state; this is an error in the Swift 6 language mode
static let acceptLanguage: Field.Name = "Accept-Language"
^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:15:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
public struct Name: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:90:16: note: add '@MainActor' to make static property 'acceptLanguage' part of global actor 'MainActor'
static let acceptLanguage: Field.Name = "Accept-Language"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let acceptLanguage: Field.Name = "Accept-Language"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:92:16: warning: static property 'authorization' is not concurrency-safe because non-'Sendable' type 'Field.Name' may have shared mutable state; this is an error in the Swift 6 language mode
static let authorization: Field.Name = "Authorization"
^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:15:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
public struct Name: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:92:16: note: add '@MainActor' to make static property 'authorization' part of global actor 'MainActor'
static let authorization: Field.Name = "Authorization"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:92:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let authorization: Field.Name = "Authorization"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:94:16: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type 'Field.Name' may have shared mutable state; this is an error in the Swift 6 language mode
static let contentType: Field.Name = "Content-Type"
^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:15:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
public struct Name: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:94:16: note: add '@MainActor' to make static property 'contentType' part of global actor 'MainActor'
static let contentType: Field.Name = "Content-Type"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:94:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let contentType: Field.Name = "Content-Type"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:100:16: warning: static property 'contentType' is not concurrency-safe because non-'Sendable' type '(MediaType) -> Field' may have shared mutable state; this is an error in the Swift 6 language mode
static let contentType: (MediaType) -> Field = { Field(name: .contentType, value: $0.rawValue) }
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:100:16: note: add '@MainActor' to make static property 'contentType' part of global actor 'MainActor'
static let contentType: (MediaType) -> Field = { Field(name: .contentType, value: $0.rawValue) }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:100:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let contentType: (MediaType) -> Field = { Field(name: .contentType, value: $0.rawValue) }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:102:16: warning: static property 'accept' is not concurrency-safe because non-'Sendable' type '(MediaType) -> Field' may have shared mutable state; this is an error in the Swift 6 language mode
static let accept: (MediaType) -> Field = { Field(name: .accept, value: $0.rawValue) }
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:102:16: note: add '@MainActor' to make static property 'accept' part of global actor 'MainActor'
static let accept: (MediaType) -> Field = { Field(name: .accept, value: $0.rawValue) }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:102:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let accept: (MediaType) -> Field = { Field(name: .accept, value: $0.rawValue) }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:104:16: warning: static property 'acceptLanguage' is not concurrency-safe because non-'Sendable' type '(String) -> Field' may have shared mutable state; this is an error in the Swift 6 language mode
static let acceptLanguage = { Field(name: .acceptLanguage, value: $0) }
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:104:16: note: add '@MainActor' to make static property 'acceptLanguage' part of global actor 'MainActor'
static let acceptLanguage = { Field(name: .acceptLanguage, value: $0) }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:104:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let acceptLanguage = { Field(name: .acceptLanguage, value: $0) }
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/RequestBody.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Compiling DefaultValue.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 Compiling\ Request.swift,\ URL+StaticString.swift /Users/admin/builder/spi-builder-workspace/Sources/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+StaticString.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Request.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/URL+StaticString.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504103107997-swift-frontend-Requests-Request.swift-arm64_32_apple_watchos2.0-o-Onone-547752689.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2645 seconds (0.2652 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0197 ( 11.3%) 0.0256 ( 28.6%) 0.0453 ( 17.1%) 0.0456 ( 17.2%) parse-and-resolve-imports
0.0186 ( 10.6%) 0.0242 ( 27.1%) 0.0428 ( 16.2%) 0.0431 ( 16.2%) Import resolution
0.0307 ( 17.5%) 0.0081 ( 9.0%) 0.0388 ( 14.7%) 0.0388 ( 14.6%) perform-sema
0.0306 ( 17.5%) 0.0081 ( 9.0%) 0.0386 ( 14.6%) 0.0387 ( 14.6%) Type checking and Semantic analysis
0.0157 ( 9.0%) 0.0037 ( 4.2%) 0.0194 ( 7.3%) 0.0194 ( 7.3%) typecheck-stmt
0.0138 ( 7.9%) 0.0042 ( 4.7%) 0.0179 ( 6.8%) 0.0180 ( 6.8%) typecheck-decl
0.0097 ( 5.5%) 0.0048 ( 5.4%) 0.0145 ( 5.5%) 0.0145 ( 5.5%) IRGen
0.0111 ( 6.3%) 0.0028 ( 3.1%) 0.0138 ( 5.2%) 0.0139 ( 5.2%) typecheck-expr
0.0073 ( 4.2%) 0.0014 ( 1.5%) 0.0087 ( 3.3%) 0.0087 ( 3.3%) SILGen
0.0049 ( 2.8%) 0.0015 ( 1.7%) 0.0064 ( 2.4%) 0.0064 ( 2.4%) build-rewrite-system
0.0049 ( 2.8%) 0.0000 ( 0.0%) 0.0049 ( 1.9%) 0.0049 ( 1.9%) SIL optimization
0.0024 ( 1.4%) 0.0025 ( 2.8%) 0.0049 ( 1.9%) 0.0049 ( 1.9%) import-clang-decl
0.0034 ( 1.9%) 0.0003 ( 0.3%) 0.0037 ( 1.4%) 0.0037 ( 1.4%) SILGen-function
0.0010 ( 0.6%) 0.0023 ( 2.6%) 0.0033 ( 1.3%) 0.0033 ( 1.3%) load-stdlib
0.0012 ( 0.7%) 0.0001 ( 0.1%) 0.0013 ( 0.5%) 0.0013 ( 0.5%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.1750 (100.0%) 0.0895 (100.0%) 0.2645 (100.0%) 0.2652 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1834 seconds (0.1838 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1319 (100.0%) 0.0515 (100.0%) 0.1834 (100.0%) 0.1838 (100.0%) Building Target
0.1319 (100.0%) 0.0515 (100.0%) 0.1834 (100.0%) 0.1838 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling URLQueryItem+ExpresibleByDictionaryLiteral.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal armv7k Compiling\ HTTPMethod.swift,\ MediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift (in target 'Requests' from project 'Requests')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:42:16: warning: static property 'connect' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let connect: HTTPMethod = "CONNECT"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:42:16: note: add '@MainActor' to make static property 'connect' part of global actor 'MainActor'
static let connect: HTTPMethod = "CONNECT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let connect: HTTPMethod = "CONNECT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:44:16: warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let delete: HTTPMethod = "DELETE"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:44:16: note: add '@MainActor' to make static property 'delete' part of global actor 'MainActor'
static let delete: HTTPMethod = "DELETE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let delete: HTTPMethod = "DELETE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:46:16: warning: static property 'get' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let get: HTTPMethod = "GET"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:46:16: note: add '@MainActor' to make static property 'get' part of global actor 'MainActor'
static let get: HTTPMethod = "GET"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:46:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let get: HTTPMethod = "GET"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:48:16: warning: static property 'head' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let head: HTTPMethod = "HEAD"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:48:16: note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
static let head: HTTPMethod = "HEAD"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:48:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let head: HTTPMethod = "HEAD"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:50:16: warning: static property 'options' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let options: HTTPMethod = "OPTIONS"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:50:16: note: add '@MainActor' to make static property 'options' part of global actor 'MainActor'
static let options: HTTPMethod = "OPTIONS"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:50:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let options: HTTPMethod = "OPTIONS"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:52:16: warning: static property 'patch' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let patch: HTTPMethod = "PATCH"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:52:16: note: add '@MainActor' to make static property 'patch' part of global actor 'MainActor'
static let patch: HTTPMethod = "PATCH"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:52:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let patch: HTTPMethod = "PATCH"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:54:16: warning: static property 'post' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let post: HTTPMethod = "POST"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:54:16: note: add '@MainActor' to make static property 'post' part of global actor 'MainActor'
static let post: HTTPMethod = "POST"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:54:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let post: HTTPMethod = "POST"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:56:16: warning: static property 'put' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let put: HTTPMethod = "PUT"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:56:16: note: add '@MainActor' to make static property 'put' part of global actor 'MainActor'
static let put: HTTPMethod = "PUT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:56:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let put: HTTPMethod = "PUT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:58:16: warning: static property 'trace' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let trace: HTTPMethod = "TRACE"
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:13:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable, RawRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:58:16: note: add '@MainActor' to make static property 'trace' part of global actor 'MainActor'
static let trace: HTTPMethod = "TRACE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMethod.swift:58:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let trace: HTTPMethod = "TRACE"
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:127:16: warning: static property 'application' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let application = MediaType.TopLevelType("application")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:127:16: note: add '@MainActor' to make static property 'application' part of global actor 'MainActor'
static let application = MediaType.TopLevelType("application")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:127:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let application = MediaType.TopLevelType("application")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:129:16: warning: static property 'audio' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let audio = MediaType.TopLevelType("audio")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:129:16: note: add '@MainActor' to make static property 'audio' part of global actor 'MainActor'
static let audio = MediaType.TopLevelType("audio")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:129:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let audio = MediaType.TopLevelType("audio")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:131:16: warning: static property 'font' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let font = MediaType.TopLevelType("font")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:131:16: note: add '@MainActor' to make static property 'font' part of global actor 'MainActor'
static let font = MediaType.TopLevelType("font")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:131:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let font = MediaType.TopLevelType("font")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:133:16: warning: static property 'image' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let image = MediaType.TopLevelType("image")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:133:16: note: add '@MainActor' to make static property 'image' part of global actor 'MainActor'
static let image = MediaType.TopLevelType("image")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:133:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let image = MediaType.TopLevelType("image")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:135:16: warning: static property 'message' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let message = MediaType.TopLevelType("message")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:135:16: note: add '@MainActor' to make static property 'message' part of global actor 'MainActor'
static let message = MediaType.TopLevelType("message")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:135:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let message = MediaType.TopLevelType("message")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:137:16: warning: static property 'model' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let model = MediaType.TopLevelType("model")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:137:16: note: add '@MainActor' to make static property 'model' part of global actor 'MainActor'
static let model = MediaType.TopLevelType("model")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:137:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let model = MediaType.TopLevelType("model")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:139:16: warning: static property 'multipart' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let multipart = MediaType.TopLevelType("multipart")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:139:16: note: add '@MainActor' to make static property 'multipart' part of global actor 'MainActor'
static let multipart = MediaType.TopLevelType("multipart")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:139:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let multipart = MediaType.TopLevelType("multipart")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:141:16: warning: static property 'text' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let text = MediaType.TopLevelType("text")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:141:16: note: add '@MainActor' to make static property 'text' part of global actor 'MainActor'
static let text = MediaType.TopLevelType("text")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:141:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let text = MediaType.TopLevelType("text")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:143:16: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'MediaType.TopLevelType' may have shared mutable state; this is an error in the Swift 6 language mode
static let video = MediaType.TopLevelType("video")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:46:19: note: consider making struct 'TopLevelType' conform to the 'Sendable' protocol
public struct TopLevelType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:143:16: note: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
static let video = MediaType.TopLevelType("video")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:143:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let video = MediaType.TopLevelType("video")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:150:16: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let plain = MediaType.SubType("plain")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:150:16: note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
static let plain = MediaType.SubType("plain")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:150:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let plain = MediaType.SubType("plain")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:152:16: warning: static property 'html' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let html = MediaType.SubType("html")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:152:16: note: add '@MainActor' to make static property 'html' part of global actor 'MainActor'
static let html = MediaType.SubType("html")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:152:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let html = MediaType.SubType("html")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:154:16: warning: static property 'css' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let css = MediaType.SubType("css")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:154:16: note: add '@MainActor' to make static property 'css' part of global actor 'MainActor'
static let css = MediaType.SubType("css")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:154:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let css = MediaType.SubType("css")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:156:16: warning: static property 'json' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let json = MediaType.SubType("json")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:156:16: note: add '@MainActor' to make static property 'json' part of global actor 'MainActor'
static let json = MediaType.SubType("json")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:156:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let json = MediaType.SubType("json")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:158:16: warning: static property 'xml' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let xml = MediaType.SubType("xml")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:158:16: note: add '@MainActor' to make static property 'xml' part of global actor 'MainActor'
static let xml = MediaType.SubType("xml")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:158:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let xml = MediaType.SubType("xml")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:160:16: warning: static property 'urlEncodedForm' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let urlEncodedForm = MediaType.SubType("x-www-form-urlencoded")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:160:16: note: add '@MainActor' to make static property 'urlEncodedForm' part of global actor 'MainActor'
static let urlEncodedForm = MediaType.SubType("x-www-form-urlencoded")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:160:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let urlEncodedForm = MediaType.SubType("x-www-form-urlencoded")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:162:16: warning: static property 'octetStream' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let octetStream = MediaType.SubType("octet-stream")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:162:16: note: add '@MainActor' to make static property 'octetStream' part of global actor 'MainActor'
static let octetStream = MediaType.SubType("octet-stream")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:162:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let octetStream = MediaType.SubType("octet-stream")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:164:16: warning: static property 'formData' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let formData = MediaType.SubType("form-data")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:164:16: note: add '@MainActor' to make static property 'formData' part of global actor 'MainActor'
static let formData = MediaType.SubType("form-data")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:164:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let formData = MediaType.SubType("form-data")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:166:16: warning: static property 'gif' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gif = MediaType.SubType("gif")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:166:16: note: add '@MainActor' to make static property 'gif' part of global actor 'MainActor'
static let gif = MediaType.SubType("gif")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:166:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gif = MediaType.SubType("gif")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:168:16: warning: static property 'png' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let png = MediaType.SubType("png")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:168:16: note: add '@MainActor' to make static property 'png' part of global actor 'MainActor'
static let png = MediaType.SubType("png")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:168:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let png = MediaType.SubType("png")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:170:16: warning: static property 'jpeg' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let jpeg = MediaType.SubType("jpeg")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:170:16: note: add '@MainActor' to make static property 'jpeg' part of global actor 'MainActor'
static let jpeg = MediaType.SubType("jpeg")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:170:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let jpeg = MediaType.SubType("jpeg")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:172:16: warning: static property 'svg' is not concurrency-safe because non-'Sendable' type 'MediaType.SubType' may have shared mutable state; this is an error in the Swift 6 language mode
static let svg = MediaType.SubType("svg+xml")
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:65:19: note: consider making struct 'SubType' conform to the 'Sendable' protocol
public struct SubType: Hashable, RawRepresentable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:172:16: note: add '@MainActor' to make static property 'svg' part of global actor 'MainActor'
static let svg = MediaType.SubType("svg+xml")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:172:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let svg = MediaType.SubType("svg+xml")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:181:16: warning: static property 'json' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let json = MediaType(type: .application, subtype: .json, parameters: ["charset": "utf-8"])
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:181:16: note: add '@MainActor' to make static property 'json' part of global actor 'MainActor'
static let json = MediaType(type: .application, subtype: .json, parameters: ["charset": "utf-8"])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:181:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let json = MediaType(type: .application, subtype: .json, parameters: ["charset": "utf-8"])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:183:16: warning: static property 'xml' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let xml = MediaType(type: .application, subtype: .xml, parameters: ["charset": "utf-8"])
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:183:16: note: add '@MainActor' to make static property 'xml' part of global actor 'MainActor'
static let xml = MediaType(type: .application, subtype: .xml, parameters: ["charset": "utf-8"])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:183:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let xml = MediaType(type: .application, subtype: .xml, parameters: ["charset": "utf-8"])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:185:16: warning: static property 'urlEncodedForm' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let urlEncodedForm = MediaType(type: .application, subtype: .urlEncodedForm,
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:185:16: note: add '@MainActor' to make static property 'urlEncodedForm' part of global actor 'MainActor'
static let urlEncodedForm = MediaType(type: .application, subtype: .urlEncodedForm,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:185:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let urlEncodedForm = MediaType(type: .application, subtype: .urlEncodedForm,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:188:16: warning: static property 'binary' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let binary = MediaType(type: .application, subtype: .octetStream)
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:188:16: note: add '@MainActor' to make static property 'binary' part of global actor 'MainActor'
static let binary = MediaType(type: .application, subtype: .octetStream)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:188:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let binary = MediaType(type: .application, subtype: .octetStream)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:192:16: warning: static property 'plainText' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let plainText = MediaType(type: .text, subtype: .plain, parameters: ["charset": "utf-8"])
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:192:16: note: add '@MainActor' to make static property 'plainText' part of global actor 'MainActor'
static let plainText = MediaType(type: .text, subtype: .plain, parameters: ["charset": "utf-8"])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:192:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let plainText = MediaType(type: .text, subtype: .plain, parameters: ["charset": "utf-8"])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:194:16: warning: static property 'html' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let html = MediaType(type: .text, subtype: .html, parameters: ["charset": "utf-8"])
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:194:16: note: add '@MainActor' to make static property 'html' part of global actor 'MainActor'
static let html = MediaType(type: .text, subtype: .html, parameters: ["charset": "utf-8"])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:194:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let html = MediaType(type: .text, subtype: .html, parameters: ["charset": "utf-8"])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:196:16: warning: static property 'css' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let css = MediaType(type: .text, subtype: .css, parameters: ["charset": "utf-8"])
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:196:16: note: add '@MainActor' to make static property 'css' part of global actor 'MainActor'
static let css = MediaType(type: .text, subtype: .css, parameters: ["charset": "utf-8"])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:196:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let css = MediaType(type: .text, subtype: .css, parameters: ["charset": "utf-8"])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:200:16: warning: static property 'gif' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gif = MediaType(type: .image, subtype: .gif)
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:200:16: note: add '@MainActor' to make static property 'gif' part of global actor 'MainActor'
static let gif = MediaType(type: .image, subtype: .gif)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:200:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gif = MediaType(type: .image, subtype: .gif)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:202:16: warning: static property 'png' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let png = MediaType(type: .image, subtype: .png)
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:202:16: note: add '@MainActor' to make static property 'png' part of global actor 'MainActor'
static let png = MediaType(type: .image, subtype: .png)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:202:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let png = MediaType(type: .image, subtype: .png)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:204:16: warning: static property 'jpeg' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let jpeg = MediaType(type: .image, subtype: .jpeg)
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:204:16: note: add '@MainActor' to make static property 'jpeg' part of global actor 'MainActor'
static let jpeg = MediaType(type: .image, subtype: .jpeg)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:204:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let jpeg = MediaType(type: .image, subtype: .jpeg)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:206:16: warning: static property 'svg' is not concurrency-safe because non-'Sendable' type 'MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let svg = MediaType(type: .image, subtype: .svg)
^
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:40:15: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:206:16: note: add '@MainActor' to make static property 'svg' part of global actor 'MainActor'
static let svg = MediaType(type: .image, subtype: .svg)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:206:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let svg = MediaType(type: .image, subtype: .svg)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:211:16: warning: static property 'formData' is not concurrency-safe because non-'Sendable' type '(String) -> MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let formData: (String) -> MediaType = { boundary in
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:211:16: note: add '@MainActor' to make static property 'formData' part of global actor 'MainActor'
static let formData: (String) -> MediaType = { boundary in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MediaType.swift:211:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let formData: (String) -> MediaType = { boundary in
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745504103139994-swift-frontend-Requests-HTTPMethod.swift-armv7k_apple_watchos2.0-o-Onone-1269677748.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2206 seconds (0.2210 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0185 ( 12.3%) 0.0211 ( 30.0%) 0.0395 ( 17.9%) 0.0396 ( 17.9%) parse-and-resolve-imports
0.0174 ( 11.6%) 0.0201 ( 28.6%) 0.0375 ( 17.0%) 0.0375 ( 17.0%) Import resolution
0.0251 ( 16.7%) 0.0059 ( 8.4%) 0.0310 ( 14.1%) 0.0311 ( 14.1%) perform-sema
0.0250 ( 16.7%) 0.0059 ( 8.4%) 0.0309 ( 14.0%) 0.0310 ( 14.0%) Type checking and Semantic analysis
0.0170 ( 11.3%) 0.0044 ( 6.3%) 0.0215 ( 9.7%) 0.0215 ( 9.7%) typecheck-decl
0.0094 ( 6.3%) 0.0047 ( 6.6%) 0.0141 ( 6.4%) 0.0141 ( 6.4%) IRGen
0.0092 ( 6.1%) 0.0018 ( 2.6%) 0.0110 ( 5.0%) 0.0111 ( 5.0%) typecheck-stmt
0.0069 ( 4.6%) 0.0018 ( 2.5%) 0.0086 ( 3.9%) 0.0086 ( 3.9%) typecheck-expr
0.0070 ( 4.7%) 0.0008 ( 1.2%) 0.0079 ( 3.6%) 0.0079 ( 3.6%) SILGen
0.0058 ( 3.9%) 0.0001 ( 0.1%) 0.0059 ( 2.7%) 0.0059 ( 2.7%) SIL optimization
0.0034 ( 2.2%) 0.0002 ( 0.3%) 0.0035 ( 1.6%) 0.0035 ( 1.6%) SILGen-function
0.0028 ( 1.9%) 0.0007 ( 1.0%) 0.0035 ( 1.6%) 0.0035 ( 1.6%) build-rewrite-system
0.0011 ( 0.7%) 0.0023 ( 3.3%) 0.0034 ( 1.5%) 0.0034 ( 1.5%) load-stdlib
0.0010 ( 0.7%) 0.0001 ( 0.1%) 0.0011 ( 0.5%) 0.0011 ( 0.5%) precheck-target
0.0005 ( 0.3%) 0.0005 ( 0.8%) 0.0010 ( 0.5%) 0.0010 ( 0.5%) import-clang-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1503 (100.0%) 0.0703 (100.0%) 0.2206 (100.0%) 0.2210 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1847 seconds (0.1854 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1403 (100.0%) 0.0444 (100.0%) 0.1847 (100.0%) 0.1854 (100.0%) Building Target
0.1403 (100.0%) 0.0444 (100.0%) 0.1847 (100.0%) 0.1854 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling AuthenticationProvider.swift (in target 'Requests' from project 'Requests')
SwiftDriverJobDiscovery normal arm64 Compiling Field.swift, RequestBody.swift (in target 'Requests' from project 'Requests')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c normal armv7k c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.o -index-unit-output-path /Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c normal arm64_32 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.o -index-unit-output-path /Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.o
SwiftDriverJobDiscovery normal armv7k Compiling CaseInsensitiveString.swift, RequestError.swift (in target 'Requests' from project 'Requests')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.o -index-unit-output-path /Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.o
SwiftDriverJobDiscovery normal arm64_32 Compiling RequestConvertible.swift, BodyProvider.swift (in target 'Requests' from project 'Requests')
SwiftDriverJobDiscovery normal arm64_32 Compiling URLQueryItem+ExpresibleByDictionaryLiteral.swift (in target 'Requests' from project 'Requests')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.o -index-unit-output-path /Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c normal armv7k c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.o -index-unit-output-path /Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c normal arm64_32 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/Requests_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.o -index-unit-output-path /Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_vers.o
SwiftDriverJobDiscovery normal arm64_32 Compiling URLSession+Requests.swift, Header.swift (in target 'Requests' from project 'Requests')
SwiftDriverJobDiscovery normal arm64_32 Compiling Field.swift, RequestBody.swift (in target 'Requests' from project 'Requests')
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+Requests.swift, Header.swift (in target 'Requests' from project 'Requests')
SwiftDriverJobDiscovery normal armv7k Compiling Request.swift, URL+StaticString.swift (in target 'Requests' from project 'Requests')
SwiftDriver\ Compilation Requests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Requests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests-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/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests.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/Requests.build/Debug-watchos/Requests.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_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/Requests.build/Debug-watchos/Requests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Binary/Requests normal arm64 (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests.LinkFileList -install_name @rpath/Requests.framework/Requests -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_dependency_info.dat -fapplication-extension -fprofile-instr-generate -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Binary/Requests
SwiftDriverJobDiscovery normal arm64_32 Compiling Request.swift, URL+StaticString.swift (in target 'Requests' from project 'Requests')
SwiftDriver\ Compilation Requests normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Requests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests-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/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests.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/Requests.build/Debug-watchos/Requests.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_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/Requests.build/Debug-watchos/Requests.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Binary/Requests normal arm64_32 (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests.LinkFileList -install_name @rpath/Requests.framework/Requests -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_dependency_info.dat -fapplication-extension -fprofile-instr-generate -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Binary/Requests
SwiftDriverJobDiscovery normal armv7k Compiling HTTPMethod.swift, MediaType.swift (in target 'Requests' from project 'Requests')
SwiftDriver\ Compilation Requests normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Requests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests-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/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests.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/Requests.build/Debug-watchos/Requests.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_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/Requests.build/Debug-watchos/Requests.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Binary/Requests normal armv7k (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests.LinkFileList -install_name @rpath/Requests.framework/Requests -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_dependency_info.dat -fapplication-extension -fprofile-instr-generate -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Binary/Requests
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework/Requests normal arm64\ armv7k\ arm64_32 (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Binary/Requests /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Binary/Requests /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Binary/Requests -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework/Requests
ExtractAppIntentsMetadata (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Requests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier Requests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework/Requests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Requests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Requests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64/Requests.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/armv7k/Requests.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Requests.build/Debug-watchos/Requests.build/Objects-normal/arm64_32/Requests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 07:15:03.569 appintentsmetadataprocessor[742:4217] Starting appintentsmetadataprocessor export
2025-04-24 07:15:03.572 appintentsmetadataprocessor[742:4217] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Requests.framework/Requests.tbd (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework/Requests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Requests.framework/Requests.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework (in target 'Requests' from project 'Requests')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Requests.framework
/Users/admin/builder/spi-builder-workspace/Requests.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'Requests' from project 'Requests')
warning: Run script build phase 'Run SwiftLint' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Requests' from project 'Requests')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Requests",
"name" : "Requests",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Requests",
"targets" : [
"Requests"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RequestsTests",
"module_type" : "SwiftTarget",
"name" : "RequestsTests",
"path" : "Tests",
"sources" : [
"AuthenticationProviderTests.swift",
"BodyProviderTests.swift",
"CaseInsensitiveStringTests.swift",
"FieldTests.swift",
"HTTPMethodTests.swift",
"HTTPStubProtocol.swift",
"HeaderTests.swift",
"MediaTypeTests.swift",
"RequestConvertibleTests.swift",
"RequestTests.swift",
"URLQueryItem+ExpressibleByDictionaryLiteralTests.swift",
"URLSessionExtensionTests.swift"
],
"target_dependencies" : [
"Requests"
],
"type" : "test"
},
{
"c99name" : "Requests",
"module_type" : "SwiftTarget",
"name" : "Requests",
"path" : "Sources",
"product_memberships" : [
"Requests"
],
"sources" : [
"AuthenticationProvider.swift",
"BodyProvider.swift",
"CaseInsensitiveString.swift",
"DefaultValue.swift",
"Field.swift",
"HTTPMethod.swift",
"Header.swift",
"MediaType.swift",
"Request.swift",
"RequestBody.swift",
"RequestConvertible.swift",
"RequestError.swift",
"ResponseDecoder.swift",
"URL+StaticString.swift",
"URLQueryItem+ExpresibleByDictionaryLiteral.swift",
"URLSession+Requests.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.