Build Information
Failed to build swift-persistable-timer, reference main (154bcb), with Swift 6.1 for Wasm on 25 Nov 2025 21:37:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/swift-persistable-timer.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/Ryu0118/swift-persistable-timer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 154bcb2 README.md を更新
Cloned https://github.com/Ryu0118/swift-persistable-timer.git
Revision (git rev-parse @):
154bcb26498644449041e8972469e4687e8a9e39
SUCCESS checkout https://github.com/Ryu0118/swift-persistable-timer.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Ryu0118/swift-persistable-timer.git
https://github.com/Ryu0118/swift-persistable-timer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"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"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"exact" : [
"1.3.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
}
],
"manifest_display_name" : "swift-persistable-timer",
"name" : "swift-persistable-timer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PersistableTimerCore",
"targets" : [
"PersistableTimerCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PersistableTimer",
"targets" : [
"PersistableTimer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PersistableTimerText",
"targets" : [
"PersistableTimerText"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistableTimerText",
"module_type" : "SwiftTarget",
"name" : "PersistableTimerText",
"path" : "Sources/PersistableTimerText",
"product_memberships" : [
"PersistableTimerText"
],
"sources" : [
"PersistableTimerText.swift",
"exported.swift"
],
"target_dependencies" : [
"PersistableTimerCore"
],
"type" : "library"
},
{
"c99name" : "PersistableTimerCoreTests",
"module_type" : "SwiftTarget",
"name" : "PersistableTimerCoreTests",
"path" : "Tests/PersistableTimerCoreTests",
"sources" : [
"PersistableTimerCoreTests.swift"
],
"target_dependencies" : [
"PersistableTimerCore"
],
"type" : "test"
},
{
"c99name" : "PersistableTimerCore",
"module_type" : "SwiftTarget",
"name" : "PersistableTimerCore",
"path" : "Sources/PersistableTimerCore",
"product_dependencies" : [
"ConcurrencyExtras"
],
"product_memberships" : [
"PersistableTimerCore",
"PersistableTimer",
"PersistableTimerText"
],
"sources" : [
"DataSource.swift",
"RestoreTimerContainer.swift",
"RestoreTimerData.swift"
],
"type" : "library"
},
{
"c99name" : "PersistableTimer",
"module_type" : "SwiftTarget",
"name" : "PersistableTimer",
"path" : "Sources/PersistableTimer",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"PersistableTimer"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/PersistableTimer/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"PersistableTimer.swift",
"exported.swift"
],
"target_dependencies" : [
"PersistableTimerCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/886] Fetching swift-concurrency-extras
[887/6600] Fetching swift-concurrency-extras, swift-async-algorithms
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.35s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.35s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (1.00s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.68s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.03s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
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.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/37] Emitting module InternalCollectionsUtilities
[12/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/39] Compiling InternalCollectionsUtilities Debugging.swift
[15/39] Compiling InternalCollectionsUtilities Descriptions.swift
[16/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/39] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/39] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[19/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/39] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/39] Compiling InternalCollectionsUtilities Integer rank.swift
[24/39] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/39] Compiling ConcurrencyExtras Result.swift
[28/40] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[29/40] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/40] Compiling ConcurrencyExtras MainSerialExecutor.swift
[32/41] Compiling ConcurrencyExtras UncheckedSendable.swift
[33/111] Compiling DequeModule Deque+CustomReflectable.swift
[34/111] Compiling DequeModule Deque+Descriptions.swift
[35/113] Compiling DequeModule _DequeBuffer.swift
[36/113] Compiling DequeModule _DequeBufferHeader.swift
[37/113] Compiling DequeModule Deque+Extras.swift
[38/113] Compiling DequeModule Deque+Hashable.swift
[39/113] Compiling DequeModule Deque+Testing.swift
[40/113] Compiling DequeModule Deque._Storage.swift
[41/113] Compiling DequeModule Deque+Equatable.swift
[42/113] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[43/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[44/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[45/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[46/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[47/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[48/113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[49/113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[50/120] Compiling DequeModule _DequeSlot.swift
[51/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[52/120] Compiling DequeModule Deque._UnsafeHandle.swift
[53/120] Compiling DequeModule Deque.swift
[54/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[55/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[56/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[57/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[58/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[59/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[60/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[69/120] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[70/120] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[71/120] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[72/120] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[73/120] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[74/120] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[75/120] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[76/120] Compiling OrderedCollections OrderedDictionary+Values.swift
[77/120] Compiling DequeModule Deque+Codable.swift
[78/120] Compiling DequeModule Deque+Collection.swift
[79/120] Compiling OrderedCollections OrderedSet+Initializers.swift
[80/120] Compiling OrderedCollections OrderedSet+Insertions.swift
[81/120] Compiling OrderedCollections OrderedSet+Invariants.swift
[82/120] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[83/120] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[84/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[85/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[86/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[87/120] Compiling OrderedCollections OrderedDictionary.swift
[88/120] Compiling OrderedCollections OrderedSet+Codable.swift
[89/120] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[90/120] Compiling OrderedCollections OrderedSet+Descriptions.swift
[91/120] Compiling OrderedCollections OrderedSet+Diffing.swift
[92/120] Compiling OrderedCollections OrderedSet+Equatable.swift
[93/120] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[94/120] Compiling OrderedCollections OrderedSet+Hashable.swift
[95/120] Emitting module DequeModule
[96/121] Compiling ConcurrencyExtras Task.swift
[97/121] Compiling ConcurrencyExtras LockIsolated.swift
[102/121] Emitting module ConcurrencyExtras
[115/126] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/126] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/126] Compiling OrderedCollections OrderedSet+Testing.swift
[118/126] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/126] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/126] Compiling OrderedCollections OrderedSet.swift
[121/126] Compiling OrderedCollections _UnsafeBitset.swift
[122/126] Emitting module OrderedCollections
[124/127] Emitting module PersistableTimerCore
[125/127] Compiling PersistableTimerCore RestoreTimerContainer.swift
[126/127] Compiling PersistableTimerCore DataSource.swift
[127/127] Compiling PersistableTimerCore RestoreTimerData.swift
[129/177] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[130/177] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[131/177] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[132/177] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[133/177] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[134/177] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[135/177] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[136/186] Compiling PersistableTimerText exported.swift
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
1 | import PersistableTimerCore
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | @available(iOS 16.0, macOS 13.0, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[137/186] Emitting module PersistableTimerText
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
1 | import PersistableTimerCore
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | @available(iOS 16.0, macOS 13.0, *)
[138/186] Compiling PersistableTimerText PersistableTimerText.swift
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
1 | import PersistableTimerCore
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | @available(iOS 16.0, macOS 13.0, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[139/186] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[140/186] Compiling AsyncAlgorithms AsyncShareSequence.swift
[141/186] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[142/186] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[143/186] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[144/186] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[145/186] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[146/186] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[147/186] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[148/186] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[149/186] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[150/186] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[151/186] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[152/186] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[153/186] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[154/186] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[155/186] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[156/186] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[157/186] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[158/186] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[159/186] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[160/186] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[3/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[5/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[6/29] Emitting module ConcurrencyExtras
[7/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/29] Compiling ConcurrencyExtras Result.swift
[10/29] Compiling ConcurrencyExtras LockIsolated.swift
[11/29] Compiling ConcurrencyExtras MainSerialExecutor.swift
[12/29] Compiling ConcurrencyExtras Task.swift
[13/29] Compiling InternalCollectionsUtilities Debugging.swift
[14/29] Compiling InternalCollectionsUtilities Descriptions.swift
[19/29] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[20/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/31] Compiling ConcurrencyExtras UncheckedSendable.swift
[23/32] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[24/32] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[25/32] Emitting module InternalCollectionsUtilities
[26/36] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/36] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/36] Compiling InternalCollectionsUtilities Integer rank.swift
[32/36] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/107] Compiling PersistableTimerCore RestoreTimerContainer.swift
[35/107] Emitting module PersistableTimerCore
[36/107] Compiling PersistableTimerCore RestoreTimerData.swift
[37/107] Compiling OrderedCollections OrderedDictionary+Codable.swift
[38/107] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[39/107] Compiling PersistableTimerCore DataSource.swift
[41/110] Compiling OrderedCollections _HashTable+Constants.swift
[42/110] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[43/113] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[44/113] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[45/113] Compiling OrderedCollections _HashTable+Bucket.swift
[46/113] Compiling OrderedCollections _HashTable+BucketIterator.swift
[47/113] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[48/113] Compiling OrderedCollections OrderedDictionary+Elements.swift
[49/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[50/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[51/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[52/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[53/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[54/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[55/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[56/120] Compiling PersistableTimerText exported.swift
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
1 | import PersistableTimerCore
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | @available(iOS 16.0, macOS 13.0, *)
[57/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[58/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[59/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[60/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[61/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[62/120] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[63/120] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[64/120] Compiling DequeModule _DequeSlot.swift
[65/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/120] Emitting module PersistableTimerText
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
1 | import PersistableTimerCore
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | @available(iOS 16.0, macOS 13.0, *)
[67/120] Compiling PersistableTimerText PersistableTimerText.swift
/host/spi-builder-workspace/Sources/PersistableTimerText/PersistableTimerText.swift:2:8: error: no such module 'SwiftUI'
1 | import PersistableTimerCore
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | @available(iOS 16.0, macOS 13.0, *)
[68/120] Compiling OrderedCollections OrderedDictionary.swift
[69/120] Compiling OrderedCollections OrderedSet+Codable.swift
[70/120] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[71/120] Compiling OrderedCollections OrderedSet+Descriptions.swift
[72/120] Compiling OrderedCollections OrderedSet+Diffing.swift
[73/120] Compiling OrderedCollections OrderedSet+Equatable.swift
[74/120] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[75/120] Compiling OrderedCollections OrderedSet+Hashable.swift
[76/120] Compiling OrderedCollections OrderedSet+Initializers.swift
[77/120] Compiling OrderedCollections OrderedSet+Insertions.swift
[78/120] Compiling OrderedCollections OrderedSet+Invariants.swift
[79/120] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[80/120] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[81/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[82/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[83/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[84/120] Compiling OrderedCollections _HashTable.swift
[85/120] Compiling OrderedCollections _Hashtable+Header.swift
[86/120] Compiling OrderedCollections _HashTable+Testing.swift
[87/120] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
BUILD FAILURE 6.1 wasm