Build Information
Failed to build SwiftletModel, reference 0.15.0 (34f732), with Swift 6.2 for Linux on 21 Nov 2025 00:34:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KazaiMazai/SwiftletModel.git
Reference: 0.15.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/KazaiMazai/SwiftletModel
* tag 0.15.0 -> FETCH_HEAD
HEAD is now at 34f7325 Resolve in context (#102)
Cloned https://github.com/KazaiMazai/SwiftletModel.git
Revision (git rev-parse @):
34f7325f4127fbbd9621de05310d022c32e4ef0d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KazaiMazai/SwiftletModel.git at 0.15.0
========================================
Build
========================================
Selected platform: linux
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-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/attaswift/BTree
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/3349] Fetching btree
[1408/21663] Fetching btree, swift-collections
[7746/94607] Fetching btree, swift-collections, swift-syntax
[15236/110239] Fetching btree, swift-collections, swift-syntax, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (6.91s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (7.19s)
Fetched https://github.com/attaswift/BTree from cache (11.91s)
Fetched https://github.com/swiftlang/swift-syntax from cache (11.97s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (14.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.66s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.40s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.39s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.89s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.82s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.30s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/attaswift/BTree
Working copy of https://github.com/attaswift/BTree resolved at 4.1.0
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.7
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.74s)
Building for debugging...
[0/18] Write sources
[11/18] Write swift-version-24593BA9C3E375BF.txt
[13/60] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/62] 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)
[15/64] Compiling BTree Weak.swift
[16/64] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[17/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/64] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/64] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/64] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/64] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/64] Compiling BTree SortedSet.swift
[25/64] Compiling InternalCollectionsUtilities Debugging.swift
[26/64] Compiling InternalCollectionsUtilities Descriptions.swift
[27/64] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[28/64] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/64] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/64] Compiling InternalCollectionsUtilities Integer rank.swift
[35/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[36/64] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/298] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[46/327] Compiling HashTreeCollections _Bucket.swift
[47/327] Compiling HashTreeCollections _Hash.swift
[48/341] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[49/341] Compiling HashTreeCollections _HashNode+Storage.swift
[50/341] Compiling HeapModule _HeapNode.swift
[51/341] Compiling HeapModule Heap.swift
[52/341] Compiling HashTreeCollections _HashLevel.swift
[53/341] Compiling HashTreeCollections _HashNode+Builder.swift
[54/341] Compiling HashTreeCollections _HashNode+Debugging.swift
[55/341] Compiling HashTreeCollections _HashNode+Initializers.swift
[56/341] Compiling HeapModule Heap+Invariants.swift
[57/341] Compiling HeapModule Heap+Descriptions.swift
[58/341] Compiling HeapModule Heap+UnsafeHandle.swift
[59/341] Compiling HashTreeCollections TreeSet+Hashable.swift
[60/341] Compiling HashTreeCollections TreeSet+Sendable.swift
[61/341] Compiling HashTreeCollections TreeSet+Sequence.swift
[62/341] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[63/341] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[64/341] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[65/341] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[66/341] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[67/341] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[68/341] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[69/351] Emitting module HeapModule
[70/351] Compiling DequeModule _DequeSlot.swift
[71/351] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/352] Compiling HashTreeCollections _HashNode+Structural union.swift
[74/352] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[75/352] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[76/352] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[77/352] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[78/352] Compiling HashTreeCollections _HashNode.swift
[79/352] Compiling HashTreeCollections _HashNodeHeader.swift
[80/359] Compiling HashTreeCollections _UnmanagedHashNode.swift
[81/359] Compiling HashTreeCollections _UnsafePath.swift
[82/359] Compiling HashTreeCollections TreeDictionary+Codable.swift
[83/359] Compiling HashTreeCollections TreeDictionary+Collection.swift
[84/359] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[85/359] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[86/359] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[87/359] Compiling HashTreeCollections _HashNode+Invariants.swift
[88/359] Compiling HashTreeCollections _HashNode+Lookups.swift
[89/359] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[90/359] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[95/366] Compiling HashTreeCollections _HashSlot.swift
[96/366] Compiling HashTreeCollections _HashStack.swift
[97/366] Compiling HashTreeCollections TreeDictionary.swift
[98/366] Compiling HashTreeCollections TreeSet+Codable.swift
[99/366] Compiling HashTreeCollections TreeSet+Collection.swift
[100/366] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[101/366] Compiling HashTreeCollections TreeSet+Debugging.swift
[118/366] Compiling HashTreeCollections TreeSet+Descriptions.swift
[119/366] Compiling HashTreeCollections TreeSet+Equatable.swift
[120/366] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[121/366] Compiling HashTreeCollections TreeSet+Extras.swift
[122/366] Compiling HashTreeCollections TreeSet+Filter.swift
[131/366] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[132/366] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[133/366] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[134/366] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[135/366] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[136/366] Compiling HashTreeCollections _HashNode+Structural merge.swift
[137/366] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[138/366] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[144/366] Compiling HashTreeCollections _HashTreeIterator.swift
[145/366] Compiling HashTreeCollections _HashTreeStatistics.swift
[146/366] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[147/366] Compiling HashTreeCollections _RawHashNode.swift
[153/366] Emitting module BitCollections
[154/366] Compiling HashTreeCollections _AncestorHashSlots.swift
[155/366] Compiling HashTreeCollections _Bitmap.swift
[162/366] Compiling BitCollections BitSet.swift
[163/366] Compiling BitCollections Range+Utilities.swift
[164/366] Compiling BitCollections Slice+Utilities.swift
[165/366] Compiling BitCollections UInt+Tricks.swift
[166/366] Compiling BitCollections _Word.swift
[167/366] Compiling OrderedCollections OrderedSet.swift
[168/366] Compiling OrderedCollections _UnsafeBitset.swift
[169/366] Compiling HashTreeCollections TreeDictionary+Merge.swift
[170/366] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[171/366] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[172/366] Compiling HashTreeCollections TreeDictionary+Values.swift
[189/366] Compiling SwiftletModelMacros LabeledExprSyntaxExtension.swift
[192/367] Emitting module SwiftletModelMacros
/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 | }
[203/367] Compiling SwiftletModelMacros UniqueAttributes.swift
BUILD FAILURE 6.2 linux