Build Information
Failed to build SwiftletModel, reference main (1d4286), with Swift 6.3 for Wasm on 10 Apr 2026 17:25:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build 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: wasm
Swift version: 6.3
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" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-collections.git
[1/23525] Fetching swift-collections
[6824/98462] Fetching swift-collections, swift-syntax
[21052/114508] Fetching swift-collections, swift-syntax, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (1.96s)
[31961/90983] Fetching swift-syntax, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.64s)
Fetching https://github.com/attaswift/BTree
Fetched https://github.com/swiftlang/swift-syntax from cache (9.01s)
[1/3349] Fetching btree
Fetched https://github.com/attaswift/BTree from cache (0.41s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (11.94s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.68s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.40s)
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.36s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.76s)
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.78s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.26s)
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.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
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/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/48] Write sources
[6/48] Compiling _SwiftSyntaxCShims dummy.c
[12/48] Write sources
[27/48] Write swift-version-24593BA9C3E375BF.txt
[29/70] Emitting module SwiftSyntax510
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/87] 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)
[31/89] Compiling SwiftSyntax509 Empty.swift
[32/89] Emitting module SwiftSyntax509
[34/90] Compiling SwiftSyntax510 Empty.swift
[35/91] Emitting module SwiftSyntax600
[36/91] Compiling SwiftSyntax600 Empty.swift
[38/92] Wrapping AST for SwiftSyntax509 for debugging
[40/92] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[41/92] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[42/92] Compiling BTree SortedSet.swift
[43/92] Compiling BTree Weak.swift
[44/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/92] Compiling InternalCollectionsUtilities String+Padding.swift
[46/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/94] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/94] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[50/94] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[51/94] Compiling InternalCollectionsUtilities Span+Extras.swift
[57/94] Wrapping AST for SwiftSyntax600 for debugging
[59/94] Compiling InternalCollectionsUtilities Debugging.swift
[60/94] Compiling InternalCollectionsUtilities Descriptions.swift
[61/94] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/94] Emitting module InternalCollectionsUtilities
[63/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/94] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/94] Wrapping AST for SwiftSyntax510 for debugging
[66/94] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/94] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/202] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[70/202] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[71/202] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[72/202] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[73/202] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[74/351] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[75/351] Compiling HashTreeCollections _HashNode+Structural merge.swift
[76/351] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[77/351] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[78/351] Compiling OrderedCollections OrderedDictionary.swift
[79/351] Compiling OrderedCollections OrderedSet+Codable.swift
[80/351] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[81/351] Compiling OrderedCollections OrderedSet+Descriptions.swift
[82/351] Compiling OrderedCollections OrderedSet+Diffing.swift
[83/351] Compiling OrderedCollections OrderedSet+Equatable.swift
[84/351] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[85/351] Compiling OrderedCollections OrderedSet+Hashable.swift
[86/458] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[87/458] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[88/458] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[89/458] Compiling HashTreeCollections _HashNode+Storage.swift
[90/458] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[91/458] Compiling HashTreeCollections _HashNode+Structural filter.swift
[92/458] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[93/458] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[94/458] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[95/458] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[96/458] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[97/458] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[98/458] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[99/458] Compiling HashTreeCollections _HashNode+Structural union.swift
[100/458] Emitting module ContainersPreview
[101/458] Compiling HashTreeCollections _HashNode+Builder.swift
[102/458] Compiling HashTreeCollections _HashNode+Debugging.swift
[103/458] Compiling HashTreeCollections _HashNode+Initializers.swift
[104/458] Compiling HashTreeCollections _HashNode+Invariants.swift
[105/458] Compiling HashTreeCollections _HashNode+Lookups.swift
[106/459] Compiling HeapModule _HeapNode.swift
[108/459] Compiling HeapModule Heap.swift
[109/459] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[110/459] Compiling HeapModule Heap+Invariants.swift
[111/459] Compiling HeapModule Heap+Descriptions.swift
[112/459] Compiling HeapModule Heap+UnsafeHandle.swift
[113/499] Emitting module HeapModule
[115/500] Compiling DequeModule UniqueDeque+Container.swift
[116/500] Compiling DequeModule UniqueDeque+Descriptions.swift
[117/500] Compiling DequeModule UniqueDeque+Equatable.swift
[118/500] Compiling DequeModule UniqueDeque+Experimental.swift
[119/500] Compiling DequeModule UniqueDeque+Hashable.swift
[120/500] Compiling DequeModule UniqueDeque+Initializers.swift
[121/500] Compiling DequeModule UniqueDeque+Insertions.swift
[122/500] Compiling DequeModule UniqueDeque+Prepend.swift
[123/500] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[124/500] Compiling HashTreeCollections TreeDictionary+Filter.swift
[125/500] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[126/500] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[127/500] Compiling HashTreeCollections TreeDictionary+Keys.swift
[128/500] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[129/500] Compiling HashTreeCollections TreeDictionary+Merge.swift
[130/500] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[131/507] Compiling BitCollections BitSet.swift
[132/507] Compiling BitCollections Range+Utilities.swift
[133/507] Compiling BitCollections Slice+Utilities.swift
[134/507] Compiling BitCollections UInt+Tricks.swift
[135/507] Compiling BitCollections _Word.swift
[136/507] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[137/507] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[138/507] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[139/507] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[140/507] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[141/517] Compiling DequeModule UniqueDeque+Consumption.swift
[146/522] Compiling DequeModule UniqueDeque+Removals.swift
[147/522] Compiling DequeModule UniqueDeque+Replacements.swift
[148/522] Compiling DequeModule UniqueDeque.swift
[149/522] Compiling DequeModule _DequeSlot.swift
[150/522] Compiling DequeModule _UnsafeDequeHandle.swift
[151/522] Compiling DequeModule _UnsafeDequeSegments.swift
[152/522] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[153/522] Emitting module BitCollections
[161/522] Compiling DequeModule RigidDeque+Removals.swift
[162/522] Compiling DequeModule RigidDeque+Replacements.swift
[163/522] Compiling DequeModule RigidDeque+Testing.swift
[164/522] Compiling DequeModule RigidDeque.swift
[165/522] Compiling DequeModule UniqueDeque+Append.swift
[169/522] Compiling DequeModule Deque+Testing.swift
[170/522] Compiling DequeModule Deque._Storage.swift
[171/522] Compiling DequeModule Deque._UnsafeHandle.swift
[172/522] Compiling DequeModule Deque.swift
[173/522] Compiling DequeModule RigidDeque+Equatable.swift
[174/522] Compiling DequeModule RigidDeque+Experimental.swift
[175/522] Compiling DequeModule RigidDeque+Hashable.swift
[181/529] Compiling DequeModule RigidDeque+Insertions.swift
[182/529] Compiling DequeModule RigidDeque+Prepend.swift
[183/529] Compiling DequeModule _DequeBuffer.swift
[184/529] Compiling DequeModule _DequeBufferHeader.swift
[185/529] Compiling DequeModule RigidDeque+Append.swift
[186/529] Compiling DequeModule RigidDeque+Consumption.swift
[187/529] Compiling DequeModule RigidDeque+Container.swift
[188/529] Compiling DequeModule RigidDeque+Descriptions.swift
[189/529] Compiling HashTreeCollections TreeDictionary.swift
[190/529] Compiling HashTreeCollections TreeSet+Codable.swift
[191/529] Compiling HashTreeCollections TreeSet+Collection.swift
[192/529] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[193/529] Compiling HashTreeCollections TreeSet+Debugging.swift
[194/529] Compiling HashTreeCollections TreeSet+Descriptions.swift
[195/529] Compiling HashTreeCollections TreeSet+Equatable.swift
[196/529] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[197/529] Compiling HashTreeCollections TreeSet+Extras.swift
[198/529] Compiling HashTreeCollections TreeSet+Filter.swift
[206/529] Compiling DequeModule RigidDeque+Initializers.swift
[216/529] Compiling BitCollections BitSet.Index.swift
[217/529] Compiling OrderedCollections OrderedSet+Sendable.swift
[257/529] Compiling DequeModule Deque+Extras.swift
[258/529] Compiling DequeModule Deque+Hashable.swift
[261/529] Compiling DequeModule Deque+CustomReflectable.swift
[262/529] Compiling DequeModule Deque+Descriptions.swift
[263/529] Compiling DequeModule Deque+Equatable.swift
[264/529] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[265/529] Compiling DequeModule Deque+Codable.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 | }
[266/529] Compiling DequeModule Deque+Collection.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 | }
[267/529] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[268/529] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[269/529] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[270/529] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[271/529] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[272/529] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[273/529] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[274/529] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[275/529] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[276/529] Compiling HashTreeCollections TreeSet.swift
BUILD FAILURE 6.3 wasm