Build Information
Failed to build CloudSyncSession, reference 0.2.0 (94c2d5
), with Swift 6.2 (beta) for Android on 21 Jun 2025 00:54:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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: android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.36s)
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 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.10s)
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-8C5A4AE7A8CE2BA.txt
[12/25] Emitting module InternalCollectionsUtilities
[13/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/26] Compiling InternalCollectionsUtilities Integer rank.swift
[20/26] Compiling InternalCollectionsUtilities Descriptions.swift
[21/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/26] Compiling InternalCollectionsUtilities Debugging.swift
[24/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[28/267] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/267] Compiling HeapModule Heap+Invariants.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 Insertions.swift
[34/303] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[35/303] Compiling HeapModule _HeapNode.swift
[36/303] Compiling HeapModule Heap.swift
[37/303] Compiling HashTreeCollections _HashLevel.swift
[38/303] Compiling HashTreeCollections _HashNode+Builder.swift
[39/303] Compiling HeapModule Heap+UnsafeHandle.swift
[40/303] Compiling HashTreeCollections _HashNode+Debugging.swift
[41/303] Compiling HashTreeCollections _HashNode+Initializers.swift
[42/303] Compiling HashTreeCollections _HashNode+Invariants.swift
[43/303] Compiling HashTreeCollections _HashNode+Lookups.swift
[44/303] Emitting module HeapModule
[46/304] Compiling HashTreeCollections TreeSet+Hashable.swift
[47/304] Compiling HashTreeCollections TreeSet+Sendable.swift
[48/304] Compiling HashTreeCollections TreeSet+Sequence.swift
[49/304] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[50/304] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[51/304] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[52/304] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[53/304] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[54/304] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[55/304] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[56/314] Compiling DequeModule _DequeSlot.swift
[57/314] Compiling DequeModule _UnsafeWrappedBuffer.swift
[58/314] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[59/314] Compiling HashTreeCollections TreeSet+Debugging.swift
[60/314] Compiling HashTreeCollections TreeSet+Descriptions.swift
[61/314] Compiling HashTreeCollections TreeSet+Equatable.swift
[62/314] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[63/314] Compiling HashTreeCollections TreeSet+Extras.swift
[64/314] Compiling HashTreeCollections TreeSet+Filter.swift
[65/314] Compiling HashTreeCollections _HashStack.swift
[66/314] Compiling HashTreeCollections _HashTreeIterator.swift
[67/314] Compiling HashTreeCollections _HashTreeStatistics.swift
[68/314] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[69/314] Compiling HashTreeCollections _RawHashNode.swift
[70/314] Compiling HashTreeCollections _UnmanagedHashNode.swift
[71/314] Compiling HashTreeCollections _UnsafePath.swift
[72/321] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[73/321] Compiling HashTreeCollections _HashNode+Storage.swift
[74/321] Compiling HashTreeCollections TreeDictionary.swift
[75/321] Compiling HashTreeCollections TreeSet+Codable.swift
[76/321] Compiling HashTreeCollections TreeSet+Collection.swift
[84/321] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[85/321] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[86/321] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[87/321] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[88/321] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[89/321] Compiling HashTreeCollections _HashNode+Structural merge.swift
[90/321] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[91/321] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[92/321] Compiling HashTreeCollections TreeDictionary+Codable.swift
[93/321] Compiling HashTreeCollections TreeDictionary+Collection.swift
[94/321] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[95/321] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[96/321] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[100/321] Compiling HashTreeCollections _HashNode+Structural union.swift
[101/321] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[102/321] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[103/321] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[104/321] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[105/321] Compiling HashTreeCollections _HashNode.swift
[106/321] Compiling HashTreeCollections _HashNodeHeader.swift
[107/321] Compiling HashTreeCollections _HashSlot.swift
[116/321] Compiling OrderedCollections OrderedSet+Sendable.swift
[117/321] Compiling OrderedCollections OrderedSet+SubSequence.swift
[118/321] Compiling OrderedCollections OrderedSet+Testing.swift
[119/321] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[120/321] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[121/321] Compiling OrderedCollections OrderedSet.swift
[122/321] Compiling OrderedCollections _UnsafeBitset.swift
[123/321] Compiling HashTreeCollections TreeDictionary+Merge.swift
[124/321] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[125/321] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[126/321] Compiling HashTreeCollections TreeDictionary+Values.swift
[127/321] Compiling HashTreeCollections _AncestorHashSlots.swift
[128/321] Compiling HashTreeCollections _Bitmap.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
[179/338] Emitting module BitCollections
[236/338] Compiling BitCollections BitSet.Index.swift
[237/338] Compiling BitCollections BitSet._UnsafeHandle.swift
[238/338] Compiling BitCollections BitSet.swift
[239/338] Compiling BitCollections Range+Utilities.swift
[240/338] Compiling BitCollections Slice+Utilities.swift
[241/338] Compiling BitCollections UInt+Tricks.swift
[242/338] Compiling BitCollections _Word.swift
[296/339] Emitting module OrderedCollections
[299/340] Emitting module _RopeModule
[322/340] Compiling _RopeModule Rope+Join.swift
[323/340] Compiling _RopeModule Rope+MutatingForEach.swift
[324/340] Compiling _RopeModule Rope+Remove.swift
[325/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[326/340] Compiling _RopeModule Rope+Split.swift
[327/340] Compiling _RopeModule Optional Utilities.swift
[328/340] Compiling _RopeModule String Utilities.swift
[329/340] Compiling _RopeModule String.Index+ABI.swift
[330/340] Compiling _RopeModule _CharacterRecognizer.swift
[331/340] Emitting module HashTreeCollections
[343/344] Compiling Collections Collections.swift
[344/344] Emitting module Collections
[346/348] Emitting module PID
[347/348] Compiling PID PIDController.swift
[348/348] Compiling PID RateLimitPIDController.swift
[350/364] Compiling CloudSyncSession OperationHandler.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[351/364] Compiling CloudSyncSession SyncEvent.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[352/366] Compiling CloudSyncSession LoggerMiddleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[353/366] Compiling CloudSyncSession RetryMiddleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[354/366] Compiling CloudSyncSession WorkMiddleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[355/366] Compiling CloudSyncSession ZoneMiddleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[356/366] Compiling CloudSyncSession SplittingMiddleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[357/366] Compiling CloudSyncSession SubjectMiddleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
error: emit-module command failed with exit code 1 (use -v to see invocation)
[358/366] Emitting module CloudSyncSession
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[359/366] Compiling CloudSyncSession CloudKitOperationHandler.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[360/366] Compiling CloudSyncSession CloudSyncSession.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[361/366] Compiling CloudSyncSession AccountStatusMiddleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[362/366] Compiling CloudSyncSession ErrorMiddleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[363/366] Compiling CloudSyncSession CKErrorExtensions.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[364/366] Compiling CloudSyncSession Middleware.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[365/366] Compiling CloudSyncSession SyncState.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
[366/366] Compiling CloudSyncSession SyncWork.swift
/host/spi-builder-workspace/Sources/CloudSyncSession/CloudKitOperationHandler.swift:24:8: error: no such module 'CloudKit'
22 | //
23 |
24 | import CloudKit
| `- error: no such module 'CloudKit'
25 | import os.log
26 | import PID
BUILD FAILURE 6.2 android