Build Information
Failed to build swift-sass, reference 3.3.0 (361b70), with Swift 6.1 for Wasm on 15 Jan 2026 16:12:55 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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/swift-sass.git
Reference: 3.3.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/johnfairh/swift-sass
* tag 3.3.0 -> FETCH_HEAD
HEAD is now at 361b70b Version 3.3.0
Submodule path 'sass': checked out '6772c45222fe460901958a85dedc9548fb16d3bc'
Submodule 'sass' (https://github.com/sass/sass.git) registered for path 'sass'
Cloning into '/host/spi-builder-workspace/sass'...
Cloned https://github.com/johnfairh/swift-sass.git
Revision (git rev-parse @):
361b70bbb4f038cc850cb2d5e6ef5aa3495cb6ef
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/johnfairh/swift-sass.git
https://github.com/johnfairh/swift-sass.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "semver.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnfairh/Semver.swift.git"
},
{
"identity" : "sourcemapper",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnfairh/SourceMapper.git"
}
],
"manifest_display_name" : "swift-sass",
"name" : "swift-sass",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DartSass",
"targets" : [
"DartSass"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ssassc",
"targets" : [
"SassCli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SassTests",
"module_type" : "SwiftTarget",
"name" : "SassTests",
"path" : "Tests/SassTests",
"sources" : [
"TestCalculation.swift",
"TestColor.swift",
"TestCompilerResults.swift",
"TestConstants.swift",
"TestFunction.swift",
"TestList.swift",
"TestMap.swift",
"TestNumber.swift",
"TestString.swift"
],
"target_dependencies" : [
"Sass"
],
"type" : "test"
},
{
"c99name" : "SassCli",
"module_type" : "SwiftTarget",
"name" : "SassCli",
"path" : "Sources/SassCli",
"product_memberships" : [
"ssassc"
],
"sources" : [
"ssassc.swift"
],
"target_dependencies" : [
"DartSass"
],
"type" : "executable"
},
{
"c99name" : "Sass",
"module_type" : "SwiftTarget",
"name" : "Sass",
"path" : "Sources/Sass",
"product_dependencies" : [
"SourceMapper"
],
"product_memberships" : [
"DartSass",
"ssassc"
],
"sources" : [
"ArgumentList.swift",
"Calculation.swift",
"Color.swift",
"CompilerFunction.swift",
"CompilerResults.swift",
"CompilerTypes.swift",
"Constants.swift",
"DynamicFunction.swift",
"FunctionTypes.swift",
"List.swift",
"Map.swift",
"Mixin.swift",
"Number.swift",
"String.swift",
"Units.swift",
"Value.swift",
"ValueConvertible.swift"
],
"type" : "library"
},
{
"c99name" : "DartSassTests",
"module_type" : "SwiftTarget",
"name" : "DartSassTests",
"path" : "Tests/DartSassTests",
"sources" : [
"TestCompilerErrors.swift",
"TestFunctions.swift",
"TestImporters.swift",
"TestInterface.swift",
"TestProtocolErrors.swift",
"TestResetShutdown.swift",
"TestUtils.swift",
"TestVersions.swift"
],
"target_dependencies" : [
"DartSass"
],
"type" : "test"
},
{
"c99name" : "DartSassEmbeddedMacOS",
"module_type" : "SwiftTarget",
"name" : "DartSassEmbeddedMacOS",
"path" : "Sources/DartSassEmbeddedMacOS",
"product_memberships" : [
"DartSass",
"ssassc"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DartSassEmbeddedMacOS/x64",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DartSassEmbeddedMacOS.swift"
],
"type" : "library"
},
{
"c99name" : "DartSassEmbeddedLinux",
"module_type" : "SwiftTarget",
"name" : "DartSassEmbeddedLinux",
"path" : "Sources/DartSassEmbeddedLinux",
"product_memberships" : [
"DartSass",
"ssassc"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DartSassEmbeddedLinux/x64",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DartSassEmbeddedLinux.swift"
],
"type" : "library"
},
{
"c99name" : "DartSass",
"module_type" : "SwiftTarget",
"name" : "DartSass",
"path" : "Sources/DartSass",
"product_dependencies" : [
"SwiftProtobuf",
"NIOCore",
"NIOPosix",
"NIOFoundationCompat",
"Atomics",
"Logging",
"Semver"
],
"product_memberships" : [
"DartSass",
"ssassc"
],
"sources" : [
"BinaryProtocol.swift",
"Compiler.swift",
"CompilerRequests.swift",
"CompilerWork.swift",
"Concurrency+Extras.swift",
"DartSassEmbedded.swift",
"Deprecation.swift",
"Errors.swift",
"Exec.swift",
"Importers.swift",
"ProtobufConversion.swift",
"ProtobufValueConversion.swift",
"Versions.swift",
"embedded_sass.pb.swift"
],
"target_dependencies" : [
"Sass",
"DartSassEmbeddedMacOS",
"DartSassEmbeddedLinux"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-protobuf.git
[1/181] Fetching semver.swift
[182/732] Fetching semver.swift, sourcemapper
[414/2552] Fetching semver.swift, sourcemapper, swift-atomics
[2553/8337] Fetching semver.swift, sourcemapper, swift-atomics, swift-log
[8338/89622] Fetching semver.swift, sourcemapper, swift-atomics, swift-log, swift-nio
[44596/131453] Fetching semver.swift, sourcemapper, swift-atomics, swift-log, swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/SourceMapper.git from cache (10.78s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (14.40s)
Fetched https://github.com/apple/swift-log.git from cache (14.41s)
Fetched https://github.com/apple/swift-atomics.git from cache (14.41s)
Fetched https://github.com/apple/swift-protobuf.git from cache (14.56s)
Fetched https://github.com/apple/swift-nio.git from cache (14.59s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (20.57s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (1.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.95s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (1.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5415] Fetching swift-system
[4171/24038] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.13s)
Fetched https://github.com/apple/swift-collections.git from cache (2.17s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.0 (0.99s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.92.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git 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.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
Creating working copy for https://github.com/johnfairh/SourceMapper.git
Working copy of https://github.com/johnfairh/SourceMapper.git resolved at 2.0.0
Creating working copy for https://github.com/johnfairh/Semver.swift.git
Working copy of https://github.com/johnfairh/Semver.swift.git resolved at 1.2.4
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/48] Write sources
[14/48] Compiling CNIODarwin shim.c
[15/48] Copying PrivacyInfo.xcprivacy
[16/48] Write sources
[19/48] Compiling CNIOOpenBSD shim.c
[20/48] Compiling CNIOLinux liburing_shims.c
[21/48] Compiling CNIOLinux shim.c
[22/48] Compiling _AtomicsShims.c
[23/48] Compiling CNIOWindows shim.c
[24/48] Compiling CNIOWindows WSAStartup.c
[25/48] Compiling CNIOWASI CNIOWASI.c
[26/48] Compiling CNIOPosix event_loop_id.c
[27/48] Write swift-version-24593BA9C3E375BF.txt
[29/155] Emitting module Logging
[30/155] Emitting module _NIOBase64
[30/155] Compiling c-nioatomics.c
[32/171] Compiling InternalCollectionsUtilities Debugging.swift
[33/171] Compiling InternalCollectionsUtilities Descriptions.swift
[34/171] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/171] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/173] Compiling _NIODataStructures _TinyArray.swift
[37/173] Compiling _NIODataStructures PriorityQueue.swift
[38/173] Compiling _NIOBase64 Base64.swift
[39/174] Compiling SourceMapper VLQ.swift
[40/174] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[41/174] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/174] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/174] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/174] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[46/174] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[46/174] Compiling c-atomics.c
[47/175] Wrapping AST for _NIOBase64 for debugging
[49/192] Emitting module InternalCollectionsUtilities
[50/192] Emitting module _NIODataStructures
[51/192] Compiling Logging MetadataProvider.swift
[52/192] Compiling _NIODataStructures Heap.swift
[53/193] Compiling Atomics AtomicStorage.swift
[54/193] Compiling Atomics AtomicValue.swift
[55/195] Compiling Logging LogHandler.swift
[56/195] Compiling Logging Locks.swift
[57/195] Compiling Logging Logging.swift
[58/202] Emitting module Semver
[59/202] Compiling Atomics UnsafeAtomic.swift
[60/202] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/202] Compiling Atomics ManagedAtomic.swift
[62/202] Compiling Atomics ManagedAtomicLazyReference.swift
[64/202] Compiling Atomics AtomicMemoryOrderings.swift
[65/202] Compiling Atomics DoubleWord.swift
[67/202] Compiling Semver Semver.swift
[68/202] Compiling Semver Semver+Expressible.swift
[69/202] Compiling Semver Semver+Parser.swift
[69/203] Wrapping AST for _NIODataStructures for debugging
[71/203] Compiling Atomics AtomicInteger.swift
[72/203] Compiling Atomics AtomicOptionalWrappable.swift
[73/203] Compiling Atomics AtomicReference.swift
[74/203] Compiling SourceMapper SourceMap.swift
[75/203] Compiling SourceMapper UnpackedSourceMap.swift
[76/203] Compiling Atomics Primitives.native.swift
[77/203] Wrapping AST for Logging for debugging
[79/203] Compiling Atomics IntegerConformances.swift
[80/203] Compiling Atomics PointerConformances.swift
[81/203] Compiling Atomics OptionalRawRepresentable.swift
[82/203] Compiling Atomics RawRepresentable.swift
[83/203] Compiling Atomics AtomicBool.swift
[84/204] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/204] Emitting module SourceMapper
[86/204] Compiling SourceMapper JSON.swift
[88/204] Compiling SourceMapper Mappings.swift
[89/204] Compiling SourceMapper Errors.swift
[91/205] Compiling NIOConcurrencyHelpers lock.swift
[92/205] Compiling Atomics IntegerOperations.swift
[93/205] Compiling Atomics Unmanaged extensions.swift
[94/205] Wrapping AST for InternalCollectionsUtilities for debugging
[96/205] Compiling NIOConcurrencyHelpers NIOLock.swift
[96/205] Wrapping AST for Semver for debugging
[97/210] Wrapping AST for SourceMapper for debugging
[99/236] Compiling Sass Number.swift
[100/236] Compiling Sass String.swift
[101/238] Emitting module NIOConcurrencyHelpers
[102/238] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[103/238] Compiling Sass Color.swift
[104/238] Compiling Sass CompilerFunction.swift
[105/238] Compiling NIOConcurrencyHelpers atomics.swift
[107/239] Compiling Sass CompilerResults.swift
[108/239] Compiling Sass CompilerTypes.swift
[108/239] Wrapping AST for NIOConcurrencyHelpers for debugging
[110/239] Compiling DequeModule _DequeSlot.swift
[111/239] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/239] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[113/239] Compiling SwiftProtobuf Message+FieldMask.swift
[114/239] Compiling SwiftProtobuf Message+JSONAdditions.swift
[115/239] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[116/239] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[117/239] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[118/239] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[119/239] Compiling SwiftProtobuf Message.swift
[120/239] Compiling SwiftProtobuf MessageExtension.swift
[121/239] Compiling SwiftProtobuf NameMap.swift
[122/239] Compiling SwiftProtobuf PathDecoder.swift
[123/239] Compiling SwiftProtobuf PathVisitor.swift
[124/250] Compiling SwiftProtobuf JSONDecoder.swift
[125/250] Compiling SwiftProtobuf JSONDecodingError.swift
[126/250] Compiling SwiftProtobuf JSONDecodingOptions.swift
[127/250] Compiling SwiftProtobuf JSONEncoder.swift
[128/250] Compiling SwiftProtobuf JSONEncodingError.swift
[129/250] Compiling SwiftProtobuf JSONEncodingOptions.swift
[130/250] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[131/250] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[132/250] Compiling SwiftProtobuf JSONScanner.swift
[133/250] Compiling SwiftProtobuf MathUtils.swift
[134/250] Compiling SwiftProtobuf Message+AnyAdditions.swift
[135/250] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[143/250] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[144/250] Compiling SwiftProtobuf ExtensionFields.swift
[145/250] Compiling SwiftProtobuf ExtensionMap.swift
[146/250] Compiling SwiftProtobuf FieldTag.swift
[147/250] Compiling SwiftProtobuf FieldTypes.swift
[148/250] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[149/250] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[150/250] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[151/250] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[152/250] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[153/250] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[154/250] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[155/250] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[156/250] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[157/250] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[158/250] Compiling SwiftProtobuf HashVisitor.swift
[159/250] Compiling SwiftProtobuf Internal.swift
[160/250] Emitting module SwiftProtobuf
[161/250] Compiling Sass FunctionTypes.swift
[162/250] Compiling Sass List.swift
[163/250] Compiling Sass Constants.swift
[164/250] Compiling Sass DynamicFunction.swift
[165/250] Compiling Sass Map.swift
[166/250] Compiling Sass Mixin.swift
[167/250] Compiling SwiftProtobuf ProtoNameProviding.swift
[168/250] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[169/250] Compiling SwiftProtobuf ProtobufMap.swift
[170/250] Compiling SwiftProtobuf SelectiveVisitor.swift
[171/250] Compiling SwiftProtobuf SimpleExtensionMap.swift
[172/250] Compiling SwiftProtobuf StringUtils.swift
[173/250] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[174/250] Compiling SwiftProtobuf SwiftProtobufError.swift
[175/250] Compiling SwiftProtobuf TextFormatDecoder.swift
[176/250] Compiling SwiftProtobuf TextFormatDecodingError.swift
[177/250] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[178/250] Compiling SwiftProtobuf TextFormatEncoder.swift
[179/250] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[180/250] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[181/250] Compiling SwiftProtobuf TextFormatScanner.swift
[182/250] Compiling SwiftProtobuf TimeUtils.swift
[183/250] Compiling SwiftProtobuf UnknownStorage.swift
[184/250] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[185/250] Compiling SwiftProtobuf Varint.swift
[186/250] Compiling SwiftProtobuf Version.swift
[187/250] Compiling SwiftProtobuf Visitor.swift
[188/250] Compiling SwiftProtobuf WireFormat.swift
[189/250] Compiling SwiftProtobuf ZigZag.swift
[190/250] Compiling SwiftProtobuf any.pb.swift
[191/250] Compiling Sass ArgumentList.swift
[192/250] Compiling Sass Calculation.swift
[193/250] Emitting module DequeModule
[195/251] Emitting module Atomics
[195/251] Wrapping AST for DequeModule for debugging
[203/252] Wrapping AST for Atomics for debugging
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[227/274] Emitting module Sass
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[228/317] Compiling NIOCore ByteBuffer-hex.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[229/317] Compiling NIOCore ByteBuffer-int.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[230/317] Compiling NIOCore AsyncChannelHandler.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[231/317] Compiling NIOCore AsyncChannelInboundStream.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[232/317] Compiling NIOCore AddressedEnvelope.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[233/317] Compiling NIOCore AsyncAwaitSupport.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[234/317] Compiling NIOCore AsyncChannel.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[235/317] Compiling NIOCore NIOCoreSendableMetatype.swift
[236/317] Compiling NIOCore NIODecodedAsyncSequence.swift
[237/317] Compiling NIOCore NIOLoopBound.swift
[238/317] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[239/317] Compiling NIOCore NIOScheduledCallback.swift
[240/317] Compiling NIOCore NIOSendable.swift
[241/317] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[242/317] Compiling NIOCore RecvByteBufferAllocator.swift
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/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:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
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 SwiftProtobufPlugin
Building for debugging...
[1/20] Write swift-version-24593BA9C3E375BF.txt
[3/82] Compiling Logging Locks.swift
[4/82] Emitting module Semver
[5/82] Compiling Logging MetadataProvider.swift
[6/82] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/82] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/82] Compiling InternalCollectionsUtilities Debugging.swift
[9/82] Compiling InternalCollectionsUtilities Descriptions.swift
[10/84] Compiling NIOConcurrencyHelpers lock.swift
[11/84] Emitting module SourceMapper
[12/84] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[13/84] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[14/84] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/86] Emitting module Logging
[19/86] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[20/86] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/86] Emitting module _NIOBase64
[28/86] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/86] Emitting module _NIODataStructures
[31/86] Compiling Semver Semver+Expressible.swift
[32/86] Compiling Semver Semver.swift
[33/86] Compiling Semver Semver+Parser.swift
[34/86] Compiling SourceMapper Mappings.swift
[35/87] Compiling _NIODataStructures _TinyArray.swift
[36/87] Compiling _NIODataStructures Heap.swift
[37/87] Compiling _NIODataStructures PriorityQueue.swift
[38/88] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/88] Compiling InternalCollectionsUtilities Integer rank.swift
[40/88] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/88] Compiling _NIOBase64 Base64.swift
[42/88] Compiling NIOConcurrencyHelpers NIOLock.swift
[43/88] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/88] Compiling NIOConcurrencyHelpers atomics.swift
[45/89] Emitting module NIOConcurrencyHelpers
[46/89] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[49/90] Compiling SourceMapper JSON.swift
[55/90] Compiling Atomics IntegerOperations.swift
[56/90] Compiling Atomics Unmanaged extensions.swift
[57/90] Emitting module InternalCollectionsUtilities
[58/86] Compiling SourceMapper VLQ.swift
[59/86] Compiling SourceMapper UnpackedSourceMap.swift
[60/86] Compiling SourceMapper SourceMap.swift
[61/86] Compiling SourceMapper Errors.swift
[62/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/87] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/171] Compiling Logging LogHandler.swift
[67/171] Compiling Logging Logging.swift
[69/202] Compiling DequeModule Deque+CustomReflectable.swift
[70/202] Compiling DequeModule Deque+Descriptions.swift
[71/204] Compiling DequeModule Deque+Equatable.swift
[72/204] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/204] Emitting module Sass
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[75/206] Compiling DequeModule Deque+Extras.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[76/206] Compiling DequeModule Deque+Hashable.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[77/206] Compiling DequeModule Deque+Testing.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[80/206] Compiling DequeModule _DequeBuffer.swift
[81/206] Compiling DequeModule _DequeBufferHeader.swift
[82/206] Compiling DequeModule Deque._Storage.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[83/206] Compiling DequeModule Deque._UnsafeHandle.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[87/206] Compiling DequeModule _DequeSlot.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[88/206] Compiling DequeModule Deque.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[90/206] Compiling Sass Value.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[91/206] Compiling Sass ValueConvertible.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[102/206] Emitting module Atomics
[106/207] Compiling DequeModule Deque+Codable.swift
[107/207] Compiling DequeModule Deque+Collection.swift
[108/206] Emitting module DequeModule
[110/206] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[111/206] Compiling SwiftProtobuf Message+FieldMask.swift
[112/206] Compiling SwiftProtobuf Message+JSONAdditions.swift
[113/206] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[114/206] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[115/206] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[116/206] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[117/206] Compiling SwiftProtobuf Message.swift
[118/206] Compiling SwiftProtobuf MessageExtension.swift
[119/206] Compiling SwiftProtobuf NameMap.swift
[120/206] Compiling SwiftProtobuf PathDecoder.swift
[121/206] Compiling SwiftProtobuf PathVisitor.swift
[122/280] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[123/280] Compiling NIOCore BSDSocketAPI.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
[124/280] Compiling NIOCore ByteBuffer-aux.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
6 | //
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | struct Lock {
BUILD FAILURE 6.1 wasm