Build Information
Failed to build swift-persistable-timer, reference 0.7.2 (4ed494), with Swift 6.1 for Wasm on 30 May 2025 12:25:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/swift-persistable-timer.git
Reference: 0.7.2
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
* tag 0.7.2 -> FETCH_HEAD
HEAD is now at 4ed4947 Merge pull request #16 from Ryu0118/fix-pause-bug
Cloned https://github.com/Ryu0118/swift-persistable-timer.git
Revision (git rev-parse @):
4ed4947b355f366a0b9c852bb18d08d1069fb609
SUCCESS checkout https://github.com/Ryu0118/swift-persistable-timer.git at 0.7.2
========================================
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-4606859-2":/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 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/pointfreeco/swift-concurrency-extras.git
[1/4985] Fetching swift-async-algorithms
[749/5837] Fetching swift-async-algorithms, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.61s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.61s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (2.19s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.20s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.97s)
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.0.4
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
Building for debugging...
[0/10] Write sources
[1/10] Copying PrivacyInfo.xcprivacy
[4/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/35] Emitting module InternalCollectionsUtilities
[12/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/36] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/36] Compiling InternalCollectionsUtilities Integer rank.swift
[15/36] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/36] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/36] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/36] Compiling InternalCollectionsUtilities Debugging.swift
[19/36] Compiling InternalCollectionsUtilities Descriptions.swift
[20/36] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/36] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/36] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/36] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/107] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[28/107] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[29/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[30/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[31/109] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[32/109] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[33/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[34/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[35/109] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[36/109] Compiling OrderedCollections OrderedDictionary+Elements.swift
[37/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[38/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[39/109] Compiling ConcurrencyExtras Result.swift
[40/109] Compiling ConcurrencyExtras MainSerialExecutor.swift
[41/109] Compiling ConcurrencyExtras Task.swift
[42/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[43/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[44/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[45/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[46/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[47/110] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[48/110] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[49/117] Compiling ConcurrencyExtras LockIsolated.swift
[50/117] Emitting module ConcurrencyExtras
[51/117] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/117] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[57/117] Compiling DequeModule _DequeSlot.swift
[58/117] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/117] Compiling ConcurrencyExtras UncheckedSendable.swift
[62/118] Emitting module DequeModule
[65/123] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/123] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/123] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/123] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/123] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[70/123] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[71/123] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/123] Compiling OrderedCollections OrderedDictionary+Values.swift
[74/123] Compiling OrderedCollections OrderedSet+Codable.swift
[75/123] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[76/123] Compiling OrderedCollections OrderedSet+Descriptions.swift
[77/123] Compiling OrderedCollections OrderedSet+Diffing.swift
[78/123] Compiling OrderedCollections OrderedSet+Equatable.swift
[79/123] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[80/123] Compiling OrderedCollections OrderedSet+Hashable.swift
[88/123] Compiling OrderedCollections _HashTable+Bucket.swift
[89/123] Compiling OrderedCollections _HashTable+BucketIterator.swift
[90/123] Compiling OrderedCollections _HashTable+Constants.swift
[91/123] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[92/123] Compiling OrderedCollections _HashTable+Testing.swift
[93/123] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[94/123] Compiling OrderedCollections _HashTable.swift
[95/123] Compiling OrderedCollections _Hashtable+Header.swift
[96/123] Compiling OrderedCollections OrderedSet+Initializers.swift
[97/123] Compiling OrderedCollections OrderedSet+Insertions.swift
[98/123] Compiling OrderedCollections OrderedSet+Invariants.swift
[99/123] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[100/123] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[101/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[102/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[103/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[112/123] Emitting module OrderedCollections
[113/123] Compiling OrderedCollections OrderedSet+Sendable.swift
[114/123] Compiling OrderedCollections OrderedSet+SubSequence.swift
[115/123] Compiling OrderedCollections OrderedSet+Testing.swift
[116/123] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[117/123] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[118/123] Compiling OrderedCollections OrderedSet.swift
[119/123] Compiling OrderedCollections _UnsafeBitset.swift
[121/124] Compiling PersistableTimerCore DataSource.swift
[122/124] Compiling PersistableTimerCore RestoreTimerContainer.swift
[123/124] Emitting module PersistableTimerCore
[124/124] Compiling PersistableTimerCore RestoreTimerData.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[126/173] 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, *)
[127/173] 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, *)
[128/173] 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, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[3/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[4/26] Compiling ConcurrencyExtras Result.swift
[5/27] Compiling ConcurrencyExtras Task.swift
[6/27] Compiling ConcurrencyExtras MainSerialExecutor.swift
[7/27] Compiling ConcurrencyExtras LockIsolated.swift
[8/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/28] Compiling InternalCollectionsUtilities Debugging.swift
[11/28] Compiling InternalCollectionsUtilities Descriptions.swift
[12/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/28] Emitting module ConcurrencyExtras
[14/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/28] Compiling InternalCollectionsUtilities Integer rank.swift
[18/28] Compiling ConcurrencyExtras UncheckedSendable.swift
[20/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/29] Emitting module InternalCollectionsUtilities
[31/104] Compiling OrderedCollections _HashTable+Testing.swift
[32/104] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[33/106] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[34/106] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[35/106] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[36/106] Compiling OrderedCollections OrderedDictionary+Elements.swift
[37/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[38/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[39/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[40/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[41/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[42/106] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[43/106] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[44/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[45/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[46/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[47/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[48/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[49/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[50/113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[51/113] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[52/113] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[53/113] Compiling OrderedCollections _HashTable+Bucket.swift
[54/113] Compiling OrderedCollections _HashTable+BucketIterator.swift
[55/113] Compiling OrderedCollections _HashTable+Constants.swift
[56/113] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[57/113] Compiling PersistableTimerCore RestoreTimerContainer.swift
[58/113] Emitting module PersistableTimerCore
[59/113] Compiling PersistableTimerCore RestoreTimerData.swift
[60/113] Compiling PersistableTimerCore DataSource.swift
[61/114] Compiling OrderedCollections OrderedSet+Initializers.swift
[62/114] Compiling OrderedCollections OrderedSet+Insertions.swift
[63/114] Compiling OrderedCollections OrderedSet+Invariants.swift
[64/114] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[65/114] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[66/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[67/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[68/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[69/114] Compiling OrderedCollections OrderedDictionary.swift
[70/114] Compiling OrderedCollections OrderedSet+Codable.swift
[71/114] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[72/114] Compiling OrderedCollections OrderedSet+Descriptions.swift
[73/114] Compiling OrderedCollections OrderedSet+Diffing.swift
[74/114] Compiling OrderedCollections OrderedSet+Equatable.swift
[75/114] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[76/114] Compiling OrderedCollections OrderedSet+Hashable.swift
[77/114] Compiling OrderedCollections OrderedDictionary+Codable.swift
[78/114] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[79/114] Compiling DequeModule _DequeSlot.swift
[80/114] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/114] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[83/114] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[84/114] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[85/114] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[86/114] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[87/114] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[88/114] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[89/114] Compiling OrderedCollections OrderedDictionary+Values.swift
[98/117] Emitting module DequeModule
[100/118] 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)
[101/118] 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, *)
[102/118] 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, *)
BUILD FAILURE 6.1 wasm