Build Information
Failed to build swift-service-lifecycle, reference main (0af403
), with Swift 6.1 for Wasm on 30 May 2025 01:22:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/swift-service-lifecycle.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/juri/swift-service-lifecycle
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0af4033 Make logging optional and update docs (#189)
Cloned https://github.com/juri/swift-service-lifecycle.git
Revision (git rev-parse @):
0af4033d874b94acf11d2e0f119484a24352cf37
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/swift-service-lifecycle.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/juri/swift-service-lifecycle.git
https://github.com/juri/swift-service-lifecycle.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
}
],
"manifest_display_name" : "swift-service-lifecycle",
"name" : "swift-service-lifecycle",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ServiceLifecycle",
"targets" : [
"ServiceLifecycle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ServiceLifecycleTestKit",
"targets" : [
"ServiceLifecycleTestKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UnixSignals",
"targets" : [
"UnixSignals"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UnixSignalsTests",
"module_type" : "SwiftTarget",
"name" : "UnixSignalsTests",
"path" : "Tests/UnixSignalsTests",
"sources" : [
"UnixSignalTests.swift"
],
"target_dependencies" : [
"UnixSignals"
],
"type" : "test"
},
{
"c99name" : "UnixSignals",
"module_type" : "SwiftTarget",
"name" : "UnixSignals",
"path" : "Sources/UnixSignals",
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit",
"UnixSignals"
],
"sources" : [
"UnixSignal.swift",
"UnixSignalsSequence.swift"
],
"target_dependencies" : [
"ConcurrencyHelpers"
],
"type" : "library"
},
{
"c99name" : "ServiceLifecycleTests",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycleTests",
"path" : "Tests/ServiceLifecycleTests",
"sources" : [
"AsyncCancelOnGracefulShutdownSequenceTests.swift",
"GracefulShutdownTests.swift",
"ServiceGroupTests.swift",
"XCTest+Async.swift"
],
"target_dependencies" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit"
],
"type" : "test"
},
{
"c99name" : "ServiceLifecycleTestKit",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycleTestKit",
"path" : "Sources/ServiceLifecycleTestKit",
"product_memberships" : [
"ServiceLifecycleTestKit"
],
"sources" : [
"GracefulShutdown.swift"
],
"target_dependencies" : [
"ServiceLifecycle"
],
"type" : "library"
},
{
"c99name" : "ServiceLifecycle",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycle",
"path" : "Sources/ServiceLifecycle",
"product_dependencies" : [
"Logging",
"AsyncAlgorithms"
],
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit"
],
"sources" : [
"AsyncCancelOnGracefulShutdownSequence.swift",
"AsyncGracefulShutdownSequence.swift",
"CancellationWaiter.swift",
"GracefulShutdown.swift",
"Service.swift",
"ServiceGroup.swift",
"ServiceGroupConfiguration.swift",
"ServiceRunnerError.swift"
],
"target_dependencies" : [
"UnixSignals",
"ConcurrencyHelpers"
],
"type" : "library"
},
{
"c99name" : "ConcurrencyHelpers",
"module_type" : "SwiftTarget",
"name" : "ConcurrencyHelpers",
"path" : "Sources/ConcurrencyHelpers",
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit",
"UnixSignals"
],
"sources" : [
"Lock.swift",
"LockedValueBox.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/4985] Fetching swift-async-algorithms
[4189/8821] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.76s)
Fetched https://github.com/apple/swift-log.git from cache (0.88s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.07s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.24s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.35s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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.3
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/32] Emitting module ConcurrencyHelpers
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:45:27: error: cannot find type 'pthread_mutex_t' in scope
43 | #else
44 | @usableFromInline
45 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
46 | #endif
47 |
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:59:20: error: cannot find 'pthread_mutexattr_t' in scope
57 | InitializeSRWLock(mutex)
58 | #else
59 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
60 | pthread_mutexattr_init(&attr)
61 |
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:60:9: error: cannot find 'pthread_mutexattr_init' in scope
58 | #else
59 | var attr = pthread_mutexattr_t()
60 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
61 |
62 | let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:62:19: error: cannot find 'pthread_mutex_init' in scope
60 | pthread_mutexattr_init(&attr)
61 |
62 | let err = pthread_mutex_init(mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
63 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
64 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:74:19: error: cannot find 'pthread_mutex_destroy' in scope
72 | // SRWLOCK does not need to be free'd
73 | #else
74 | let err = pthread_mutex_destroy(mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
75 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
76 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:86:19: error: cannot find 'pthread_mutex_lock' in scope
84 | AcquireSRWLockExclusive(mutex)
85 | #else
86 | let err = pthread_mutex_lock(mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
87 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
88 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:98:19: error: cannot find 'pthread_mutex_unlock' in scope
96 | ReleaseSRWLockExclusive(mutex)
97 | #else
98 | let err = pthread_mutex_unlock(mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
99 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
100 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:136:27: error: type of expression is ambiguous without a type annotation
134 | @inlinable
135 | static func create(value: Value) -> Self {
136 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
137 | return value
138 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:151:14: error: type of expression is ambiguous without a type annotation
149 | @inlinable
150 | func lock() {
151 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
152 | LockOperations.lock(lockPtr)
153 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:158:14: error: type of expression is ambiguous without a type annotation
156 | @inlinable
157 | func unlock() {
158 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
159 | LockOperations.unlock(lockPtr)
160 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:165:14: error: type of expression is ambiguous without a type annotation
163 | @inlinable
164 | deinit {
165 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
166 | LockOperations.destroy(lockPtr)
167 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:172:18: error: type of expression is ambiguous without a type annotation
170 | @inlinable
171 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
172 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
173 | return try body(lockPtr)
174 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:179:18: error: type of expression is ambiguous without a type annotation
177 | @inlinable
178 | func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
179 | try self.withUnsafeMutablePointers { valuePtr, lockPtr in
| `- error: type of expression is ambiguous without a type annotation
180 | LockOperations.lock(lockPtr)
181 | defer { LockOperations.unlock(lockPtr) }
[12/32] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/32] Compiling InternalCollectionsUtilities Integer rank.swift
[14/33] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/33] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/33] Compiling InternalCollectionsUtilities Debugging.swift
[17/33] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/33] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/33] Compiling InternalCollectionsUtilities Descriptions.swift
[20/33] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/33] Emitting module InternalCollectionsUtilities
[24/33] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/33] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/33] Compiling ConcurrencyHelpers Lock.swift
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:45:27: error: cannot find type 'pthread_mutex_t' in scope
43 | #else
44 | @usableFromInline
45 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
46 | #endif
47 |
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:59:20: error: cannot find 'pthread_mutexattr_t' in scope
57 | InitializeSRWLock(mutex)
58 | #else
59 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
60 | pthread_mutexattr_init(&attr)
61 |
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:60:9: error: cannot find 'pthread_mutexattr_init' in scope
58 | #else
59 | var attr = pthread_mutexattr_t()
60 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
61 |
62 | let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:62:19: error: cannot find 'pthread_mutex_init' in scope
60 | pthread_mutexattr_init(&attr)
61 |
62 | let err = pthread_mutex_init(mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
63 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
64 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:74:19: error: cannot find 'pthread_mutex_destroy' in scope
72 | // SRWLOCK does not need to be free'd
73 | #else
74 | let err = pthread_mutex_destroy(mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
75 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
76 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:86:19: error: cannot find 'pthread_mutex_lock' in scope
84 | AcquireSRWLockExclusive(mutex)
85 | #else
86 | let err = pthread_mutex_lock(mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
87 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
88 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:98:19: error: cannot find 'pthread_mutex_unlock' in scope
96 | ReleaseSRWLockExclusive(mutex)
97 | #else
98 | let err = pthread_mutex_unlock(mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
99 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
100 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:136:27: error: type of expression is ambiguous without a type annotation
134 | @inlinable
135 | static func create(value: Value) -> Self {
136 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
137 | return value
138 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:151:14: error: type of expression is ambiguous without a type annotation
149 | @inlinable
150 | func lock() {
151 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
152 | LockOperations.lock(lockPtr)
153 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:158:14: error: type of expression is ambiguous without a type annotation
156 | @inlinable
157 | func unlock() {
158 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
159 | LockOperations.unlock(lockPtr)
160 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:165:14: error: type of expression is ambiguous without a type annotation
163 | @inlinable
164 | deinit {
165 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
166 | LockOperations.destroy(lockPtr)
167 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:172:18: error: type of expression is ambiguous without a type annotation
170 | @inlinable
171 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
172 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
173 | return try body(lockPtr)
174 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:179:18: error: type of expression is ambiguous without a type annotation
177 | @inlinable
178 | func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
179 | try self.withUnsafeMutablePointers { valuePtr, lockPtr in
| `- error: type of expression is ambiguous without a type annotation
180 | LockOperations.lock(lockPtr)
181 | defer { LockOperations.unlock(lockPtr) }
[27/33] Compiling ConcurrencyHelpers LockedValueBox.swift
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:45:27: error: cannot find type 'pthread_mutex_t' in scope
43 | #else
44 | @usableFromInline
45 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
46 | #endif
47 |
[28/33] Compiling Logging Locks.swift
[29/33] Emitting module Logging
[30/33] Compiling Logging LogHandler.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling ConcurrencyHelpers LockedValueBox.swift
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:45:27: error: cannot find type 'pthread_mutex_t' in scope
43 | #else
44 | @usableFromInline
45 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
46 | #endif
47 |
[3/23] Compiling ConcurrencyHelpers Lock.swift
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:45:27: error: cannot find type 'pthread_mutex_t' in scope
43 | #else
44 | @usableFromInline
45 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
46 | #endif
47 |
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:59:20: error: cannot find 'pthread_mutexattr_t' in scope
57 | InitializeSRWLock(mutex)
58 | #else
59 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
60 | pthread_mutexattr_init(&attr)
61 |
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:60:9: error: cannot find 'pthread_mutexattr_init' in scope
58 | #else
59 | var attr = pthread_mutexattr_t()
60 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
61 |
62 | let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:62:19: error: cannot find 'pthread_mutex_init' in scope
60 | pthread_mutexattr_init(&attr)
61 |
62 | let err = pthread_mutex_init(mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
63 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
64 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:74:19: error: cannot find 'pthread_mutex_destroy' in scope
72 | // SRWLOCK does not need to be free'd
73 | #else
74 | let err = pthread_mutex_destroy(mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
75 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
76 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:86:19: error: cannot find 'pthread_mutex_lock' in scope
84 | AcquireSRWLockExclusive(mutex)
85 | #else
86 | let err = pthread_mutex_lock(mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
87 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
88 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:98:19: error: cannot find 'pthread_mutex_unlock' in scope
96 | ReleaseSRWLockExclusive(mutex)
97 | #else
98 | let err = pthread_mutex_unlock(mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
99 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
100 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:136:27: error: type of expression is ambiguous without a type annotation
134 | @inlinable
135 | static func create(value: Value) -> Self {
136 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
137 | return value
138 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:151:14: error: type of expression is ambiguous without a type annotation
149 | @inlinable
150 | func lock() {
151 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
152 | LockOperations.lock(lockPtr)
153 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:158:14: error: type of expression is ambiguous without a type annotation
156 | @inlinable
157 | func unlock() {
158 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
159 | LockOperations.unlock(lockPtr)
160 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:165:14: error: type of expression is ambiguous without a type annotation
163 | @inlinable
164 | deinit {
165 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
166 | LockOperations.destroy(lockPtr)
167 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:172:18: error: type of expression is ambiguous without a type annotation
170 | @inlinable
171 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
172 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
173 | return try body(lockPtr)
174 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:179:18: error: type of expression is ambiguous without a type annotation
177 | @inlinable
178 | func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
179 | try self.withUnsafeMutablePointers { valuePtr, lockPtr in
| `- error: type of expression is ambiguous without a type annotation
180 | LockOperations.lock(lockPtr)
181 | defer { LockOperations.unlock(lockPtr) }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/23] Emitting module ConcurrencyHelpers
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:45:27: error: cannot find type 'pthread_mutex_t' in scope
43 | #else
44 | @usableFromInline
45 | typealias LockPrimitive = pthread_mutex_t
| `- error: cannot find type 'pthread_mutex_t' in scope
46 | #endif
47 |
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:59:20: error: cannot find 'pthread_mutexattr_t' in scope
57 | InitializeSRWLock(mutex)
58 | #else
59 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
60 | pthread_mutexattr_init(&attr)
61 |
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:60:9: error: cannot find 'pthread_mutexattr_init' in scope
58 | #else
59 | var attr = pthread_mutexattr_t()
60 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
61 |
62 | let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:62:19: error: cannot find 'pthread_mutex_init' in scope
60 | pthread_mutexattr_init(&attr)
61 |
62 | let err = pthread_mutex_init(mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
63 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
64 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:74:19: error: cannot find 'pthread_mutex_destroy' in scope
72 | // SRWLOCK does not need to be free'd
73 | #else
74 | let err = pthread_mutex_destroy(mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
75 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
76 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:86:19: error: cannot find 'pthread_mutex_lock' in scope
84 | AcquireSRWLockExclusive(mutex)
85 | #else
86 | let err = pthread_mutex_lock(mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
87 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
88 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:98:19: error: cannot find 'pthread_mutex_unlock' in scope
96 | ReleaseSRWLockExclusive(mutex)
97 | #else
98 | let err = pthread_mutex_unlock(mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
99 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
100 | #endif
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:136:27: error: type of expression is ambiguous without a type annotation
134 | @inlinable
135 | static func create(value: Value) -> Self {
136 | let buffer = Self.create(minimumCapacity: 1) { _ in
| `- error: type of expression is ambiguous without a type annotation
137 | return value
138 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:151:14: error: type of expression is ambiguous without a type annotation
149 | @inlinable
150 | func lock() {
151 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
152 | LockOperations.lock(lockPtr)
153 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:158:14: error: type of expression is ambiguous without a type annotation
156 | @inlinable
157 | func unlock() {
158 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
159 | LockOperations.unlock(lockPtr)
160 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:165:14: error: type of expression is ambiguous without a type annotation
163 | @inlinable
164 | deinit {
165 | self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
166 | LockOperations.destroy(lockPtr)
167 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:172:18: error: type of expression is ambiguous without a type annotation
170 | @inlinable
171 | func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
172 | try self.withUnsafeMutablePointerToElements { lockPtr in
| `- error: type of expression is ambiguous without a type annotation
173 | return try body(lockPtr)
174 | }
/host/spi-builder-workspace/Sources/ConcurrencyHelpers/Lock.swift:179:18: error: type of expression is ambiguous without a type annotation
177 | @inlinable
178 | func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
179 | try self.withUnsafeMutablePointers { valuePtr, lockPtr in
| `- error: type of expression is ambiguous without a type annotation
180 | LockOperations.lock(lockPtr)
181 | defer { LockOperations.unlock(lockPtr) }
BUILD FAILURE 6.1 wasm