The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CloudSyncSession, reference 0.2.0 (94c2d5), with Swift 6.2 (beta) for Linux on 21 Jun 2025 00:54:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.11s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.89s)
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 FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/25] Compiling InternalCollectionsUtilities Integer rank.swift
[14/25] Emitting module InternalCollectionsUtilities
[15/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/26] Compiling InternalCollectionsUtilities Descriptions.swift
[19/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/26] Compiling InternalCollectionsUtilities Debugging.swift
[24/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/301] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[29/301] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[30/303] Compiling HashTreeCollections _Bitmap.swift
[31/303] Compiling HashTreeCollections _Bucket.swift
[32/303] Compiling HeapModule _HeapNode.swift
[33/303] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[34/303] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[35/303] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[36/303] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[37/303] Compiling HeapModule Heap.swift
[38/303] Compiling HeapModule Heap+Invariants.swift
[39/303] Compiling HeapModule Heap+Descriptions.swift
[40/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[41/303] Compiling HeapModule Heap+UnsafeHandle.swift
[42/303] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[43/303] Compiling HashTreeCollections _HashNode+Structural mapValues.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 TreeDictionary+Collection.swift
[66/314] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[67/314] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[68/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[69/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[70/314] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[71/314] Compiling HashTreeCollections TreeSet+Collection.swift
[82/321] Compiling HashTreeCollections _HashNode+Structural union.swift
[83/321] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[84/321] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[85/321] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[86/321] Compiling OrderedCollections _HashTable+Testing.swift
[87/321] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[88/321] Compiling OrderedCollections _HashTable.swift
[89/328] Compiling HashTreeCollections _HashNode+Structural merge.swift
[90/328] Compiling HashTreeCollections _AncestorHashSlots.swift
[91/328] Compiling HashTreeCollections _HashNode+Builder.swift
[92/328] Compiling HashTreeCollections _HashNode+Debugging.swift
[93/328] Compiling HashTreeCollections _HashNode+Initializers.swift
[94/328] Compiling HashTreeCollections _HashNode+Invariants.swift
[95/328] Compiling HashTreeCollections _HashNode+Lookups.swift
[96/328] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[97/328] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[98/328] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[99/328] Compiling HashTreeCollections _HashStack.swift
[100/328] Compiling HashTreeCollections _HashTreeIterator.swift
[101/328] Compiling HashTreeCollections _HashTreeStatistics.swift
[102/328] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[103/328] Compiling HashTreeCollections _RawHashNode.swift
[104/328] Compiling HashTreeCollections _UnmanagedHashNode.swift
[105/328] Compiling HashTreeCollections _UnsafePath.swift
[106/328] Compiling HashTreeCollections TreeDictionary+Codable.swift
[116/337] Compiling BitCollections BitSet.swift
[117/337] Compiling BitCollections Range+Utilities.swift
[118/337] Compiling BitCollections Slice+Utilities.swift
[119/337] Compiling BitCollections UInt+Tricks.swift
[120/337] Compiling BitCollections _Word.swift
[121/337] Compiling OrderedCollections OrderedSet.swift
[122/337] Compiling OrderedCollections _UnsafeBitset.swift
[123/337] Compiling HashTreeCollections TreeDictionary+Merge.swift
[124/337] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[125/337] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[126/337] Compiling HashTreeCollections TreeDictionary+Values.swift
[137/337] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[138/337] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[145/337] Compiling OrderedCollections _Hashtable+Header.swift
[152/337] Compiling _RopeModule _CharacterRecognizer.swift
[153/337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[154/337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[155/337] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[156/337] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[157/337] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[158/337] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[159/337] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[160/337] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[161/337] Compiling HashTreeCollections TreeSet.swift
[176/337] Emitting module DequeModule
[178/338] Emitting module BitCollections
[229/338] Compiling BitCollections BitSet.Index.swift
[230/338] Compiling BitCollections BitSet._UnsafeHandle.swift
[267/339] Emitting module OrderedCollections
[280/340] Emitting module _RopeModule
[281/340] Compiling _RopeModule Rope+Join.swift
[282/340] Compiling _RopeModule Rope+MutatingForEach.swift
[283/340] Compiling _RopeModule Rope+Remove.swift
[284/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[285/340] Compiling _RopeModule Rope+Split.swift
[286/340] Compiling _RopeModule Optional Utilities.swift
[287/340] Compiling _RopeModule String Utilities.swift
[288/340] Compiling _RopeModule String.Index+ABI.swift
[341/341] Emitting module HashTreeCollections
[343/344] Emitting module Collections
[344/344] Compiling Collections Collections.swift
[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 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
[353/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
[354/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
[355/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
[356/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
[357/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
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 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
[362/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
[363/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
[364/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
[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 linux