Build Information
Failed to build ProjectNavigator, reference main (35005a
), with Swift 6.1 for Wasm on 29 May 2025 18:48:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mchakravarty/ProjectNavigator.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/mchakravarty/ProjectNavigator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 35005a1 Fix
Cloned https://github.com/mchakravarty/ProjectNavigator.git
Revision (git rev-parse @):
35005a147eb645cba1733b26e852bd243016345a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mchakravarty/ProjectNavigator.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mchakravarty/ProjectNavigator.git
https://github.com/mchakravarty/ProjectNavigator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "ProjectNavigator",
"name" : "ProjectNavigator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Files",
"targets" : [
"Files"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ProjectNavigator",
"targets" : [
"ProjectNavigator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_FilesTestSupport",
"module_type" : "SwiftTarget",
"name" : "_FilesTestSupport",
"path" : "Sources/_FilesTestSupport",
"product_memberships" : [
"ProjectNavigator"
],
"sources" : [
"Payload.swift"
],
"target_dependencies" : [
"Files"
],
"type" : "library"
},
{
"c99name" : "ProjectNavigatorTests",
"module_type" : "SwiftTarget",
"name" : "ProjectNavigatorTests",
"path" : "Tests/ProjectNavigatorTests",
"sources" : [
"NavigationViewTests.swift"
],
"target_dependencies" : [
"ProjectNavigator"
],
"type" : "test"
},
{
"c99name" : "ProjectNavigator",
"module_type" : "SwiftTarget",
"name" : "ProjectNavigator",
"path" : "Sources/ProjectNavigator",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"ProjectNavigator"
],
"sources" : [
"EditableLabel.swift",
"FileNavigator.swift",
"SwitchFileOrFolder.swift",
"WrappedUUIDSet.swift"
],
"target_dependencies" : [
"Files",
"_FilesTestSupport"
],
"type" : "library"
},
{
"c99name" : "FilesTests",
"module_type" : "SwiftTarget",
"name" : "FilesTests",
"path" : "Tests/FilesTests",
"sources" : [
"FileOperationsTests.swift",
"FilesTests.swift"
],
"target_dependencies" : [
"Files",
"_FilesTestSupport"
],
"type" : "test"
},
{
"c99name" : "Files",
"module_type" : "SwiftTarget",
"name" : "Files",
"path" : "Sources/Files",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"Files",
"ProjectNavigator"
],
"sources" : [
"FileOperations.swift",
"FileTree.swift",
"Files.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[2050/18640] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.41s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (4.37s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.73s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[10/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[11/23] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/23] Emitting module InternalCollectionsUtilities
[13/23] Compiling InternalCollectionsUtilities Descriptions.swift
[14/23] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/23] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/23] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/23] Compiling InternalCollectionsUtilities Integer rank.swift
[18/23] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/23] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/23] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/23] Compiling InternalCollectionsUtilities Debugging.swift
[22/23] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/23] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[26/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[27/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[28/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[29/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[30/79] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[31/79] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[32/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[33/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[34/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[35/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[36/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[37/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[38/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[39/86] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[40/86] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[41/86] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[42/86] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[43/86] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[44/86] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[45/86] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[46/86] Compiling OrderedCollections OrderedDictionary+Values.swift
[47/86] Compiling OrderedCollections OrderedDictionary.swift
[48/86] Compiling OrderedCollections OrderedSet+Codable.swift
[49/86] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[50/86] Compiling OrderedCollections OrderedSet+Descriptions.swift
[51/86] Compiling OrderedCollections OrderedSet+Diffing.swift
[52/86] Compiling OrderedCollections OrderedSet+Equatable.swift
[53/86] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[54/86] Compiling OrderedCollections OrderedSet+Hashable.swift
[55/86] Compiling OrderedCollections OrderedDictionary+Codable.swift
[56/86] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[57/86] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[58/86] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[59/86] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[60/86] Compiling OrderedCollections OrderedDictionary+Elements.swift
[61/86] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[62/86] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[63/86] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/86] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/86] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/86] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/86] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[69/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[70/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[71/86] Compiling OrderedCollections OrderedSet+Sendable.swift
[72/86] Compiling OrderedCollections OrderedSet+SubSequence.swift
[73/86] Compiling OrderedCollections OrderedSet+Testing.swift
[74/86] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[75/86] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[76/86] Compiling OrderedCollections OrderedSet.swift
[77/86] Compiling OrderedCollections _UnsafeBitset.swift
[78/86] Compiling OrderedCollections _HashTable+Bucket.swift
[79/86] Compiling OrderedCollections _HashTable+BucketIterator.swift
[80/86] Compiling OrderedCollections _HashTable+Constants.swift
[81/86] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[82/86] Compiling OrderedCollections _HashTable+Testing.swift
[83/86] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[84/86] Compiling OrderedCollections _HashTable.swift
[85/86] Compiling OrderedCollections _Hashtable+Header.swift
[86/86] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/91] Emitting module Files
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
7 |
8 | import Foundation
9 | import os
| `- error: no such module 'os'
10 |
11 |
[89/91] Compiling Files FileTree.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
7 |
8 | import Foundation
9 | import os
| `- error: no such module 'os'
10 |
11 |
[90/91] Compiling Files Files.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
7 |
8 | import Foundation
9 | import os
| `- error: no such module 'os'
10 |
11 |
[91/91] Compiling Files FileOperations.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
7 |
8 | import Foundation
9 | import os
| `- error: no such module 'os'
10 |
11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/17] Compiling InternalCollectionsUtilities Debugging.swift
[6/18] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/18] Compiling InternalCollectionsUtilities Descriptions.swift
[8/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/18] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/18] Emitting module InternalCollectionsUtilities
[11/18] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/18] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/18] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/18] Compiling InternalCollectionsUtilities Integer rank.swift
[15/18] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/18] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/18] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/18] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[21/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[22/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[23/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[24/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[25/74] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[26/74] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[27/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[28/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[29/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[30/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[31/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[32/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[33/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[34/81] Compiling OrderedCollections OrderedDictionary.swift
[35/81] Compiling OrderedCollections OrderedSet+Codable.swift
[36/81] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[37/81] Compiling OrderedCollections OrderedSet+Descriptions.swift
[38/81] Compiling OrderedCollections OrderedSet+Diffing.swift
[39/81] Compiling OrderedCollections OrderedSet+Equatable.swift
[40/81] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[41/81] Compiling OrderedCollections OrderedSet+Hashable.swift
[42/81] Compiling OrderedCollections OrderedSet+Initializers.swift
[43/81] Compiling OrderedCollections OrderedSet+Insertions.swift
[44/81] Compiling OrderedCollections OrderedSet+Invariants.swift
[45/81] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[46/81] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[47/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[48/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[49/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[50/81] Compiling OrderedCollections OrderedSet+Sendable.swift
[51/81] Compiling OrderedCollections OrderedSet+SubSequence.swift
[52/81] Compiling OrderedCollections OrderedSet+Testing.swift
[53/81] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[54/81] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[55/81] Compiling OrderedCollections OrderedSet.swift
[56/81] Compiling OrderedCollections _UnsafeBitset.swift
[57/81] Emitting module OrderedCollections
[58/81] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/81] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/81] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[61/81] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[62/81] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[63/81] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[64/81] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[65/81] Compiling OrderedCollections OrderedDictionary+Values.swift
[66/81] Compiling OrderedCollections OrderedDictionary+Codable.swift
[67/81] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[68/81] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[69/81] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[70/81] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[71/81] Compiling OrderedCollections OrderedDictionary+Elements.swift
[72/81] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[73/81] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[74/81] Compiling OrderedCollections _HashTable+Bucket.swift
[75/81] Compiling OrderedCollections _HashTable+BucketIterator.swift
[76/81] Compiling OrderedCollections _HashTable+Constants.swift
[77/81] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[78/81] Compiling OrderedCollections _HashTable+Testing.swift
[79/81] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[80/81] Compiling OrderedCollections _HashTable.swift
[81/81] Compiling OrderedCollections _Hashtable+Header.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/86] Emitting module Files
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
7 |
8 | import Foundation
9 | import os
| `- error: no such module 'os'
10 |
11 |
[84/86] Compiling Files FileTree.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
7 |
8 | import Foundation
9 | import os
| `- error: no such module 'os'
10 |
11 |
[85/86] Compiling Files FileOperations.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
7 |
8 | import Foundation
9 | import os
| `- error: no such module 'os'
10 |
11 |
[86/86] Compiling Files Files.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
7 |
8 | import Foundation
9 | import os
| `- error: no such module 'os'
10 |
11 |
BUILD FAILURE 6.1 wasm