The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftletModel, reference main (1d4286), with Swift 6.0 for Linux on 10 Apr 2026 17:14:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 1d42865 Access-level-fix-for-RegexPredicate (#129)
Cloned https://github.com/KazaiMazai/SwiftletModel.git
Revision (git rev-parse @):
1d42865fe69161280e3292df7db300c00d6c6650
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KazaiMazai/SwiftletModel.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/KazaiMazai/SwiftletModel.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/attaswift/BTree
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/3349] Fetching btree
[604/26874] Fetching btree, swift-collections
[5703/101811] Fetching btree, swift-collections, swift-syntax
[6174/117857] Fetching btree, swift-collections, swift-syntax, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (7.32s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (7.44s)
Fetched https://github.com/attaswift/BTree from cache (11.41s)
Fetched https://github.com/swiftlang/swift-syntax from cache (11.47s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (2.53s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.06s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.73s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.77s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.81s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.82s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.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.5.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.4.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Building for debugging...
[0/48] Write sources
[26/48] Compiling _SwiftSyntaxCShims dummy.c
[27/48] Write swift-version-24593BA9C3E375BF.txt
[29/87] Emitting module SwiftSyntax600
[30/87] Compiling SwiftSyntax600 Empty.swift
[31/87] Emitting module SwiftSyntax509
[32/87] Compiling SwiftSyntax509 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/88] 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)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:26: error: method does not override any method from its superclass
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                          `- error: method does not override any method from its superclass
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
[34/88] Compiling InternalCollectionsUtilities Integer rank.swift
[35/88] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[36/88] Emitting module InternalCollectionsUtilities
[37/88] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[38/88] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[39/88] Compiling InternalCollectionsUtilities Span+Extras.swift
[40/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/93] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[46/93] Compiling BTree Weak.swift
[47/93] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/93] Compiling BTree SortedSet.swift
[50/93] Compiling InternalCollectionsUtilities String+Padding.swift
[51/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/93] Compiling InternalCollectionsUtilities Debugging.swift
[53/93] Compiling InternalCollectionsUtilities Descriptions.swift
[57/93] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/93] Compiling SwiftSyntax510 Empty.swift
[59/93] Emitting module SwiftSyntax510
[62/94] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/94] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/95] Wrapping AST for SwiftSyntax509 for debugging
[68/95] Wrapping AST for SwiftSyntax600 for debugging
[69/95] Wrapping AST for SwiftSyntax510 for debugging
[71/454] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[72/454] Compiling HeapModule Heap+Invariants.swift
[73/454] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[74/454] Compiling BitCollections BinaryInteger extensions.swift
[75/454] Compiling BitCollections BitArray+BitwiseOperations.swift
[76/454] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[77/454] Compiling BitCollections BitArray+Codable.swift
[78/454] Compiling BitCollections BitArray+Collection.swift
[79/454] Compiling BitCollections BitArray+Copy.swift
[80/454] Compiling BitCollections BitArray+CustomReflectable.swift
[81/454] Compiling BitCollections BitArray+Descriptions.swift
[82/454] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[83/454] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[84/454] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[87/454] Compiling BitCollections BitSet+Initializers.swift
[88/454] Compiling BitCollections BitSet+Invariants.swift
[89/454] Compiling BitCollections BitSet+Random.swift
[90/454] Compiling BitCollections BitSet+SetAlgebra basics.swift
[91/462] Compiling BitCollections BitArray+Hashable.swift
[92/462] Compiling BitCollections BitArray+Initializers.swift
[93/462] Compiling BitCollections BitArray+Invariants.swift
[94/462] Compiling BitCollections BitSet+Codable.swift
[95/462] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[96/466] Compiling BitCollections BitArray+Testing.swift
[97/466] Compiling BitCollections BitArray._UnsafeHandle.swift
[98/466] Compiling BitCollections BitArray.swift
[99/466] Compiling BitCollections BitSet+BidirectionalCollection.swift
[100/467] Emitting module ContainersPreview
[101/467] Compiling HeapModule Heap+Descriptions.swift
[102/467] Compiling BitCollections BitArray+Equatable.swift
[103/467] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[104/467] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[105/467] Compiling BitCollections BitArray+Extras.swift
[106/467] Compiling BitCollections BitArray+Fill.swift
[107/467] Compiling BitCollections BitSet+CustomReflectable.swift
[108/467] Compiling BitCollections BitSet+CustomStringConvertible.swift
[109/467] Compiling BitCollections BitSet+Equatable.swift
[110/467] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[111/467] Compiling BitCollections BitSet+Extras.swift
[112/467] Compiling BitCollections BitSet+Hashable.swift
[113/467] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[114/467] Compiling BitCollections BitArray+RandomBits.swift
[115/467] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[116/467] Compiling BitCollections BitArray+Shifts.swift
[119/467] Compiling HeapModule _HeapNode.swift
[120/467] Compiling ContainersPreview Box.swift
[121/467] Compiling ContainersPreview Inout.swift
[122/467] Compiling ContainersPreview InputSpan.swift
[123/467] Compiling ContainersPreview Shared.swift
[124/468] Compiling HeapModule Heap.swift
[126/468] Compiling HeapModule Heap+UnsafeHandle.swift
[127/468] Emitting module HeapModule
[136/476] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[137/476] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[138/476] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[139/476] Compiling BitCollections BitSet+SetAlgebra union.swift
[140/476] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[141/476] Compiling BitCollections BitSet.Counted.swift
[142/476] Compiling HashTreeCollections _HashStack.swift
[150/523] Emitting module BitCollections
[151/523] Compiling DequeModule UniqueDeque+Consumption.swift
[152/523] Compiling DequeModule UniqueDeque+Container.swift
[153/523] Compiling DequeModule UniqueDeque+Descriptions.swift
[154/523] Compiling DequeModule UniqueDeque+Equatable.swift
[155/523] Compiling DequeModule UniqueDeque+Experimental.swift
[156/523] Compiling DequeModule UniqueDeque+Hashable.swift
[157/523] Compiling DequeModule UniqueDeque+Initializers.swift
[158/523] Compiling DequeModule UniqueDeque+Insertions.swift
[159/523] Compiling DequeModule UniqueDeque+Prepend.swift
[160/523] Compiling DequeModule UniqueDeque+Removals.swift
[161/528] Compiling DequeModule UniqueDeque+Replacements.swift
[162/528] Compiling DequeModule UniqueDeque.swift
[163/528] Compiling DequeModule _DequeSlot.swift
[164/528] Compiling DequeModule _UnsafeDequeHandle.swift
[165/528] Compiling DequeModule _UnsafeDequeSegments.swift
[166/528] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[167/528] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[168/528] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[169/528] Compiling DequeModule RigidDeque+Experimental.swift
[170/528] Compiling DequeModule RigidDeque+Hashable.swift
[171/528] Compiling DequeModule RigidDeque+Initializers.swift
[172/528] Compiling DequeModule RigidDeque+Insertions.swift
[173/528] Compiling DequeModule RigidDeque+Prepend.swift
[177/528] Compiling DequeModule RigidDeque+Removals.swift
[178/528] Compiling DequeModule RigidDeque+Replacements.swift
[179/528] Compiling DequeModule RigidDeque+Testing.swift
[180/528] Compiling DequeModule RigidDeque.swift
[181/528] Compiling DequeModule UniqueDeque+Append.swift
[183/528] Compiling DequeModule _DequeBuffer.swift
[184/528] Compiling DequeModule _DequeBufferHeader.swift
[185/528] Compiling DequeModule RigidDeque+Append.swift
[186/528] Compiling DequeModule RigidDeque+Consumption.swift
[187/528] Compiling DequeModule RigidDeque+Container.swift
[188/528] Compiling DequeModule RigidDeque+Descriptions.swift
[189/528] Compiling DequeModule RigidDeque+Equatable.swift
[190/528] Compiling DequeModule Deque+Codable.swift
[191/528] Compiling DequeModule Deque+Collection.swift
[192/528] Compiling DequeModule Deque+CustomReflectable.swift
[193/528] Compiling DequeModule Deque+Descriptions.swift
[194/528] Compiling DequeModule Deque+Equatable.swift
[195/528] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[196/528] Compiling DequeModule Deque+Extras.swift
[197/528] Compiling DequeModule Deque+Hashable.swift
[228/538] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[229/538] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[230/538] Compiling HashTreeCollections TreeDictionary+Filter.swift
[231/538] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[232/538] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[233/538] Compiling _RopeModule Rope+Join.swift
[234/538] Compiling _RopeModule Rope+MutatingForEach.swift
[235/538] Compiling _RopeModule Rope+Remove.swift
[236/538] Compiling _RopeModule Rope+RemoveSubrange.swift
[237/538] Compiling _RopeModule Rope+Split.swift
[238/538] Compiling _RopeModule Optional Utilities.swift
[239/538] Compiling BitCollections BitSet._UnsafeHandle.swift
[240/538] Compiling BitCollections BitSet.swift
[241/538] Compiling BitCollections Range+Utilities.swift
[242/538] Compiling BitCollections Slice+Utilities.swift
[243/538] Compiling BitCollections UInt+Tricks.swift
[244/538] Compiling BitCollections _Word.swift
[245/538] Compiling OrderedCollections _UnsafeBitset.swift
[246/538] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[247/538] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[248/538] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[257/538] Compiling DequeModule Deque+Testing.swift
[258/538] Compiling DequeModule Deque._Storage.swift
[259/538] Compiling DequeModule Deque._UnsafeHandle.swift
[260/538] Compiling DequeModule Deque.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:57:26: error: method does not override any method from its superclass
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                          `- error: method does not override any method from its superclass
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:57:26: error: method does not override any method from its superclass
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                          `- error: method does not override any method from its superclass
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.0 linux