Build Information
Failed to build swift-api-client, reference main (e504f5), with Swift 6.2 for Wasm on 2 Oct 2025 13:55:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/swift-api-client.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/dankinsoid/swift-api-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e504f5c Remove unnecessary platform-specific imports from RetryModifierTests
Cloned https://github.com/dankinsoid/swift-api-client.git
Revision (git rev-parse @):
e504f5c413034dcafe8e769f336658d94c017fb2
SUCCESS checkout https://github.com/dankinsoid/swift-api-client.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dankinsoid/swift-api-client.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/embedded-swift-sdk.json
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-log.git
[1/939] Fetching swift-http-types
[349/3296] Fetching swift-http-types, swift-metrics
[1553/7206] Fetching swift-http-types, swift-metrics, swift-log
[7207/79585] Fetching swift-http-types, swift-metrics, swift-log, swift-syntax
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
[3081/74736] Fetching swift-metrics, swift-syntax
Fetched https://github.com/apple/swift-metrics.git from cache (9.09s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.17s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (10.09s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.39s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.55s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.62s)
Building for debugging...
[0/17] Write sources
[13/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/44] Emitting module Logging
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:42:8: error: Unsupported runtime
40 | import Musl
41 | #else
42 | #error("Unsupported runtime")
| `- error: Unsupported runtime
43 | #endif
44 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:32:8: error: Unsupported runtime
30 | import WASILibc
31 | #else
32 | #error("Unsupported runtime")
| `- error: Unsupported runtime
33 | #endif
34 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1270:16: error: Unsupported runtime
1268 | let systemStderr = WASILibc.stderr!
1269 | #else
1270 | #error("Unsupported runtime")
| `- error: Unsupported runtime
1271 | #endif
1272 | return StdioOutputStream(file: systemStderr, flushMode: .always)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1290:16: error: Unsupported runtime
1288 | let systemStdout = WASILibc.stdout!
1289 | #else
1290 | #error("Unsupported runtime")
| `- error: Unsupported runtime
1291 | #endif
1292 | return StdioOutputStream(file: systemStdout, flushMode: .always)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/MetadataProvider.swift:28:8: error: Unsupported runtime
26 | import WASILibc
27 | #else
28 | #error("Unsupported runtime")
| `- error: Unsupported runtime
29 | #endif
30 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:58:49: error: cannot find type 'pthread_mutex_t' in scope
56 | UnsafeMutablePointer.allocate(capacity: 1)
57 | #else
58 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
59 | UnsafeMutablePointer.allocate(capacity: 1)
60 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:161:50: error: cannot find type 'pthread_rwlock_t' in scope
159 | fileprivate var shared: Bool = true
160 | #else
161 | fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
| `- error: cannot find type 'pthread_rwlock_t' in scope
162 | UnsafeMutablePointer.allocate(capacity: 1)
163 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:69:20: error: cannot find 'pthread_mutexattr_t' in scope
67 | InitializeSRWLock(self.mutex)
68 | #else
69 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
70 | pthread_mutexattr_init(&attr)
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:70:9: error: cannot find 'pthread_mutexattr_init' in scope
68 | #else
69 | var attr = pthread_mutexattr_t()
70 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
72 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:71:9: error: cannot find 'pthread_mutexattr_settype' in scope
69 | var attr = pthread_mutexattr_t()
70 | pthread_mutexattr_init(&attr)
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
72 |
73 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:71:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
69 | var attr = pthread_mutexattr_t()
70 | pthread_mutexattr_init(&attr)
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
72 |
73 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:71:43: error: cannot infer contextual base in reference to member 'init'
69 | var attr = pthread_mutexattr_t()
70 | pthread_mutexattr_init(&attr)
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot infer contextual base in reference to member 'init'
72 |
73 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:73:19: error: cannot find 'pthread_mutex_init' in scope
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
72 |
73 | let err = pthread_mutex_init(self.mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
74 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
75 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:85:19: error: cannot find 'pthread_mutex_destroy' in scope
83 | self.mutex.deallocate()
84 | #else
85 | let err = pthread_mutex_destroy(self.mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
86 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
87 | self.mutex.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:101:19: error: cannot find 'pthread_mutex_lock' in scope
99 | AcquireSRWLockExclusive(self.mutex)
100 | #else
101 | let err = pthread_mutex_lock(self.mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
102 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
103 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:116:19: error: cannot find 'pthread_mutex_unlock' in scope
114 | ReleaseSRWLockExclusive(self.mutex)
115 | #else
116 | let err = pthread_mutex_unlock(self.mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
117 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
118 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:172:19: error: cannot find 'pthread_rwlock_init' in scope
170 | InitializeSRWLock(self.rwlock)
171 | #else
172 | let err = pthread_rwlock_init(self.rwlock, nil)
| `- error: cannot find 'pthread_rwlock_init' in scope
173 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
174 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:172:52: error: 'nil' requires a contextual type
170 | InitializeSRWLock(self.rwlock)
171 | #else
172 | let err = pthread_rwlock_init(self.rwlock, nil)
| `- error: 'nil' requires a contextual type
173 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
174 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:184:19: error: cannot find 'pthread_rwlock_destroy' in scope
182 | self.rwlock.deallocate()
183 | #else
184 | let err = pthread_rwlock_destroy(self.rwlock)
| `- error: cannot find 'pthread_rwlock_destroy' in scope
185 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
186 | self.rwlock.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:201:19: error: cannot find 'pthread_rwlock_rdlock' in scope
199 | self.shared = true
200 | #else
201 | let err = pthread_rwlock_rdlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_rdlock' in scope
202 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
203 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:217:19: error: cannot find 'pthread_rwlock_wrlock' in scope
215 | self.shared = false
216 | #else
217 | let err = pthread_rwlock_wrlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_wrlock' in scope
218 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
219 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:237:19: error: cannot find 'pthread_rwlock_unlock' in scope
235 | }
236 | #else
237 | let err = pthread_rwlock_unlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_unlock' in scope
238 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
239 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:847:32: error: 'Codable' is unavailable: unavailable in embedded Swift
845 | /// Log levels are ordered by their severity, with `.trace` being the least severe and
846 | /// `.critical` being the most severe.
847 | public enum Level: String, Codable, CaseIterable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
848 | /// Appropriate for messages that contain information normally of use only when
849 | /// tracing the execution of a program.
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1209:56: error: cannot find type 'FILE' in scope
1207 | internal typealias CFilePointer = OpaquePointer
1208 | #else
1209 | internal typealias CFilePointer = UnsafeMutablePointer<FILE>
| `- error: cannot find type 'FILE' in scope
1210 | #endif
1211 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1272:40: error: cannot find 'systemStderr' in scope
1270 | #error("Unsupported runtime")
1271 | #endif
1272 | return StdioOutputStream(file: systemStderr, flushMode: .always)
| `- error: cannot find 'systemStderr' in scope
1273 | }()
1274 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1272:66: error: cannot infer contextual base in reference to member 'always'
1270 | #error("Unsupported runtime")
1271 | #endif
1272 | return StdioOutputStream(file: systemStderr, flushMode: .always)
| `- error: cannot infer contextual base in reference to member 'always'
1273 | }()
1274 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1292:40: error: cannot find 'systemStdout' in scope
1290 | #error("Unsupported runtime")
1291 | #endif
1292 | return StdioOutputStream(file: systemStdout, flushMode: .always)
| `- error: cannot find 'systemStdout' in scope
1293 | }()
1294 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1292:66: error: cannot infer contextual base in reference to member 'always'
1290 | #error("Unsupported runtime")
1291 | #endif
1292 | return StdioOutputStream(file: systemStdout, flushMode: .always)
| `- error: cannot infer contextual base in reference to member 'always'
1293 | }()
1294 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1226:13: error: cannot find 'flockfile' in scope
1224 | // no file locking on WASI
1225 | #else
1226 | flockfile(self.file)
| `- error: cannot find 'flockfile' in scope
1227 | #endif
1228 | defer {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1237:17: error: cannot find 'fwrite' in scope
1235 | #endif
1236 | }
1237 | _ = fwrite(utf8Bytes.baseAddress!, 1, utf8Bytes.count, self.file)
| `- error: cannot find 'fwrite' in scope
1238 | if case .always = self.flushMode {
1239 | self.flush()
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1246:13: error: cannot find 'fflush' in scope
1244 | /// Flush the underlying stream.
1245 | internal func flush() {
1246 | _ = fflush(self.file)
| `- error: cannot find 'fflush' in scope
1247 | }
1248 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1447:25: error: cannot find 'time' in scope
1445 | _ = strftime(&buffer, buffer.count, "%Y-%m-%dT%H:%M:%S%z", &localTime)
1446 | #else
1447 | var timestamp = time(nil)
| `- error: cannot find 'time' in scope
1448 | guard let localTime = localtime(×tamp) else {
1449 | return "<unknown>"
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1447:30: error: 'nil' requires a contextual type
1445 | _ = strftime(&buffer, buffer.count, "%Y-%m-%dT%H:%M:%S%z", &localTime)
1446 | #else
1447 | var timestamp = time(nil)
| `- error: 'nil' requires a contextual type
1448 | guard let localTime = localtime(×tamp) else {
1449 | return "<unknown>"
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1448:31: error: cannot find 'localtime' in scope
1446 | #else
1447 | var timestamp = time(nil)
1448 | guard let localTime = localtime(×tamp) else {
| `- error: cannot find 'localtime' in scope
1449 | return "<unknown>"
1450 | }
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1451:9: error: cannot find 'strftime' in scope
1449 | return "<unknown>"
1450 | }
1451 | strftime(&buffer, buffer.count, "%Y-%m-%dT%H:%M:%S%z", localTime)
| `- error: cannot find 'strftime' in scope
1452 | #endif
1453 | return buffer.withUnsafeBufferPointer {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1548:54: error: 'description' is unavailable: unavailable in embedded Swift
1546 | switch self {
1547 | case .dictionary(let dict):
1548 | return dict.mapValues { $0.description }.description
| `- error: 'description' is unavailable: unavailable in embedded Swift
1549 | case .array(let list):
1550 | return list.map { $0.description }.description
Swift.Dictionary.description:2:12: note: 'description' has been explicitly marked unavailable here
1 | generic struct Dictionary {
2 | public var description: String { get }}
| `- note: 'description' has been explicitly marked unavailable here
3 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1550:48: error: 'description' is unavailable: unavailable in embedded Swift
1548 | return dict.mapValues { $0.description }.description
1549 | case .array(let list):
1550 | return list.map { $0.description }.description
| `- error: 'description' is unavailable: unavailable in embedded Swift
1551 | case .string(let str):
1552 | return str
Swift.Array.description:2:12: note: 'description' has been explicitly marked unavailable here
1 | generic struct Array {
2 | public var description: String { get }}
| `- note: 'description' has been explicitly marked unavailable here
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/44] Emitting module CoreMetrics
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:42:8: error: Unsupported runtime
40 | import Musl
41 | #else
42 | #error("Unsupported runtime")
| `- error: Unsupported runtime
43 | #endif
44 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
54 | UnsafeMutablePointer.allocate(capacity: 1)
55 | #else
56 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
57 | UnsafeMutablePointer.allocate(capacity: 1)
58 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:152:50: error: cannot find type 'pthread_rwlock_t' in scope
150 | fileprivate var shared: Bool = true
151 | #else
152 | fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
| `- error: cannot find type 'pthread_rwlock_t' in scope
153 | UnsafeMutablePointer.allocate(capacity: 1)
154 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:65:20: error: cannot find 'pthread_mutexattr_t' in scope
63 | InitializeSRWLock(self.mutex)
64 | #else
65 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:66:9: error: cannot find 'pthread_mutexattr_init' in scope
64 | #else
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
68 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:9: error: cannot find 'pthread_mutexattr_settype' in scope
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:43: error: cannot infer contextual base in reference to member 'init'
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot infer contextual base in reference to member 'init'
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:69:19: error: cannot find 'pthread_mutex_init' in scope
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
70 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
71 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:78:19: error: cannot find 'pthread_mutex_destroy' in scope
76 | // SRWLOCK does not need to be free'd
77 | #else
78 | let err = pthread_mutex_destroy(self.mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
80 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:92:19: error: cannot find 'pthread_mutex_lock' in scope
90 | AcquireSRWLockExclusive(self.mutex)
91 | #else
92 | let err = pthread_mutex_lock(self.mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
93 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
94 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:105:19: error: cannot find 'pthread_mutex_unlock' in scope
103 | ReleaseSRWLockExclusive(self.mutex)
104 | #else
105 | let err = pthread_mutex_unlock(self.mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
106 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
107 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:163:19: error: cannot find 'pthread_rwlock_init' in scope
161 | InitializeSRWLock(self.rwlock)
162 | #else
163 | let err = pthread_rwlock_init(self.rwlock, nil)
| `- error: cannot find 'pthread_rwlock_init' in scope
164 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
165 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:163:52: error: 'nil' requires a contextual type
161 | InitializeSRWLock(self.rwlock)
162 | #else
163 | let err = pthread_rwlock_init(self.rwlock, nil)
| `- error: 'nil' requires a contextual type
164 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
165 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:174:19: error: cannot find 'pthread_rwlock_destroy' in scope
172 | // SRWLOCK does not need to be free'd
173 | #else
174 | let err = pthread_rwlock_destroy(self.rwlock)
| `- error: cannot find 'pthread_rwlock_destroy' in scope
175 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
176 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:191:19: error: cannot find 'pthread_rwlock_rdlock' in scope
189 | self.shared = true
190 | #else
191 | let err = pthread_rwlock_rdlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_rdlock' in scope
192 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
193 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:207:19: error: cannot find 'pthread_rwlock_wrlock' in scope
205 | self.shared = false
206 | #else
207 | let err = pthread_rwlock_wrlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_wrlock' in scope
208 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
209 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:227:19: error: cannot find 'pthread_rwlock_unlock' in scope
225 | }
226 | #else
227 | let err = pthread_rwlock_unlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_unlock' in scope
228 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
229 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/44] Emitting module HTTPTypes
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:45:8: error: The concurrency NIOLock module was unable to identify your C library.
43 | #endif
44 | #else
45 | #error("The concurrency NIOLock module was unable to identify your C library.")
| `- error: The concurrency NIOLock module was unable to identify your C library.
46 | #endif
47 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:222:22: error: cannot find type 'CustomPlaygroundDisplayConvertible' in scope
220 | }
221 |
222 | extension HTTPField: CustomPlaygroundDisplayConvertible {
| `- error: cannot find type 'CustomPlaygroundDisplayConvertible' in scope
223 | public var playgroundDescription: Any {
224 | self.description
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:229:30: error: 'CodingKey' is unavailable: unavailable in embedded Swift
227 |
228 | extension HTTPField: Codable {
229 | enum CodingKeys: String, CodingKey {
| `- error: 'CodingKey' is unavailable: unavailable in embedded Swift
230 | case name
231 | case value
Swift.CodingKey:2:17: note: 'CodingKey' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol CodingKey {
| `- note: 'CodingKey' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:235:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
233 | }
234 |
235 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:244:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
242 | }
243 |
244 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:228:22: error: 'Codable' is unavailable: unavailable in embedded Swift
226 | }
227 |
228 | extension HTTPField: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
229 | enum CodingKeys: String, CodingKey {
230 | case name
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:237:23: error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
235 | public func encode(to encoder: Encoder) throws {
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
| `- error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
238 | try container.encode(self.rawValue._storage, forKey: .value)
239 | if self.indexingStrategy != .automatic {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:237:50: error: cannot infer contextual base in reference to member 'name'
235 | public func encode(to encoder: Encoder) throws {
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
| `- error: cannot infer contextual base in reference to member 'name'
238 | try container.encode(self.rawValue._storage, forKey: .value)
239 | if self.indexingStrategy != .automatic {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:238:23: error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
238 | try container.encode(self.rawValue._storage, forKey: .value)
| `- error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
239 | if self.indexingStrategy != .automatic {
240 | try container.encode(self.indexingStrategy.rawValue, forKey: .indexingStrategy)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:238:63: error: cannot infer contextual base in reference to member 'value'
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
238 | try container.encode(self.rawValue._storage, forKey: .value)
| `- error: cannot infer contextual base in reference to member 'value'
239 | if self.indexingStrategy != .automatic {
240 | try container.encode(self.indexingStrategy.rawValue, forKey: .indexingStrategy)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:240:27: error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
238 | try container.encode(self.rawValue._storage, forKey: .value)
239 | if self.indexingStrategy != .automatic {
240 | try container.encode(self.indexingStrategy.rawValue, forKey: .indexingStrategy)
| `- error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
241 | }
242 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:240:75: error: cannot infer contextual base in reference to member 'indexingStrategy'
238 | try container.encode(self.rawValue._storage, forKey: .value)
239 | if self.indexingStrategy != .automatic {
240 | try container.encode(self.indexingStrategy.rawValue, forKey: .indexingStrategy)
| `- error: cannot infer contextual base in reference to member 'indexingStrategy'
241 | }
242 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:246:34: error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decode'
244 | public init(from decoder: Decoder) throws {
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
| `- error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decode'
247 | let value = try container.decode(String.self, forKey: .value)
248 | guard Self.isValidValue(value) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:246:61: error: cannot infer contextual base in reference to member 'name'
244 | public init(from decoder: Decoder) throws {
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
| `- error: cannot infer contextual base in reference to member 'name'
247 | let value = try container.decode(String.self, forKey: .value)
248 | guard Self.isValidValue(value) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:247:35: error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decode'
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
247 | let value = try container.decode(String.self, forKey: .value)
| `- error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decode'
248 | guard Self.isValidValue(value) else {
249 | throw DecodingError.dataCorruptedError(
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:247:64: error: cannot infer contextual base in reference to member 'value'
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
247 | let value = try container.decode(String.self, forKey: .value)
| `- error: cannot infer contextual base in reference to member 'value'
248 | guard Self.isValidValue(value) else {
249 | throw DecodingError.dataCorruptedError(
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:249:33: error: type 'DecodingError' has no member 'dataCorruptedError'
247 | let value = try container.decode(String.self, forKey: .value)
248 | guard Self.isValidValue(value) else {
249 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
250 | forKey: .value,
251 | in: container,
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:250:26: error: cannot infer contextual base in reference to member 'value'
248 | guard Self.isValidValue(value) else {
249 | throw DecodingError.dataCorruptedError(
250 | forKey: .value,
| `- error: cannot infer contextual base in reference to member 'value'
251 | in: container,
252 | debugDescription: "HTTP field value \"\(value)\" contains invalid characters"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:256:54: error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decodeIfPresent'
254 | }
255 | self.init(name: name, uncheckedValue: ISOLatin1String(unchecked: value))
256 | if let indexingStrategyValue = try container.decodeIfPresent(UInt8.self, forKey: .indexingStrategy),
| `- error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decodeIfPresent'
257 | let indexingStrategy = DynamicTableIndexingStrategy(rawValue: indexingStrategyValue)
258 | {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:256:91: error: cannot infer contextual base in reference to member 'indexingStrategy'
254 | }
255 | self.init(name: name, uncheckedValue: ISOLatin1String(unchecked: value))
256 | if let indexingStrategyValue = try container.decodeIfPresent(UInt8.self, forKey: .indexingStrategy),
| `- error: cannot infer contextual base in reference to member 'indexingStrategy'
257 | let indexingStrategy = DynamicTableIndexingStrategy(rawValue: indexingStrategyValue)
258 | {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:114:27: error: cannot find type 'CustomPlaygroundDisplayConvertible' in scope
112 | }
113 |
114 | extension HTTPField.Name: CustomPlaygroundDisplayConvertible {
| `- error: cannot find type 'CustomPlaygroundDisplayConvertible' in scope
115 | public var playgroundDescription: Any {
116 | self.description
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:121:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
119 |
120 | extension HTTPField.Name: Codable {
121 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
122 | var container = encoder.singleValueContainer()
123 | try container.encode(self.rawName)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:126:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
124 | }
125 |
126 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
127 | let container = try decoder.singleValueContainer()
128 | let nameString = try container.decode(String.self)
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:120:27: error: 'Codable' is unavailable: unavailable in embedded Swift
118 | }
119 |
120 | extension HTTPField.Name: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
121 | public func encode(to encoder: Encoder) throws {
122 | var container = encoder.singleValueContainer()
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:123:23: error: value of type 'any SingleValueEncodingContainer' has no member 'encode'
121 | public func encode(to encoder: Encoder) throws {
122 | var container = encoder.singleValueContainer()
123 | try container.encode(self.rawName)
| `- error: value of type 'any SingleValueEncodingContainer' has no member 'encode'
124 | }
125 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:128:40: error: value of type 'any SingleValueDecodingContainer' has no member 'decode'
126 | public init(from decoder: Decoder) throws {
127 | let container = try decoder.singleValueContainer()
128 | let nameString = try container.decode(String.self)
| `- error: value of type 'any SingleValueDecodingContainer' has no member 'decode'
129 | if nameString.utf8.first == UInt8(ascii: ":") {
130 | guard nameString.lowercased() == nameString,
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:133:37: error: type 'DecodingError' has no member 'dataCorruptedError'
131 | HTTPField.isValidToken(nameString.dropFirst())
132 | else {
133 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
134 | in: container,
135 | debugDescription: "HTTP pseudo field name \"\(nameString)\" contains invalid characters"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:141:37: error: type 'DecodingError' has no member 'dataCorruptedError'
139 | } else {
140 | guard let name = Self(nameString) else {
141 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
142 | in: container,
143 | debugDescription: "HTTP field name \"\(nameString)\" contains invalid characters"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:115:21: error: cannot find 'Mutex' in scope
113 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
114 | private final class _StorageWithMutex: _Storage, @unchecked Sendable {
115 | let mutex = Mutex<Void>(())
| `- error: cannot find 'Mutex' in scope
116 |
117 | override func withLock<Result>(_ body: () throws -> Result) rethrows -> Result {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:53:27: error: cannot find type 'pthread_mutex_t' in scope
51 | typealias LockPrimitive = os_unfair_lock
52 | #else
53 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
54 | #endif
55 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:367:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
365 |
366 | extension HTTPFields: Codable {
367 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
368 | var container = encoder.unkeyedContainer()
369 | try container.encode(contentsOf: self)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:372:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
370 | }
371 |
372 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
373 | var container = try decoder.unkeyedContainer()
374 | if let count = container.count {
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:366:23: error: 'Codable' is unavailable: unavailable in embedded Swift
364 | }
365 |
366 | extension HTTPFields: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
367 | public func encode(to encoder: Encoder) throws {
368 | var container = encoder.unkeyedContainer()
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:182:51: error: cannot convert value of type 'String' to expected argument type 'String.Element' (aka 'Character')
180 | {
181 | self.setFields(
182 | newValue.split(separator: "; ", omittingEmptySubsequences: false).lazy.map {
| `- error: cannot convert value of type 'String' to expected argument type 'String.Element' (aka 'Character')
183 | HTTPField(name: name, value: String($0))
184 | },
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:362:30: error: 'description' is unavailable: unavailable in embedded Swift
360 | extension HTTPFields: CustomDebugStringConvertible {
361 | public var debugDescription: String {
362 | self._storage.fields.description
| `- error: 'description' is unavailable: unavailable in embedded Swift
363 | }
364 | }
Swift.Array.description:2:12: note: 'description' has been explicitly marked unavailable here
1 | generic struct Array {
2 | public var description: String { get }}
| `- note: 'description' has been explicitly marked unavailable here
3 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:369:29: error: extraneous argument label 'contentsOf:' in call
367 | public func encode(to encoder: Encoder) throws {
368 | var container = encoder.unkeyedContainer()
369 | try container.encode(contentsOf: self)
| `- error: extraneous argument label 'contentsOf:' in call
370 | }
371 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:374:34: error: value of type 'any UnkeyedDecodingContainer' has no member 'count'
372 | public init(from decoder: Decoder) throws {
373 | var container = try decoder.unkeyedContainer()
374 | if let count = container.count {
| `- error: value of type 'any UnkeyedDecodingContainer' has no member 'count'
375 | self.reserveCapacity(count)
376 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:377:26: error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
375 | self.reserveCapacity(count)
376 | }
377 | while !container.isAtEnd {
| `- error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
378 | let field = try container.decode(HTTPField.self)
379 | guard !field.name.isPseudo else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:380:37: error: type 'DecodingError' has no member 'dataCorruptedError'
378 | let field = try container.decode(HTTPField.self)
379 | guard !field.name.isPseudo else {
380 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
381 | in: container,
382 | debugDescription: "Pseudo header field \"\(field)\" disallowed"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:336:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
334 |
335 | extension HTTPRequest.PseudoHeaderFields: Codable {
336 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
337 | var container = encoder.unkeyedContainer()
338 | try container.encode(self.method)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:353:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
351 | }
352 |
353 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
354 | var container = try decoder.unkeyedContainer()
355 | var method: HTTPField?
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:335:43: error: 'Codable' is unavailable: unavailable in embedded Swift
333 | }
334 |
335 | extension HTTPRequest.PseudoHeaderFields: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
336 | public func encode(to encoder: Encoder) throws {
337 | var container = encoder.unkeyedContainer()
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:435:30: error: 'CodingKey' is unavailable: unavailable in embedded Swift
433 |
434 | extension HTTPRequest: Codable {
435 | enum CodingKeys: String, CodingKey {
| `- error: 'CodingKey' is unavailable: unavailable in embedded Swift
436 | case pseudoHeaderFields
437 | case headerFields
Swift.CodingKey:2:17: note: 'CodingKey' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol CodingKey {
| `- note: 'CodingKey' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:440:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
438 | }
439 |
440 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:446:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
444 | }
445 |
446 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:434:24: error: 'Codable' is unavailable: unavailable in embedded Swift
432 | }
433 |
434 | extension HTTPRequest: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
435 | enum CodingKeys: String, CodingKey {
436 | case pseudoHeaderFields
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:360:26: error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
358 | var path: HTTPField?
359 | var extendedConnectProtocol: HTTPField?
360 | while !container.isAtEnd {
| `- error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
361 | let field = try container.decode(HTTPField.self)
362 | switch field.name {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:365:41: error: type 'DecodingError' has no member 'dataCorruptedError'
363 | case .method:
364 | guard method == nil else {
365 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
366 | in: container,
367 | debugDescription: "Multiple \":method\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:373:41: error: type 'DecodingError' has no member 'dataCorruptedError'
371 | case .scheme:
372 | guard scheme == nil else {
373 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
374 | in: container,
375 | debugDescription: "Multiple \":scheme\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:381:41: error: type 'DecodingError' has no member 'dataCorruptedError'
379 | case .authority:
380 | guard authority == nil else {
381 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
382 | in: container,
383 | debugDescription: "Multiple \":authority\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:389:41: error: type 'DecodingError' has no member 'dataCorruptedError'
387 | case .path:
388 | guard path == nil else {
389 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
390 | in: container,
391 | debugDescription: "Multiple \":path\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:397:41: error: type 'DecodingError' has no member 'dataCorruptedError'
395 | case .protocol:
396 | guard extendedConnectProtocol == nil else {
397 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
398 | in: container,
399 | debugDescription: "Multiple \":protocol\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:405:41: error: type 'DecodingError' has no member 'dataCorruptedError'
403 | default:
404 | guard field.name.rawName.utf8.first == UInt8(ascii: ":") else {
405 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
406 | in: container,
407 | debugDescription: "\"\(field)\" is not a pseudo header field"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:413:33: error: type 'DecodingError' has no member 'dataCorruptedError'
411 | }
412 | guard let method else {
413 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
414 | in: container,
415 | debugDescription: "\":method\" pseudo header field is missing"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:419:33: error: type 'DecodingError' has no member 'dataCorruptedError'
417 | }
418 | guard HTTPField.isValidToken(method.rawValue._storage) else {
419 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
420 | in: container,
421 | debugDescription: "\"\(method.rawValue._storage)\" is not a valid method"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:442:23: error: value of type 'KeyedEncodingContainer<HTTPRequest.CodingKeys>' has no member 'encode'
440 | public func encode(to encoder: Encoder) throws {
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
| `- error: value of type 'KeyedEncodingContainer<HTTPRequest.CodingKeys>' has no member 'encode'
443 | try container.encode(self.headerFields, forKey: .headerFields)
444 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:442:64: error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
440 | public func encode(to encoder: Encoder) throws {
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
| `- error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
443 | try container.encode(self.headerFields, forKey: .headerFields)
444 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:443:23: error: value of type 'KeyedEncodingContainer<HTTPRequest.CodingKeys>' has no member 'encode'
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
443 | try container.encode(self.headerFields, forKey: .headerFields)
| `- error: value of type 'KeyedEncodingContainer<HTTPRequest.CodingKeys>' has no member 'encode'
444 | }
445 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:443:58: error: cannot infer contextual base in reference to member 'headerFields'
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
443 | try container.encode(self.headerFields, forKey: .headerFields)
| `- error: cannot infer contextual base in reference to member 'headerFields'
444 | }
445 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:448:49: error: value of type 'KeyedDecodingContainer<HTTPRequest.CodingKeys>' has no member 'decode'
446 | public init(from decoder: Decoder) throws {
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
| `- error: value of type 'KeyedDecodingContainer<HTTPRequest.CodingKeys>' has no member 'decode'
449 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
450 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:448:90: error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
446 | public init(from decoder: Decoder) throws {
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
| `- error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
449 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
450 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:449:43: error: value of type 'KeyedDecodingContainer<HTTPRequest.CodingKeys>' has no member 'decode'
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
449 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
| `- error: value of type 'KeyedDecodingContainer<HTTPRequest.CodingKeys>' has no member 'decode'
450 | }
451 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:449:76: error: cannot infer contextual base in reference to member 'headerFields'
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
449 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
| `- error: cannot infer contextual base in reference to member 'headerFields'
450 | }
451 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:267:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
265 |
266 | extension HTTPResponse.PseudoHeaderFields: Codable {
267 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
268 | var container = encoder.unkeyedContainer()
269 | try container.encode(self.status)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:272:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
270 | }
271 |
272 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
273 | var container = try decoder.unkeyedContainer()
274 | var status: HTTPField?
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:266:44: error: 'Codable' is unavailable: unavailable in embedded Swift
264 | }
265 |
266 | extension HTTPResponse.PseudoHeaderFields: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
267 | public func encode(to encoder: Encoder) throws {
268 | var container = encoder.unkeyedContainer()
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:312:30: error: 'CodingKey' is unavailable: unavailable in embedded Swift
310 |
311 | extension HTTPResponse: Codable {
312 | enum CodingKeys: String, CodingKey {
| `- error: 'CodingKey' is unavailable: unavailable in embedded Swift
313 | case pseudoHeaderFields
314 | case headerFields
Swift.CodingKey:2:17: note: 'CodingKey' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol CodingKey {
| `- note: 'CodingKey' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:318:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
316 | }
317 |
318 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:329:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
327 | }
328 |
329 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:311:25: error: 'Codable' is unavailable: unavailable in embedded Swift
309 | }
310 |
311 | extension HTTPResponse: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
312 | enum CodingKeys: String, CodingKey {
313 | case pseudoHeaderFields
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:275:26: error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
273 | var container = try decoder.unkeyedContainer()
274 | var status: HTTPField?
275 | while !container.isAtEnd {
| `- error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
276 | let field = try container.decode(HTTPField.self)
277 | switch field.name {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:280:41: error: type 'DecodingError' has no member 'dataCorruptedError'
278 | case .status:
279 | guard status == nil else {
280 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
281 | in: container,
282 | debugDescription: "Multiple \":status\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:288:41: error: type 'DecodingError' has no member 'dataCorruptedError'
286 | default:
287 | guard field.name.rawName.utf8.first == UInt8(ascii: ":") else {
288 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
289 | in: container,
290 | debugDescription: "\"\(field)\" is not a pseudo header field"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:296:33: error: type 'DecodingError' has no member 'dataCorruptedError'
294 | }
295 | guard let status else {
296 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
297 | in: container,
298 | debugDescription: "\":status\" pseudo header field is missing"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:302:33: error: type 'DecodingError' has no member 'dataCorruptedError'
300 | }
301 | guard HTTPResponse.Status.isValidStatus(status.rawValue._storage) else {
302 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
303 | in: container,
304 | debugDescription: "\"\(status.rawValue._storage)\" is not a valid status code"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:320:23: error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
318 | public func encode(to encoder: Encoder) throws {
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
| `- error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
322 | try container.encode(self.headerFields, forKey: .headerFields)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:320:64: error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
318 | public func encode(to encoder: Encoder) throws {
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
| `- error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
322 | try container.encode(self.headerFields, forKey: .headerFields)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:321:23: error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
| `- error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
322 | try container.encode(self.headerFields, forKey: .headerFields)
323 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:321:77: error: cannot infer contextual base in reference to member 'reasonPhrase'
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
| `- error: cannot infer contextual base in reference to member 'reasonPhrase'
322 | try container.encode(self.headerFields, forKey: .headerFields)
323 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:322:23: error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
322 | try container.encode(self.headerFields, forKey: .headerFields)
| `- error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
323 | }
324 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:322:58: error: cannot infer contextual base in reference to member 'headerFields'
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
322 | try container.encode(self.headerFields, forKey: .headerFields)
| `- error: cannot infer contextual base in reference to member 'headerFields'
323 | }
324 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:331:49: error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
329 | public init(from decoder: Decoder) throws {
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
| `- error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
332 | let reasonPhrase = try container.decode(String.self, forKey: .reasonPhrase)
333 | guard Status.isValidReasonPhrase(reasonPhrase) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:331:90: error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
329 | public init(from decoder: Decoder) throws {
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
| `- error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
332 | let reasonPhrase = try container.decode(String.self, forKey: .reasonPhrase)
333 | guard Status.isValidReasonPhrase(reasonPhrase) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:332:42: error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
332 | let reasonPhrase = try container.decode(String.self, forKey: .reasonPhrase)
| `- error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
333 | guard Status.isValidReasonPhrase(reasonPhrase) else {
334 | throw DecodingError.invalidReasonPhrase(reasonPhrase)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:332:71: error: cannot infer contextual base in reference to member 'reasonPhrase'
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
332 | let reasonPhrase = try container.decode(String.self, forKey: .reasonPhrase)
| `- error: cannot infer contextual base in reference to member 'reasonPhrase'
333 | guard Status.isValidReasonPhrase(reasonPhrase) else {
334 | throw DecodingError.invalidReasonPhrase(reasonPhrase)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:337:43: error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
335 | }
336 | self.pseudoHeaderFields.reasonPhrase = reasonPhrase
337 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
| `- error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
338 | }
339 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:337:76: error: cannot infer contextual base in reference to member 'headerFields'
335 | }
336 | self.pseudoHeaderFields.reasonPhrase = reasonPhrase
337 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
| `- error: cannot infer contextual base in reference to member 'headerFields'
338 | }
339 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:146:27: error: type of expression is ambiguous without a type annotation
144 |
145 | static func create(value: Value) -> Self {
146 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
147 | value
148 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:162:14: error: type of expression is ambiguous without a type annotation
160 |
161 | func lock() {
162 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
163 | LockOperations.lock(lockPtr)
164 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:168:14: error: type of expression is ambiguous without a type annotation
166 |
167 | func unlock() {
168 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
169 | LockOperations.unlock(lockPtr)
170 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:174:14: error: type of expression is ambiguous without a type annotation
172 |
173 | deinit {
174 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
175 | LockOperations.destroy(lockPtr)
176 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:180:18: error: type of expression is ambiguous without a type annotation
178 |
179 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
180 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
181 | try body(lockPtr)
182 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:186:18: error: type of expression is ambiguous without a type annotation
184 |
185 | func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
186 | try self.withUnsafeMutablePointers { valuePtr, lockPtr in
| `- error: type of expression is ambiguous without a type annotation
187 | LockOperations.lock(lockPtr)
188 | defer { LockOperations.unlock(lockPtr) }
[18/44] Compiling CoreMetrics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:42:8: error: Unsupported runtime
40 | import Musl
41 | #else
42 | #error("Unsupported runtime")
| `- error: Unsupported runtime
43 | #endif
44 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
54 | UnsafeMutablePointer.allocate(capacity: 1)
55 | #else
56 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
57 | UnsafeMutablePointer.allocate(capacity: 1)
58 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:152:50: error: cannot find type 'pthread_rwlock_t' in scope
150 | fileprivate var shared: Bool = true
151 | #else
152 | fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
| `- error: cannot find type 'pthread_rwlock_t' in scope
153 | UnsafeMutablePointer.allocate(capacity: 1)
154 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:65:20: error: cannot find 'pthread_mutexattr_t' in scope
63 | InitializeSRWLock(self.mutex)
64 | #else
65 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:66:9: error: cannot find 'pthread_mutexattr_init' in scope
64 | #else
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
68 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:9: error: cannot find 'pthread_mutexattr_settype' in scope
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:43: error: cannot infer contextual base in reference to member 'init'
65 | var attr = pthread_mutexattr_t()
66 | pthread_mutexattr_init(&attr)
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot infer contextual base in reference to member 'init'
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:69:19: error: cannot find 'pthread_mutex_init' in scope
67 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
68 |
69 | let err = pthread_mutex_init(self.mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
70 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
71 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:78:19: error: cannot find 'pthread_mutex_destroy' in scope
76 | // SRWLOCK does not need to be free'd
77 | #else
78 | let err = pthread_mutex_destroy(self.mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
80 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:92:19: error: cannot find 'pthread_mutex_lock' in scope
90 | AcquireSRWLockExclusive(self.mutex)
91 | #else
92 | let err = pthread_mutex_lock(self.mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
93 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
94 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:105:19: error: cannot find 'pthread_mutex_unlock' in scope
103 | ReleaseSRWLockExclusive(self.mutex)
104 | #else
105 | let err = pthread_mutex_unlock(self.mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
106 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
107 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:163:19: error: cannot find 'pthread_rwlock_init' in scope
161 | InitializeSRWLock(self.rwlock)
162 | #else
163 | let err = pthread_rwlock_init(self.rwlock, nil)
| `- error: cannot find 'pthread_rwlock_init' in scope
164 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
165 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:163:52: error: 'nil' requires a contextual type
161 | InitializeSRWLock(self.rwlock)
162 | #else
163 | let err = pthread_rwlock_init(self.rwlock, nil)
| `- error: 'nil' requires a contextual type
164 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
165 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:174:19: error: cannot find 'pthread_rwlock_destroy' in scope
172 | // SRWLOCK does not need to be free'd
173 | #else
174 | let err = pthread_rwlock_destroy(self.rwlock)
| `- error: cannot find 'pthread_rwlock_destroy' in scope
175 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
176 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:191:19: error: cannot find 'pthread_rwlock_rdlock' in scope
189 | self.shared = true
190 | #else
191 | let err = pthread_rwlock_rdlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_rdlock' in scope
192 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
193 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:207:19: error: cannot find 'pthread_rwlock_wrlock' in scope
205 | self.shared = false
206 | #else
207 | let err = pthread_rwlock_wrlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_wrlock' in scope
208 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
209 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:227:19: error: cannot find 'pthread_rwlock_unlock' in scope
225 | }
226 | #else
227 | let err = pthread_rwlock_unlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_unlock' in scope
228 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
229 | #endif
[19/44] Compiling Logging Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:42:8: error: Unsupported runtime
40 | import Musl
41 | #else
42 | #error("Unsupported runtime")
| `- error: Unsupported runtime
43 | #endif
44 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:32:8: error: Unsupported runtime
30 | import WASILibc
31 | #else
32 | #error("Unsupported runtime")
| `- error: Unsupported runtime
33 | #endif
34 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1270:16: error: Unsupported runtime
1268 | let systemStderr = WASILibc.stderr!
1269 | #else
1270 | #error("Unsupported runtime")
| `- error: Unsupported runtime
1271 | #endif
1272 | return StdioOutputStream(file: systemStderr, flushMode: .always)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1290:16: error: Unsupported runtime
1288 | let systemStdout = WASILibc.stdout!
1289 | #else
1290 | #error("Unsupported runtime")
| `- error: Unsupported runtime
1291 | #endif
1292 | return StdioOutputStream(file: systemStdout, flushMode: .always)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/MetadataProvider.swift:28:8: error: Unsupported runtime
26 | import WASILibc
27 | #else
28 | #error("Unsupported runtime")
| `- error: Unsupported runtime
29 | #endif
30 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:58:49: error: cannot find type 'pthread_mutex_t' in scope
56 | UnsafeMutablePointer.allocate(capacity: 1)
57 | #else
58 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
59 | UnsafeMutablePointer.allocate(capacity: 1)
60 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:161:50: error: cannot find type 'pthread_rwlock_t' in scope
159 | fileprivate var shared: Bool = true
160 | #else
161 | fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
| `- error: cannot find type 'pthread_rwlock_t' in scope
162 | UnsafeMutablePointer.allocate(capacity: 1)
163 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:69:20: error: cannot find 'pthread_mutexattr_t' in scope
67 | InitializeSRWLock(self.mutex)
68 | #else
69 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
70 | pthread_mutexattr_init(&attr)
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:70:9: error: cannot find 'pthread_mutexattr_init' in scope
68 | #else
69 | var attr = pthread_mutexattr_t()
70 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
72 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:71:9: error: cannot find 'pthread_mutexattr_settype' in scope
69 | var attr = pthread_mutexattr_t()
70 | pthread_mutexattr_init(&attr)
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
72 |
73 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:71:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
69 | var attr = pthread_mutexattr_t()
70 | pthread_mutexattr_init(&attr)
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
72 |
73 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:71:43: error: cannot infer contextual base in reference to member 'init'
69 | var attr = pthread_mutexattr_t()
70 | pthread_mutexattr_init(&attr)
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot infer contextual base in reference to member 'init'
72 |
73 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:73:19: error: cannot find 'pthread_mutex_init' in scope
71 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
72 |
73 | let err = pthread_mutex_init(self.mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
74 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
75 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:85:19: error: cannot find 'pthread_mutex_destroy' in scope
83 | self.mutex.deallocate()
84 | #else
85 | let err = pthread_mutex_destroy(self.mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
86 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
87 | self.mutex.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:101:19: error: cannot find 'pthread_mutex_lock' in scope
99 | AcquireSRWLockExclusive(self.mutex)
100 | #else
101 | let err = pthread_mutex_lock(self.mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
102 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
103 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:116:19: error: cannot find 'pthread_mutex_unlock' in scope
114 | ReleaseSRWLockExclusive(self.mutex)
115 | #else
116 | let err = pthread_mutex_unlock(self.mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
117 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
118 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:172:19: error: cannot find 'pthread_rwlock_init' in scope
170 | InitializeSRWLock(self.rwlock)
171 | #else
172 | let err = pthread_rwlock_init(self.rwlock, nil)
| `- error: cannot find 'pthread_rwlock_init' in scope
173 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
174 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:172:52: error: 'nil' requires a contextual type
170 | InitializeSRWLock(self.rwlock)
171 | #else
172 | let err = pthread_rwlock_init(self.rwlock, nil)
| `- error: 'nil' requires a contextual type
173 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
174 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:184:19: error: cannot find 'pthread_rwlock_destroy' in scope
182 | self.rwlock.deallocate()
183 | #else
184 | let err = pthread_rwlock_destroy(self.rwlock)
| `- error: cannot find 'pthread_rwlock_destroy' in scope
185 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
186 | self.rwlock.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:201:19: error: cannot find 'pthread_rwlock_rdlock' in scope
199 | self.shared = true
200 | #else
201 | let err = pthread_rwlock_rdlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_rdlock' in scope
202 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
203 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:217:19: error: cannot find 'pthread_rwlock_wrlock' in scope
215 | self.shared = false
216 | #else
217 | let err = pthread_rwlock_wrlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_wrlock' in scope
218 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
219 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:237:19: error: cannot find 'pthread_rwlock_unlock' in scope
235 | }
236 | #else
237 | let err = pthread_rwlock_unlock(self.rwlock)
| `- error: cannot find 'pthread_rwlock_unlock' in scope
238 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
239 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:847:32: error: 'Codable' is unavailable: unavailable in embedded Swift
845 | /// Log levels are ordered by their severity, with `.trace` being the least severe and
846 | /// `.critical` being the most severe.
847 | public enum Level: String, Codable, CaseIterable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
848 | /// Appropriate for messages that contain information normally of use only when
849 | /// tracing the execution of a program.
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1209:56: error: cannot find type 'FILE' in scope
1207 | internal typealias CFilePointer = OpaquePointer
1208 | #else
1209 | internal typealias CFilePointer = UnsafeMutablePointer<FILE>
| `- error: cannot find type 'FILE' in scope
1210 | #endif
1211 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1272:40: error: cannot find 'systemStderr' in scope
1270 | #error("Unsupported runtime")
1271 | #endif
1272 | return StdioOutputStream(file: systemStderr, flushMode: .always)
| `- error: cannot find 'systemStderr' in scope
1273 | }()
1274 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1272:66: error: cannot infer contextual base in reference to member 'always'
1270 | #error("Unsupported runtime")
1271 | #endif
1272 | return StdioOutputStream(file: systemStderr, flushMode: .always)
| `- error: cannot infer contextual base in reference to member 'always'
1273 | }()
1274 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1292:40: error: cannot find 'systemStdout' in scope
1290 | #error("Unsupported runtime")
1291 | #endif
1292 | return StdioOutputStream(file: systemStdout, flushMode: .always)
| `- error: cannot find 'systemStdout' in scope
1293 | }()
1294 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1292:66: error: cannot infer contextual base in reference to member 'always'
1290 | #error("Unsupported runtime")
1291 | #endif
1292 | return StdioOutputStream(file: systemStdout, flushMode: .always)
| `- error: cannot infer contextual base in reference to member 'always'
1293 | }()
1294 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1226:13: error: cannot find 'flockfile' in scope
1224 | // no file locking on WASI
1225 | #else
1226 | flockfile(self.file)
| `- error: cannot find 'flockfile' in scope
1227 | #endif
1228 | defer {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1237:17: error: cannot find 'fwrite' in scope
1235 | #endif
1236 | }
1237 | _ = fwrite(utf8Bytes.baseAddress!, 1, utf8Bytes.count, self.file)
| `- error: cannot find 'fwrite' in scope
1238 | if case .always = self.flushMode {
1239 | self.flush()
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1246:13: error: cannot find 'fflush' in scope
1244 | /// Flush the underlying stream.
1245 | internal func flush() {
1246 | _ = fflush(self.file)
| `- error: cannot find 'fflush' in scope
1247 | }
1248 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1447:25: error: cannot find 'time' in scope
1445 | _ = strftime(&buffer, buffer.count, "%Y-%m-%dT%H:%M:%S%z", &localTime)
1446 | #else
1447 | var timestamp = time(nil)
| `- error: cannot find 'time' in scope
1448 | guard let localTime = localtime(×tamp) else {
1449 | return "<unknown>"
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1447:30: error: 'nil' requires a contextual type
1445 | _ = strftime(&buffer, buffer.count, "%Y-%m-%dT%H:%M:%S%z", &localTime)
1446 | #else
1447 | var timestamp = time(nil)
| `- error: 'nil' requires a contextual type
1448 | guard let localTime = localtime(×tamp) else {
1449 | return "<unknown>"
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1448:31: error: cannot find 'localtime' in scope
1446 | #else
1447 | var timestamp = time(nil)
1448 | guard let localTime = localtime(×tamp) else {
| `- error: cannot find 'localtime' in scope
1449 | return "<unknown>"
1450 | }
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1451:9: error: cannot find 'strftime' in scope
1449 | return "<unknown>"
1450 | }
1451 | strftime(&buffer, buffer.count, "%Y-%m-%dT%H:%M:%S%z", localTime)
| `- error: cannot find 'strftime' in scope
1452 | #endif
1453 | return buffer.withUnsafeBufferPointer {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1548:54: error: 'description' is unavailable: unavailable in embedded Swift
1546 | switch self {
1547 | case .dictionary(let dict):
1548 | return dict.mapValues { $0.description }.description
| `- error: 'description' is unavailable: unavailable in embedded Swift
1549 | case .array(let list):
1550 | return list.map { $0.description }.description
Swift.Dictionary.description:2:12: note: 'description' has been explicitly marked unavailable here
1 | generic struct Dictionary {
2 | public var description: String { get }}
| `- note: 'description' has been explicitly marked unavailable here
3 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1550:48: error: 'description' is unavailable: unavailable in embedded Swift
1548 | return dict.mapValues { $0.description }.description
1549 | case .array(let list):
1550 | return list.map { $0.description }.description
| `- error: 'description' is unavailable: unavailable in embedded Swift
1551 | case .string(let str):
1552 | return str
Swift.Array.description:2:12: note: 'description' has been explicitly marked unavailable here
1 | generic struct Array {
2 | public var description: String { get }}
| `- note: 'description' has been explicitly marked unavailable here
3 |
[20/44] Emitting module Logging
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:45:8: error: The concurrency NIOLock module was unable to identify your C library.
43 | #endif
44 | #else
45 | #error("The concurrency NIOLock module was unable to identify your C library.")
| `- error: The concurrency NIOLock module was unable to identify your C library.
46 | #endif
47 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:222:22: error: cannot find type 'CustomPlaygroundDisplayConvertible' in scope
220 | }
221 |
222 | extension HTTPField: CustomPlaygroundDisplayConvertible {
| `- error: cannot find type 'CustomPlaygroundDisplayConvertible' in scope
223 | public var playgroundDescription: Any {
224 | self.description
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:229:30: error: 'CodingKey' is unavailable: unavailable in embedded Swift
227 |
228 | extension HTTPField: Codable {
229 | enum CodingKeys: String, CodingKey {
| `- error: 'CodingKey' is unavailable: unavailable in embedded Swift
230 | case name
231 | case value
Swift.CodingKey:2:17: note: 'CodingKey' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol CodingKey {
| `- note: 'CodingKey' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:235:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
233 | }
234 |
235 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:244:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
242 | }
243 |
244 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:228:22: error: 'Codable' is unavailable: unavailable in embedded Swift
226 | }
227 |
228 | extension HTTPField: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
229 | enum CodingKeys: String, CodingKey {
230 | case name
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:237:23: error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
235 | public func encode(to encoder: Encoder) throws {
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
| `- error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
238 | try container.encode(self.rawValue._storage, forKey: .value)
239 | if self.indexingStrategy != .automatic {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:237:50: error: cannot infer contextual base in reference to member 'name'
235 | public func encode(to encoder: Encoder) throws {
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
| `- error: cannot infer contextual base in reference to member 'name'
238 | try container.encode(self.rawValue._storage, forKey: .value)
239 | if self.indexingStrategy != .automatic {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:238:23: error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
238 | try container.encode(self.rawValue._storage, forKey: .value)
| `- error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
239 | if self.indexingStrategy != .automatic {
240 | try container.encode(self.indexingStrategy.rawValue, forKey: .indexingStrategy)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:238:63: error: cannot infer contextual base in reference to member 'value'
236 | var container = encoder.container(keyedBy: CodingKeys.self)
237 | try container.encode(self.name, forKey: .name)
238 | try container.encode(self.rawValue._storage, forKey: .value)
| `- error: cannot infer contextual base in reference to member 'value'
239 | if self.indexingStrategy != .automatic {
240 | try container.encode(self.indexingStrategy.rawValue, forKey: .indexingStrategy)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:240:27: error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
238 | try container.encode(self.rawValue._storage, forKey: .value)
239 | if self.indexingStrategy != .automatic {
240 | try container.encode(self.indexingStrategy.rawValue, forKey: .indexingStrategy)
| `- error: value of type 'KeyedEncodingContainer<HTTPField.CodingKeys>' has no member 'encode'
241 | }
242 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:240:75: error: cannot infer contextual base in reference to member 'indexingStrategy'
238 | try container.encode(self.rawValue._storage, forKey: .value)
239 | if self.indexingStrategy != .automatic {
240 | try container.encode(self.indexingStrategy.rawValue, forKey: .indexingStrategy)
| `- error: cannot infer contextual base in reference to member 'indexingStrategy'
241 | }
242 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:246:34: error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decode'
244 | public init(from decoder: Decoder) throws {
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
| `- error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decode'
247 | let value = try container.decode(String.self, forKey: .value)
248 | guard Self.isValidValue(value) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:246:61: error: cannot infer contextual base in reference to member 'name'
244 | public init(from decoder: Decoder) throws {
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
| `- error: cannot infer contextual base in reference to member 'name'
247 | let value = try container.decode(String.self, forKey: .value)
248 | guard Self.isValidValue(value) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:247:35: error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decode'
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
247 | let value = try container.decode(String.self, forKey: .value)
| `- error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decode'
248 | guard Self.isValidValue(value) else {
249 | throw DecodingError.dataCorruptedError(
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:247:64: error: cannot infer contextual base in reference to member 'value'
245 | let container = try decoder.container(keyedBy: CodingKeys.self)
246 | let name = try container.decode(Name.self, forKey: .name)
247 | let value = try container.decode(String.self, forKey: .value)
| `- error: cannot infer contextual base in reference to member 'value'
248 | guard Self.isValidValue(value) else {
249 | throw DecodingError.dataCorruptedError(
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:249:33: error: type 'DecodingError' has no member 'dataCorruptedError'
247 | let value = try container.decode(String.self, forKey: .value)
248 | guard Self.isValidValue(value) else {
249 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
250 | forKey: .value,
251 | in: container,
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:250:26: error: cannot infer contextual base in reference to member 'value'
248 | guard Self.isValidValue(value) else {
249 | throw DecodingError.dataCorruptedError(
250 | forKey: .value,
| `- error: cannot infer contextual base in reference to member 'value'
251 | in: container,
252 | debugDescription: "HTTP field value \"\(value)\" contains invalid characters"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:256:54: error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decodeIfPresent'
254 | }
255 | self.init(name: name, uncheckedValue: ISOLatin1String(unchecked: value))
256 | if let indexingStrategyValue = try container.decodeIfPresent(UInt8.self, forKey: .indexingStrategy),
| `- error: value of type 'KeyedDecodingContainer<HTTPField.CodingKeys>' has no member 'decodeIfPresent'
257 | let indexingStrategy = DynamicTableIndexingStrategy(rawValue: indexingStrategyValue)
258 | {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPField.swift:256:91: error: cannot infer contextual base in reference to member 'indexingStrategy'
254 | }
255 | self.init(name: name, uncheckedValue: ISOLatin1String(unchecked: value))
256 | if let indexingStrategyValue = try container.decodeIfPresent(UInt8.self, forKey: .indexingStrategy),
| `- error: cannot infer contextual base in reference to member 'indexingStrategy'
257 | let indexingStrategy = DynamicTableIndexingStrategy(rawValue: indexingStrategyValue)
258 | {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:114:27: error: cannot find type 'CustomPlaygroundDisplayConvertible' in scope
112 | }
113 |
114 | extension HTTPField.Name: CustomPlaygroundDisplayConvertible {
| `- error: cannot find type 'CustomPlaygroundDisplayConvertible' in scope
115 | public var playgroundDescription: Any {
116 | self.description
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:121:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
119 |
120 | extension HTTPField.Name: Codable {
121 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
122 | var container = encoder.singleValueContainer()
123 | try container.encode(self.rawName)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:126:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
124 | }
125 |
126 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
127 | let container = try decoder.singleValueContainer()
128 | let nameString = try container.decode(String.self)
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:120:27: error: 'Codable' is unavailable: unavailable in embedded Swift
118 | }
119 |
120 | extension HTTPField.Name: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
121 | public func encode(to encoder: Encoder) throws {
122 | var container = encoder.singleValueContainer()
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:123:23: error: value of type 'any SingleValueEncodingContainer' has no member 'encode'
121 | public func encode(to encoder: Encoder) throws {
122 | var container = encoder.singleValueContainer()
123 | try container.encode(self.rawName)
| `- error: value of type 'any SingleValueEncodingContainer' has no member 'encode'
124 | }
125 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:128:40: error: value of type 'any SingleValueDecodingContainer' has no member 'decode'
126 | public init(from decoder: Decoder) throws {
127 | let container = try decoder.singleValueContainer()
128 | let nameString = try container.decode(String.self)
| `- error: value of type 'any SingleValueDecodingContainer' has no member 'decode'
129 | if nameString.utf8.first == UInt8(ascii: ":") {
130 | guard nameString.lowercased() == nameString,
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:133:37: error: type 'DecodingError' has no member 'dataCorruptedError'
131 | HTTPField.isValidToken(nameString.dropFirst())
132 | else {
133 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
134 | in: container,
135 | debugDescription: "HTTP pseudo field name \"\(nameString)\" contains invalid characters"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFieldName.swift:141:37: error: type 'DecodingError' has no member 'dataCorruptedError'
139 | } else {
140 | guard let name = Self(nameString) else {
141 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
142 | in: container,
143 | debugDescription: "HTTP field name \"\(nameString)\" contains invalid characters"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:115:21: error: cannot find 'Mutex' in scope
113 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
114 | private final class _StorageWithMutex: _Storage, @unchecked Sendable {
115 | let mutex = Mutex<Void>(())
| `- error: cannot find 'Mutex' in scope
116 |
117 | override func withLock<Result>(_ body: () throws -> Result) rethrows -> Result {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:53:27: error: cannot find type 'pthread_mutex_t' in scope
51 | typealias LockPrimitive = os_unfair_lock
52 | #else
53 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
54 | #endif
55 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:367:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
365 |
366 | extension HTTPFields: Codable {
367 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
368 | var container = encoder.unkeyedContainer()
369 | try container.encode(contentsOf: self)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:372:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
370 | }
371 |
372 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
373 | var container = try decoder.unkeyedContainer()
374 | if let count = container.count {
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:366:23: error: 'Codable' is unavailable: unavailable in embedded Swift
364 | }
365 |
366 | extension HTTPFields: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
367 | public func encode(to encoder: Encoder) throws {
368 | var container = encoder.unkeyedContainer()
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:182:51: error: cannot convert value of type 'String' to expected argument type 'String.Element' (aka 'Character')
180 | {
181 | self.setFields(
182 | newValue.split(separator: "; ", omittingEmptySubsequences: false).lazy.map {
| `- error: cannot convert value of type 'String' to expected argument type 'String.Element' (aka 'Character')
183 | HTTPField(name: name, value: String($0))
184 | },
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:362:30: error: 'description' is unavailable: unavailable in embedded Swift
360 | extension HTTPFields: CustomDebugStringConvertible {
361 | public var debugDescription: String {
362 | self._storage.fields.description
| `- error: 'description' is unavailable: unavailable in embedded Swift
363 | }
364 | }
Swift.Array.description:2:12: note: 'description' has been explicitly marked unavailable here
1 | generic struct Array {
2 | public var description: String { get }}
| `- note: 'description' has been explicitly marked unavailable here
3 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:369:29: error: extraneous argument label 'contentsOf:' in call
367 | public func encode(to encoder: Encoder) throws {
368 | var container = encoder.unkeyedContainer()
369 | try container.encode(contentsOf: self)
| `- error: extraneous argument label 'contentsOf:' in call
370 | }
371 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:374:34: error: value of type 'any UnkeyedDecodingContainer' has no member 'count'
372 | public init(from decoder: Decoder) throws {
373 | var container = try decoder.unkeyedContainer()
374 | if let count = container.count {
| `- error: value of type 'any UnkeyedDecodingContainer' has no member 'count'
375 | self.reserveCapacity(count)
376 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:377:26: error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
375 | self.reserveCapacity(count)
376 | }
377 | while !container.isAtEnd {
| `- error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
378 | let field = try container.decode(HTTPField.self)
379 | guard !field.name.isPseudo else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPFields.swift:380:37: error: type 'DecodingError' has no member 'dataCorruptedError'
378 | let field = try container.decode(HTTPField.self)
379 | guard !field.name.isPseudo else {
380 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
381 | in: container,
382 | debugDescription: "Pseudo header field \"\(field)\" disallowed"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:336:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
334 |
335 | extension HTTPRequest.PseudoHeaderFields: Codable {
336 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
337 | var container = encoder.unkeyedContainer()
338 | try container.encode(self.method)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:353:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
351 | }
352 |
353 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
354 | var container = try decoder.unkeyedContainer()
355 | var method: HTTPField?
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:335:43: error: 'Codable' is unavailable: unavailable in embedded Swift
333 | }
334 |
335 | extension HTTPRequest.PseudoHeaderFields: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
336 | public func encode(to encoder: Encoder) throws {
337 | var container = encoder.unkeyedContainer()
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:435:30: error: 'CodingKey' is unavailable: unavailable in embedded Swift
433 |
434 | extension HTTPRequest: Codable {
435 | enum CodingKeys: String, CodingKey {
| `- error: 'CodingKey' is unavailable: unavailable in embedded Swift
436 | case pseudoHeaderFields
437 | case headerFields
Swift.CodingKey:2:17: note: 'CodingKey' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol CodingKey {
| `- note: 'CodingKey' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:440:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
438 | }
439 |
440 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:446:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
444 | }
445 |
446 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:434:24: error: 'Codable' is unavailable: unavailable in embedded Swift
432 | }
433 |
434 | extension HTTPRequest: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
435 | enum CodingKeys: String, CodingKey {
436 | case pseudoHeaderFields
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:360:26: error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
358 | var path: HTTPField?
359 | var extendedConnectProtocol: HTTPField?
360 | while !container.isAtEnd {
| `- error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
361 | let field = try container.decode(HTTPField.self)
362 | switch field.name {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:365:41: error: type 'DecodingError' has no member 'dataCorruptedError'
363 | case .method:
364 | guard method == nil else {
365 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
366 | in: container,
367 | debugDescription: "Multiple \":method\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:373:41: error: type 'DecodingError' has no member 'dataCorruptedError'
371 | case .scheme:
372 | guard scheme == nil else {
373 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
374 | in: container,
375 | debugDescription: "Multiple \":scheme\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:381:41: error: type 'DecodingError' has no member 'dataCorruptedError'
379 | case .authority:
380 | guard authority == nil else {
381 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
382 | in: container,
383 | debugDescription: "Multiple \":authority\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:389:41: error: type 'DecodingError' has no member 'dataCorruptedError'
387 | case .path:
388 | guard path == nil else {
389 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
390 | in: container,
391 | debugDescription: "Multiple \":path\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:397:41: error: type 'DecodingError' has no member 'dataCorruptedError'
395 | case .protocol:
396 | guard extendedConnectProtocol == nil else {
397 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
398 | in: container,
399 | debugDescription: "Multiple \":protocol\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:405:41: error: type 'DecodingError' has no member 'dataCorruptedError'
403 | default:
404 | guard field.name.rawName.utf8.first == UInt8(ascii: ":") else {
405 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
406 | in: container,
407 | debugDescription: "\"\(field)\" is not a pseudo header field"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:413:33: error: type 'DecodingError' has no member 'dataCorruptedError'
411 | }
412 | guard let method else {
413 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
414 | in: container,
415 | debugDescription: "\":method\" pseudo header field is missing"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:419:33: error: type 'DecodingError' has no member 'dataCorruptedError'
417 | }
418 | guard HTTPField.isValidToken(method.rawValue._storage) else {
419 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
420 | in: container,
421 | debugDescription: "\"\(method.rawValue._storage)\" is not a valid method"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:442:23: error: value of type 'KeyedEncodingContainer<HTTPRequest.CodingKeys>' has no member 'encode'
440 | public func encode(to encoder: Encoder) throws {
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
| `- error: value of type 'KeyedEncodingContainer<HTTPRequest.CodingKeys>' has no member 'encode'
443 | try container.encode(self.headerFields, forKey: .headerFields)
444 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:442:64: error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
440 | public func encode(to encoder: Encoder) throws {
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
| `- error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
443 | try container.encode(self.headerFields, forKey: .headerFields)
444 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:443:23: error: value of type 'KeyedEncodingContainer<HTTPRequest.CodingKeys>' has no member 'encode'
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
443 | try container.encode(self.headerFields, forKey: .headerFields)
| `- error: value of type 'KeyedEncodingContainer<HTTPRequest.CodingKeys>' has no member 'encode'
444 | }
445 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:443:58: error: cannot infer contextual base in reference to member 'headerFields'
441 | var container = encoder.container(keyedBy: CodingKeys.self)
442 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
443 | try container.encode(self.headerFields, forKey: .headerFields)
| `- error: cannot infer contextual base in reference to member 'headerFields'
444 | }
445 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:448:49: error: value of type 'KeyedDecodingContainer<HTTPRequest.CodingKeys>' has no member 'decode'
446 | public init(from decoder: Decoder) throws {
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
| `- error: value of type 'KeyedDecodingContainer<HTTPRequest.CodingKeys>' has no member 'decode'
449 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
450 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:448:90: error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
446 | public init(from decoder: Decoder) throws {
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
| `- error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
449 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
450 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:449:43: error: value of type 'KeyedDecodingContainer<HTTPRequest.CodingKeys>' has no member 'decode'
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
449 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
| `- error: value of type 'KeyedDecodingContainer<HTTPRequest.CodingKeys>' has no member 'decode'
450 | }
451 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPRequest.swift:449:76: error: cannot infer contextual base in reference to member 'headerFields'
447 | let container = try decoder.container(keyedBy: CodingKeys.self)
448 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
449 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
| `- error: cannot infer contextual base in reference to member 'headerFields'
450 | }
451 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:267:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
265 |
266 | extension HTTPResponse.PseudoHeaderFields: Codable {
267 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
268 | var container = encoder.unkeyedContainer()
269 | try container.encode(self.status)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:272:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
270 | }
271 |
272 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
273 | var container = try decoder.unkeyedContainer()
274 | var status: HTTPField?
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:266:44: error: 'Codable' is unavailable: unavailable in embedded Swift
264 | }
265 |
266 | extension HTTPResponse.PseudoHeaderFields: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
267 | public func encode(to encoder: Encoder) throws {
268 | var container = encoder.unkeyedContainer()
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:312:30: error: 'CodingKey' is unavailable: unavailable in embedded Swift
310 |
311 | extension HTTPResponse: Codable {
312 | enum CodingKeys: String, CodingKey {
| `- error: 'CodingKey' is unavailable: unavailable in embedded Swift
313 | case pseudoHeaderFields
314 | case headerFields
Swift.CodingKey:2:17: note: 'CodingKey' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol CodingKey {
| `- note: 'CodingKey' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:318:36: error: 'Encoder' is unavailable: unavailable in embedded Swift
316 | }
317 |
318 | public func encode(to encoder: Encoder) throws {
| `- error: 'Encoder' is unavailable: unavailable in embedded Swift
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
Swift.Encoder:2:17: note: 'Encoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Encoder {
| `- note: 'Encoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) -> KeyedEncodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:329:31: error: 'Decoder' is unavailable: unavailable in embedded Swift
327 | }
328 |
329 | public init(from decoder: Decoder) throws {
| `- error: 'Decoder' is unavailable: unavailable in embedded Swift
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
Swift.Decoder:2:17: note: 'Decoder' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public protocol Decoder {
| `- note: 'Decoder' has been explicitly marked unavailable here
3 | var codingPath: [any CodingKey] { get }
4 | func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:311:25: error: 'Codable' is unavailable: unavailable in embedded Swift
309 | }
310 |
311 | extension HTTPResponse: Codable {
| `- error: 'Codable' is unavailable: unavailable in embedded Swift
312 | enum CodingKeys: String, CodingKey {
313 | case pseudoHeaderFields
Swift.Codable:2:18: note: 'Codable' has been explicitly marked unavailable here
1 | @_unavailableInEmbedded
2 | public typealias Codable = Decodable & Encodable
| `- note: 'Codable' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:275:26: error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
273 | var container = try decoder.unkeyedContainer()
274 | var status: HTTPField?
275 | while !container.isAtEnd {
| `- error: value of type 'any UnkeyedDecodingContainer' has no member 'isAtEnd'
276 | let field = try container.decode(HTTPField.self)
277 | switch field.name {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:280:41: error: type 'DecodingError' has no member 'dataCorruptedError'
278 | case .status:
279 | guard status == nil else {
280 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
281 | in: container,
282 | debugDescription: "Multiple \":status\" pseudo header fields"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:288:41: error: type 'DecodingError' has no member 'dataCorruptedError'
286 | default:
287 | guard field.name.rawName.utf8.first == UInt8(ascii: ":") else {
288 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
289 | in: container,
290 | debugDescription: "\"\(field)\" is not a pseudo header field"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:296:33: error: type 'DecodingError' has no member 'dataCorruptedError'
294 | }
295 | guard let status else {
296 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
297 | in: container,
298 | debugDescription: "\":status\" pseudo header field is missing"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:302:33: error: type 'DecodingError' has no member 'dataCorruptedError'
300 | }
301 | guard HTTPResponse.Status.isValidStatus(status.rawValue._storage) else {
302 | throw DecodingError.dataCorruptedError(
| `- error: type 'DecodingError' has no member 'dataCorruptedError'
303 | in: container,
304 | debugDescription: "\"\(status.rawValue._storage)\" is not a valid status code"
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:320:23: error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
318 | public func encode(to encoder: Encoder) throws {
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
| `- error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
322 | try container.encode(self.headerFields, forKey: .headerFields)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:320:64: error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
318 | public func encode(to encoder: Encoder) throws {
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
| `- error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
322 | try container.encode(self.headerFields, forKey: .headerFields)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:321:23: error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
| `- error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
322 | try container.encode(self.headerFields, forKey: .headerFields)
323 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:321:77: error: cannot infer contextual base in reference to member 'reasonPhrase'
319 | var container = encoder.container(keyedBy: CodingKeys.self)
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
| `- error: cannot infer contextual base in reference to member 'reasonPhrase'
322 | try container.encode(self.headerFields, forKey: .headerFields)
323 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:322:23: error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
322 | try container.encode(self.headerFields, forKey: .headerFields)
| `- error: value of type 'KeyedEncodingContainer<HTTPResponse.CodingKeys>' has no member 'encode'
323 | }
324 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:322:58: error: cannot infer contextual base in reference to member 'headerFields'
320 | try container.encode(self.pseudoHeaderFields, forKey: .pseudoHeaderFields)
321 | try container.encode(self.pseudoHeaderFields.reasonPhrase, forKey: .reasonPhrase)
322 | try container.encode(self.headerFields, forKey: .headerFields)
| `- error: cannot infer contextual base in reference to member 'headerFields'
323 | }
324 |
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:331:49: error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
329 | public init(from decoder: Decoder) throws {
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
| `- error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
332 | let reasonPhrase = try container.decode(String.self, forKey: .reasonPhrase)
333 | guard Status.isValidReasonPhrase(reasonPhrase) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:331:90: error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
329 | public init(from decoder: Decoder) throws {
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
| `- error: cannot infer contextual base in reference to member 'pseudoHeaderFields'
332 | let reasonPhrase = try container.decode(String.self, forKey: .reasonPhrase)
333 | guard Status.isValidReasonPhrase(reasonPhrase) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:332:42: error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
332 | let reasonPhrase = try container.decode(String.self, forKey: .reasonPhrase)
| `- error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
333 | guard Status.isValidReasonPhrase(reasonPhrase) else {
334 | throw DecodingError.invalidReasonPhrase(reasonPhrase)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:332:71: error: cannot infer contextual base in reference to member 'reasonPhrase'
330 | let container = try decoder.container(keyedBy: CodingKeys.self)
331 | self.pseudoHeaderFields = try container.decode(PseudoHeaderFields.self, forKey: .pseudoHeaderFields)
332 | let reasonPhrase = try container.decode(String.self, forKey: .reasonPhrase)
| `- error: cannot infer contextual base in reference to member 'reasonPhrase'
333 | guard Status.isValidReasonPhrase(reasonPhrase) else {
334 | throw DecodingError.invalidReasonPhrase(reasonPhrase)
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:337:43: error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
335 | }
336 | self.pseudoHeaderFields.reasonPhrase = reasonPhrase
337 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
| `- error: value of type 'KeyedDecodingContainer<HTTPResponse.CodingKeys>' has no member 'decode'
338 | }
339 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/HTTPResponse.swift:337:76: error: cannot infer contextual base in reference to member 'headerFields'
335 | }
336 | self.pseudoHeaderFields.reasonPhrase = reasonPhrase
337 | self.headerFields = try container.decode(HTTPFields.self, forKey: .headerFields)
| `- error: cannot infer contextual base in reference to member 'headerFields'
338 | }
339 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:146:27: error: type of expression is ambiguous without a type annotation
144 |
145 | static func create(value: Value) -> Self {
146 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
147 | value
148 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:162:14: error: type of expression is ambiguous without a type annotation
160 |
161 | func lock() {
162 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
163 | LockOperations.lock(lockPtr)
164 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:168:14: error: type of expression is ambiguous without a type annotation
166 |
167 | func unlock() {
168 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
169 | LockOperations.unlock(lockPtr)
170 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:174:14: error: type of expression is ambiguous without a type annotation
172 |
173 | deinit {
174 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
175 | LockOperations.destroy(lockPtr)
176 | }
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypes/NIOLock.swift:180:18: error: type of expression is ambiguous without a type annotation
178 |
179 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
180 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
181 | try body(lockPtr)
182 | }
BUILD FAILURE 6.2 wasm