Build Information
Failed to build SwiftletModel, reference 0.12.3 (2074bb
), with Swift 6.2 (beta) for Linux on 23 Jun 2025 21:29:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/KazaiMazai/SwiftletModel.git
Reference: 0.12.3
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.12.3 -> FETCH_HEAD
HEAD is now at 2074bb0 Minor schema fixes (#94)
Cloned https://github.com/KazaiMazai/SwiftletModel.git
Revision (git rev-parse @):
2074bb06022cd433dfe8ffd6f3f1810f8250b1ee
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KazaiMazai/SwiftletModel.git at 0.12.3
========================================
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-4609320-0":/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/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/16640] Fetching swift-collections
[3496/30691] Fetching swift-collections, swift-snapshot-testing
[6388/101618] Fetching swift-collections, swift-snapshot-testing, swift-syntax
Fetching https://github.com/attaswift/BTree
Fetched https://github.com/apple/swift-collections.git from cache (2.32s)
[26926/84978] Fetching swift-snapshot-testing, swift-syntax
[31162/88327] Fetching swift-snapshot-testing, swift-syntax, btree
Fetched https://github.com/attaswift/BTree from cache (0.93s)
[60723/84978] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (9.45s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.47s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (14.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.83s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.35s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.39s)
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.26s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.59s)
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.82s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.56s)
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/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/attaswift/BTree
Working copy of https://github.com/attaswift/BTree resolved at 4.1.0
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
Building for debugging...
[0/47] Write sources
[25/47] Compiling _SwiftSyntaxCShims dummy.c
[26/47] Write swift-version-24593BA9C3E375BF.txt
[28/82] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/83] 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)
[30/85] Emitting module SwiftSyntax509
[31/85] Compiling SwiftSyntax509 Empty.swift
[32/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[34/86] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[35/86] Compiling InternalCollectionsUtilities UInt+reversed.swift
[37/86] Emitting module SwiftSyntax600
[38/86] Compiling SwiftSyntax600 Empty.swift
[39/87] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[40/87] Compiling InternalCollectionsUtilities Integer rank.swift
[41/87] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[42/87] Compiling InternalCollectionsUtilities Debugging.swift
[43/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/87] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/87] Compiling InternalCollectionsUtilities _SortedCollection.swift
[46/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/87] Compiling InternalCollectionsUtilities Descriptions.swift
[49/87] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/88] Emitting module SwiftSyntax510
[51/88] Compiling SwiftSyntax510 Empty.swift
[51/88] Wrapping AST for SwiftSyntax509 for debugging
[53/89] Wrapping AST for SwiftSyntax600 for debugging
[56/89] Compiling BTree SortedSet.swift
[57/89] Compiling BTree Weak.swift
[58/89] Compiling BTree Compatibility.swift
[59/89] Compiling BTree List.swift
[62/427] Compiling HeapModule _HeapNode.swift
[63/427] Compiling _RopeModule BigString+Iterators.swift
[64/427] Compiling _RopeModule BigString+Metrics.swift
[65/429] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[66/429] Compiling HeapModule Heap+Descriptions.swift
[67/429] Compiling HeapModule Heap+UnsafeHandle.swift
[68/429] Compiling HeapModule Heap+Invariants.swift
[69/429] Emitting module HeapModule
[70/429] Compiling HeapModule Heap.swift
[72/430] Compiling _RopeModule BigString+Builder.swift
[73/430] Compiling _RopeModule BigString+Contents.swift
[74/430] Compiling _RopeModule BigString+Ingester.swift
[75/430] Compiling _RopeModule BigString+Invariants.swift
[75/430] Wrapping AST for SwiftSyntax510 for debugging
[77/430] Compiling DequeModule _DequeSlot.swift
[78/430] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/430] Compiling HashTreeCollections _HashNode+Initializers.swift
[80/430] Compiling HashTreeCollections _HashNode+Invariants.swift
[81/430] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[82/430] Compiling _RopeModule BigString+Hashing.swift
[83/430] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[84/430] Compiling HashTreeCollections TreeSet+Codable.swift
[85/430] Compiling HashTreeCollections TreeSet+Collection.swift
[86/430] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[87/430] Compiling HashTreeCollections TreeSet+Debugging.swift
[88/430] Compiling HashTreeCollections TreeSet+Descriptions.swift
[89/430] Compiling HashTreeCollections TreeSet+Equatable.swift
[90/430] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[91/430] Compiling HashTreeCollections TreeSet+Extras.swift
[92/430] Compiling HashTreeCollections TreeSet+Filter.swift
[93/437] Compiling _RopeModule Rope+Sequence.swift
[94/437] Compiling _RopeModule Rope+Append.swift
[95/437] Compiling HashTreeCollections _Bitmap.swift
[96/437] Compiling _RopeModule Rope+Find.swift
[97/437] Compiling _RopeModule Rope+ForEachWhile.swift
[98/437] Compiling _RopeModule Rope+Insert.swift
[99/437] Compiling HashTreeCollections _HashNode+Builder.swift
[100/437] Compiling HashTreeCollections _HashNode+Debugging.swift
[101/437] Compiling _RopeModule BigSubstring.swift
[102/437] Compiling _RopeModule Rope+Builder.swift
[103/437] Compiling _RopeModule Rope+Debugging.swift
[104/437] Compiling _RopeModule Rope+Invariants.swift
[105/437] Compiling _RopeModule Rope+_Node.swift
[106/437] Compiling _RopeModule _RopeVersion.swift
[107/437] Compiling _RopeModule Rope+Collection.swift
[108/437] Compiling _RopeModule Rope+Index.swift
[109/437] Emitting module BitCollections
[110/444] Compiling BitCollections BitSet.swift
[111/444] Compiling BitCollections Range+Utilities.swift
[112/444] Compiling BitCollections Slice+Utilities.swift
[113/444] Compiling BitCollections UInt+Tricks.swift
[114/444] Compiling BitCollections _Word.swift
[115/444] Compiling OrderedCollections OrderedSet.swift
[116/444] Compiling OrderedCollections _UnsafeBitset.swift
[117/444] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[118/444] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[119/444] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[128/444] Compiling BitCollections BitSet.Index.swift
[129/444] Compiling BitCollections BitSet._UnsafeHandle.swift
[132/454] Compiling _RopeModule BigString+Debugging.swift
[133/454] Compiling _RopeModule BigString+Index.swift
[138/454] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[139/454] Compiling _RopeModule BigString+Chunk+Breaks.swift
[140/454] Compiling _RopeModule BigString+Summary.swift
[141/454] Compiling _RopeModule BigString.swift
[142/454] Compiling _RopeModule BigString+Chunk+Counts.swift
[143/454] Compiling _RopeModule BigString+Chunk+Description.swift
[144/454] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[145/454] Compiling _RopeModule BigString+Chunk+Splitting.swift
[146/454] Compiling _RopeModule BigString+Chunk.swift
[147/454] Compiling _RopeModule BigString+BidirectionalCollection.swift
[148/454] Compiling _RopeModule BigString+UnicodeScalarView.swift
[149/454] Compiling _RopeModule BigSubstring+UTF16View.swift
[150/454] Compiling _RopeModule BigSubstring+UTF8View.swift
[166/454] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[180/454] Emitting module DequeModule
[182/455] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[183/455] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[184/455] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[185/455] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[186/455] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[187/455] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[188/455] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[189/455] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[190/455] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[191/455] Compiling HashTreeCollections TreeSet.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 | }
BUILD FAILURE 6.2 linux