Build Information
Failed to build CloudSyncSession, reference 0.2.0 (94c2d5
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 00:53:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanashcraft/CloudSyncSession.git
Reference: 0.2.0
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/ryanashcraft/CloudSyncSession
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 94c2d57 Improve rate limiting behavior (#6)
Cloned https://github.com/ryanashcraft/CloudSyncSession.git
Revision (git rev-parse @):
94c2d5720641f3fcbcf9395945c2de736d879029
SUCCESS checkout https://github.com/ryanashcraft/CloudSyncSession.git at 0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ryanashcraft/CloudSyncSession.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/ryanashcraft/swift-pid.git
[1/46] Fetching swift-pid
Fetched https://github.com/ryanashcraft/swift-pid.git from cache (0.35s)
Computing version for https://github.com/ryanashcraft/swift-pid.git
Computed https://github.com/ryanashcraft/swift-pid.git at 0.0.3 (1.18s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.63s)
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/ryanashcraft/swift-pid.git
Working copy of https://github.com/ryanashcraft/swift-pid.git resolved at 0.0.3
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/25] Compiling InternalCollectionsUtilities Descriptions.swift
[14/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/26] Compiling InternalCollectionsUtilities Debugging.swift
[17/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/26] Compiling InternalCollectionsUtilities Integer rank.swift
[19/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/26] Emitting module InternalCollectionsUtilities
[24/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/301] Compiling HashTreeCollections _HashLevel.swift
[29/301] Compiling HashTreeCollections _HashNode+Builder.swift
[30/301] Compiling HashTreeCollections _Bucket.swift
[31/301] Compiling HashTreeCollections _Hash.swift
[32/303] Compiling HeapModule Heap+Descriptions.swift
[33/303] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[34/303] Compiling HashTreeCollections _HashNode+Storage.swift
[35/303] Compiling HeapModule Heap.swift
[36/303] Compiling HeapModule _HeapNode.swift
[37/303] Compiling HeapModule Heap+UnsafeHandle.swift
[38/303] Compiling HeapModule Heap+Invariants.swift
[39/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/303] Emitting module HeapModule
[42/304] Compiling HashTreeCollections _HashNode+Debugging.swift
[43/304] Compiling HashTreeCollections _HashNode+Initializers.swift
[44/304] Compiling HashTreeCollections _HashNode+Invariants.swift
[45/304] Compiling HashTreeCollections _HashNode+Lookups.swift
[46/304] Compiling DequeModule _DequeSlot.swift
[47/304] Compiling DequeModule _UnsafeWrappedBuffer.swift
[48/304] Compiling HashTreeCollections TreeSet+Hashable.swift
[49/304] Compiling HashTreeCollections TreeSet+Sendable.swift
[50/304] Compiling HashTreeCollections TreeSet+Sequence.swift
[51/304] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[52/304] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[53/304] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[54/304] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[55/304] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[56/304] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[57/304] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[58/314] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[59/314] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[60/314] Compiling HashTreeCollections TreeDictionary+Keys.swift
[61/314] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[62/314] Compiling HashTreeCollections TreeDictionary+Merge.swift
[63/314] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[64/314] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[65/314] Compiling HashTreeCollections TreeDictionary+Collection.swift
[66/314] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[67/314] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[68/314] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[69/314] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[70/314] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[71/314] Compiling HashTreeCollections TreeDictionary+Filter.swift
[72/321] Compiling HashTreeCollections _HashNode+Structural union.swift
[73/321] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[74/321] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[75/321] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[76/321] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[77/321] Compiling HashTreeCollections _HashNode.swift
[78/321] Compiling HashTreeCollections _HashNodeHeader.swift
[86/328] Compiling HashTreeCollections _HashSlot.swift
[87/328] Compiling HashTreeCollections _HashStack.swift
[88/328] Compiling HashTreeCollections _HashTreeIterator.swift
[89/328] Compiling HashTreeCollections _HashTreeStatistics.swift
[90/328] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[91/328] Compiling HashTreeCollections _RawHashNode.swift
[92/328] Compiling HashTreeCollections _UnmanagedHashNode.swift
[93/328] Compiling HashTreeCollections _UnsafePath.swift
[94/328] Compiling HashTreeCollections TreeDictionary+Codable.swift
[95/328] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[96/328] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[97/328] Compiling BitCollections Range+Utilities.swift
[98/328] Compiling BitCollections Slice+Utilities.swift
[99/328] Compiling BitCollections UInt+Tricks.swift
[100/328] Compiling BitCollections _Word.swift
[101/328] Compiling OrderedCollections OrderedSet.swift
[102/328] Compiling OrderedCollections _UnsafeBitset.swift
[103/328] Compiling HashTreeCollections TreeSet+Equatable.swift
[104/328] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[105/328] Compiling HashTreeCollections TreeSet+Extras.swift
[106/328] Compiling HashTreeCollections TreeSet+Filter.swift
[107/328] Compiling HashTreeCollections _AncestorHashSlots.swift
[108/328] Compiling HashTreeCollections _Bitmap.swift
[115/328] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[116/328] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[117/328] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[118/328] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[119/328] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[120/328] Compiling HashTreeCollections _HashNode+Structural merge.swift
[121/328] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[122/328] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[131/328] Compiling BitCollections BitSet.Index.swift
[132/328] Compiling BitCollections BitSet._UnsafeHandle.swift
[133/328] Compiling BitCollections BitSet.swift
[157/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[158/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[159/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[160/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[161/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[162/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[163/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[164/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[165/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[166/328] Compiling HashTreeCollections TreeSet.swift
[167/328] Emitting module DequeModule
[194/338] Emitting module BitCollections
[266/339] Emitting module OrderedCollections
[278/340] Emitting module _RopeModule
[312/340] Compiling _RopeModule Rope+Join.swift
[313/340] Compiling _RopeModule Rope+MutatingForEach.swift
[314/340] Compiling _RopeModule Rope+Remove.swift
[315/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[316/340] Compiling _RopeModule Rope+Split.swift
[317/340] Compiling _RopeModule Optional Utilities.swift
[318/340] Compiling _RopeModule String Utilities.swift
[319/340] Compiling _RopeModule String.Index+ABI.swift
[320/340] Compiling _RopeModule _CharacterRecognizer.swift
[321/340] Emitting module HashTreeCollections
[343/344] Compiling Collections Collections.swift
[344/344] Emitting module Collections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[346/348] Emitting module PID
/host/spi-builder-workspace/.build/checkouts/swift-pid/Sources/Swift-PID/PIDController.swift:2:8: error: no such module 'Foundation'
1 | import Collections
2 | import Foundation
| `- error: no such module 'Foundation'
3 |
4 | public class PIDController {
[347/348] Compiling PID RateLimitPIDController.swift
/host/spi-builder-workspace/.build/checkouts/swift-pid/Sources/Swift-PID/PIDController.swift:2:8: error: no such module 'Foundation'
1 | import Collections
2 | import Foundation
| `- error: no such module 'Foundation'
3 |
4 | public class PIDController {
[348/348] Compiling PID PIDController.swift
/host/spi-builder-workspace/.build/checkouts/swift-pid/Sources/Swift-PID/PIDController.swift:2:8: error: no such module 'Foundation'
1 | import Collections
2 | import Foundation
| `- error: no such module 'Foundation'
3 |
4 | public class PIDController {
BUILD FAILURE 6.2 wasm