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 SwiftletModel, reference main (7b1ea6), with Swift 6.2 (beta) for Android on 23 Jun 2025 21:28:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/KazaiMazai/SwiftletModel.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/KazaiMazai/SwiftletModel
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7b1ea66 Relations storage upgrade (#97)
Cloned https://github.com/KazaiMazai/SwiftletModel.git
Revision (git rev-parse @):
7b1ea66a6ce405cdb5e4027461c86ad84710a5a9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KazaiMazai/SwiftletModel.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/KazaiMazai/SwiftletModel.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/attaswift/BTree
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/3349] Fetching btree
[3350/19989] Fetching btree, swift-collections
[7510/34040] Fetching btree, swift-collections, swift-snapshot-testing
[13742/104967] Fetching btree, swift-collections, swift-snapshot-testing, swift-syntax
Fetched https://github.com/attaswift/BTree from cache (2.37s)
Fetched https://github.com/apple/swift-collections.git from cache (2.43s)
[71502/84978] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.02s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.54s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (9.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.86s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.46s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.40s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.30s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.63s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.65s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.98s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
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/attaswift/BTree
Working copy of https://github.com/attaswift/BTree resolved at 4.1.0
Building for debugging...
[0/47] Write sources
[25/47] Compiling _SwiftSyntaxCShims dummy.c
[26/47] Write swift-version-8C5A4AE7A8CE2BA.txt
[28/78] Emitting module SwiftSyntax510
[29/78] Emitting module SwiftSyntax600
[30/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/83] Compiling BTree BTree.swift
[32/83] Compiling BTree BTreeBuilder.swift
[33/83] Compiling BTree Compatibility.swift
[34/83] Compiling BTree List.swift
[35/83] Compiling BTree BTreeMerger.swift
[36/83] Compiling BTree BTreeNode.swift
[37/83] Compiling BTree BTreePath.swift
[38/83] Compiling BTree BridgedList.swift
[39/83] Compiling BTree BTreeComparisons.swift
[40/83] Compiling BTree BTreeCursor.swift
[41/83] Emitting module InternalCollectionsUtilities
[42/83] Compiling BTree BTreeIndex.swift
[43/83] Compiling BTree BTreeIterator.swift
[44/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/84] Compiling SwiftSyntax600 Empty.swift
[48/85] Compiling SwiftSyntax510 Empty.swift
[52/88] Emitting module SwiftSyntax509
[53/88] Compiling SwiftSyntax509 Empty.swift
[54/89] Wrapping AST for SwiftSyntax510 for debugging
[58/326] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[59/427] Compiling BitCollections BitArray+Codable.swift
[60/427] Compiling BitCollections BitArray+Collection.swift
[61/429] Compiling BitCollections BitArray+Hashable.swift
[62/429] Compiling BitCollections BitArray+Initializers.swift
[63/429] Compiling HeapModule Heap+Descriptions.swift
[64/429] Compiling BitCollections BitArray+Extras.swift
[65/429] Compiling BitCollections BitArray+Fill.swift
[66/429] Compiling DequeModule _DequeSlot.swift
[67/429] Compiling DequeModule _UnsafeWrappedBuffer.swift
[68/429] Compiling BitCollections BitArray+Copy.swift
[69/429] Compiling BitCollections BitArray+CustomReflectable.swift
[70/429] Compiling BitCollections BitArray+Descriptions.swift
[71/429] Compiling BitCollections BitArray+Equatable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/429] Emitting module BTree
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
[75/429] Compiling HeapModule _HeapNode.swift
[76/429] Compiling HeapModule Heap.swift
[79/429] Emitting module HeapModule
[82/429] Compiling HeapModule Heap+UnsafeHandle.swift
[83/429] Compiling HeapModule Heap+Invariants.swift
[84/430] Wrapping AST for SwiftSyntax600 for debugging
[88/430] Compiling HashTreeCollections TreeSet+Hashable.swift
[89/430] Compiling HashTreeCollections TreeSet+Sendable.swift
[90/430] Compiling HashTreeCollections TreeSet+Sequence.swift
[91/430] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[92/430] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[93/430] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[94/430] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[95/430] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[96/430] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[97/430] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[97/440] Wrapping AST for SwiftSyntax509 for debugging
[99/440] Compiling BitCollections BitSet+Invariants.swift
[100/440] Compiling BitCollections BitSet+Random.swift
[101/440] Compiling BitCollections BitSet+SetAlgebra basics.swift
[102/440] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[103/440] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[104/440] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[105/440] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[106/447] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[107/447] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[108/447] Compiling BitCollections BitSet+SetAlgebra union.swift
[109/447] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[110/447] Compiling BitCollections BitSet.Counted.swift
[111/447] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[112/447] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[113/447] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[114/447] Compiling BitCollections BitSet+CustomReflectable.swift
[115/447] Compiling BitCollections BitSet+CustomStringConvertible.swift
[116/447] Compiling BitCollections BitSet+Equatable.swift
[117/447] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[118/447] Compiling BitCollections BitSet+Extras.swift
[119/447] Compiling BitCollections BitSet+Hashable.swift
[120/454] Compiling BitCollections BitArray+BitwiseOperations.swift
[121/454] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[124/454] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[125/454] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[126/454] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[127/454] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[128/454] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[129/454] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[135/454] Compiling BitCollections BitSet.Index.swift
[136/454] Compiling BitCollections BitSet._UnsafeHandle.swift
[143/454] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[144/454] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[145/454] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[146/454] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[170/454] Compiling BitCollections BitArray+RandomBits.swift
[171/454] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[172/454] Compiling BitCollections BitArray+Shifts.swift
[173/454] Compiling BitCollections BitArray+Testing.swift
[174/454] Compiling BitCollections BitArray._UnsafeHandle.swift
[175/454] Compiling BitCollections BitArray.swift
[176/454] Compiling BitCollections BitSet+BidirectionalCollection.swift
[177/454] Compiling BitCollections BitSet+Codable.swift
[193/454] Compiling BitCollections BitSet+Initializers.swift
[200/454] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[201/454] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[202/454] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[203/454] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[204/454] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[205/454] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[206/454] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[207/454] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[208/454] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[209/454] Compiling HashTreeCollections TreeSet.swift
[210/454] Emitting module DequeModule
[212/455] Compiling BitCollections BitSet.swift
[213/455] Compiling BitCollections Range+Utilities.swift
[214/455] Compiling BitCollections Slice+Utilities.swift
[215/455] Compiling BitCollections UInt+Tricks.swift
[216/455] Compiling BitCollections _Word.swift
[217/455] Compiling OrderedCollections OrderedSet.swift
[218/455] Compiling OrderedCollections _UnsafeBitset.swift
[219/455] Compiling HashTreeCollections TreeDictionary+Collection.swift
[220/455] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[221/455] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[222/455] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
[225/455] Emitting module BitCollections
BUILD FAILURE 6.2 android