Build Information
Failed to build swift-sass, reference 3.1.0 (e2c9c4
), with Swift 6.1 for Wasm on 30 May 2025 08:41:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/johnfairh/swift-sass.git
Reference: 3.1.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.1.0 -> FETCH_HEAD
HEAD is now at e2c9c4e Version 3.1.0
Submodule path 'sass': checked out '5cb2b69ada95d492ac33356f42e688f612825a19'
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 @):
e2c9c4e18c08f0b31f9ddbd3677a7a37460ad132
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.1.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-4606859-3":/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 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-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/johnfairh/SourceMapper.git
[1/540] Fetching sourcemapper
[180/4376] Fetching sourcemapper, swift-log
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.59s)
[1/76108] Fetching swift-nio
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetched https://github.com/apple/swift-log.git from cache (6.56s)
Fetched https://github.com/apple/swift-nio.git from cache (6.70s)
[1/181] Fetching semver.swift
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.31s)
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
[1/39311] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (6.61s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (15.64s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.25s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.32s)
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.79s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
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
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/46] Write sources
[1/46] Copying PrivacyInfo.xcprivacy
[1/46] Write sources
[17/46] Compiling CNIOWASI CNIOWASI.c
[17/46] Compiling CNIOWindows shim.c
[19/46] Compiling CNIOWindows WSAStartup.c
[20/46] Write sources
[21/46] Compiling CNIOLinux shim.c
[22/46] Compiling CNIOLinux liburing_shims.c
[23/46] Compiling CNIODarwin shim.c
[24/46] Compiling _AtomicsShims.c
[25/46] Write swift-version-24593BA9C3E375BF.txt
[27/151] Emitting module _NIODataStructures
[28/151] Emitting module Semver
[28/151] Compiling c-nioatomics.c
[30/151] Compiling _NIODataStructures _TinyArray.swift
[31/151] Compiling SourceMapper VLQ.swift
[32/151] Compiling _NIOBase64 Base64.swift
[33/151] Emitting module _NIOBase64
[34/152] Emitting module Logging
[35/152] Compiling Logging Locks.swift
[36/152] Compiling _NIODataStructures PriorityQueue.swift
[38/185] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/186] Compiling Atomics Primitives.native.swift
[40/186] Compiling Atomics OptionalRawRepresentable.swift
[41/186] Compiling Atomics AtomicStorage.swift
[42/186] Compiling Atomics AtomicValue.swift
[43/186] Compiling Atomics AtomicOptionalWrappable.swift
[44/186] Compiling Atomics AtomicReference.swift
[45/186] Compiling Atomics IntegerConformances.swift
[46/186] Compiling Atomics PointerConformances.swift
[47/186] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/186] Compiling Atomics UnsafeAtomic.swift
[49/186] Compiling Atomics UnsafeAtomicLazyReference.swift
[50/188] Compiling _NIODataStructures Heap.swift
[51/188] Compiling Logging MetadataProvider.swift
[52/189] Compiling Atomics AtomicMemoryOrderings.swift
[53/189] Compiling Atomics DoubleWord.swift
[54/189] Compiling Atomics ManagedAtomic.swift
[55/189] Compiling Atomics ManagedAtomicLazyReference.swift
[56/189] Compiling Logging Logging.swift
[57/189] Compiling Logging LogHandler.swift
[58/190] Emitting module InternalCollectionsUtilities
[60/190] Compiling Atomics Primitives.shims.swift
[61/190] Compiling Atomics AtomicInteger.swift
[63/190] Compiling SourceMapper Errors.swift
[64/190] Emitting module SourceMapper
[65/190] Compiling SourceMapper JSON.swift
[66/190] Compiling Semver Semver+Expressible.swift
[67/190] Compiling Semver Semver.swift
[68/190] Compiling Semver Semver+Parser.swift
[69/191] Compiling SourceMapper UnpackedSourceMap.swift
[69/191] Wrapping AST for _NIODataStructures for debugging
[71/191] Compiling Atomics RawRepresentable.swift
[72/191] Compiling Atomics AtomicBool.swift
[72/192] Compiling c-atomics.c
[74/192] Compiling SourceMapper SourceMap.swift
[75/192] Compiling Atomics IntegerOperations.swift
[76/192] Compiling Atomics Unmanaged extensions.swift
[76/192] Wrapping AST for _NIOBase64 for debugging
[79/192] Compiling SourceMapper Mappings.swift
[79/193] Wrapping AST for Logging for debugging
[88/193] Compiling SwiftProtobuf Message+JSONAdditions.swift
[89/193] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[90/193] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[91/193] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[92/193] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[93/193] Compiling SwiftProtobuf Message.swift
[94/193] Compiling SwiftProtobuf MessageExtension.swift
[95/193] Compiling SwiftProtobuf NameMap.swift
[96/193] Compiling SwiftProtobuf PathDecoder.swift
[97/193] Compiling SwiftProtobuf PathVisitor.swift
[98/193] Compiling SwiftProtobuf ProtoNameProviding.swift
[99/193] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[100/193] Compiling SwiftProtobuf ProtobufMap.swift
[101/193] Compiling SwiftProtobuf SelectiveVisitor.swift
[102/193] Compiling SwiftProtobuf SimpleExtensionMap.swift
[103/193] Compiling SwiftProtobuf StringUtils.swift
[104/193] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[105/193] Compiling SwiftProtobuf SwiftProtobufError.swift
[106/193] Compiling SwiftProtobuf TextFormatDecoder.swift
[107/193] Compiling SwiftProtobuf TextFormatDecodingError.swift
[108/193] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[109/193] Compiling SwiftProtobuf TextFormatEncoder.swift
[110/193] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[111/204] Wrapping AST for Semver for debugging
[112/210] Wrapping AST for InternalCollectionsUtilities for debugging
[113/210] Wrapping AST for SourceMapper for debugging
[115/225] Compiling NIOConcurrencyHelpers lock.swift
[116/241] Compiling Sass CompilerTypes.swift
[117/241] Compiling Sass Constants.swift
[118/243] Compiling NIOConcurrencyHelpers NIOLock.swift
[119/243] Compiling Sass Number.swift
[120/243] Compiling Sass String.swift
[121/243] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[122/243] Emitting module NIOConcurrencyHelpers
[123/243] Compiling Sass FunctionTypes.swift
[124/243] Compiling Sass List.swift
[125/243] Compiling Sass Color.swift
[126/243] Compiling Sass DynamicFunction.swift
[127/243] Compiling Sass ArgumentList.swift
[128/243] Compiling Sass Calculation.swift
[129/243] Compiling DequeModule _DequeSlot.swift
[130/243] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/243] Compiling Sass Map.swift
[132/243] Compiling Sass Mixin.swift
[133/243] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[134/243] Compiling NIOConcurrencyHelpers atomics.swift
[136/244] Emitting module SwiftProtobuf
[137/244] Compiling Sass CompilerFunction.swift
[138/244] Compiling Sass CompilerResults.swift
[139/244] Compiling SwiftProtobuf CustomJSONCodable.swift
[140/244] Compiling SwiftProtobuf Decoder.swift
[141/244] Compiling SwiftProtobuf DoubleParser.swift
[142/244] Compiling SwiftProtobuf Enum.swift
[143/244] Compiling SwiftProtobuf ExtensibleMessage.swift
[144/244] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[145/244] Compiling SwiftProtobuf ExtensionFields.swift
[146/244] Compiling SwiftProtobuf ExtensionMap.swift
[147/244] Compiling SwiftProtobuf FieldTag.swift
[148/244] Compiling SwiftProtobuf FieldTypes.swift
[149/244] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[150/244] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[159/244] Compiling SwiftProtobuf HashVisitor.swift
[160/244] Compiling SwiftProtobuf Internal.swift
[161/244] Compiling SwiftProtobuf JSONDecoder.swift
[162/244] Compiling SwiftProtobuf JSONDecodingError.swift
[163/244] Compiling SwiftProtobuf JSONDecodingOptions.swift
[164/244] Compiling SwiftProtobuf JSONEncoder.swift
[165/244] Compiling SwiftProtobuf JSONEncodingError.swift
[166/244] Compiling SwiftProtobuf JSONEncodingOptions.swift
[167/244] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[168/244] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[169/244] Compiling SwiftProtobuf JSONScanner.swift
[170/244] Compiling SwiftProtobuf MathUtils.swift
[171/244] Compiling SwiftProtobuf Message+AnyAdditions.swift
[172/244] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[173/244] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[174/244] Compiling SwiftProtobuf Message+FieldMask.swift
[175/244] Emitting module Atomics
[175/244] Wrapping AST for NIOConcurrencyHelpers for debugging
[177/244] Emitting module DequeModule
[186/246] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[187/246] Compiling SwiftProtobuf TextFormatScanner.swift
[188/246] Compiling SwiftProtobuf TimeUtils.swift
[189/246] Compiling SwiftProtobuf UnknownStorage.swift
[190/246] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[191/246] Compiling SwiftProtobuf Varint.swift
[192/246] Compiling SwiftProtobuf Version.swift
[193/246] Compiling SwiftProtobuf Visitor.swift
[194/246] Compiling SwiftProtobuf WireFormat.swift
[195/246] Compiling SwiftProtobuf ZigZag.swift
[196/246] Compiling SwiftProtobuf any.pb.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 {
[198/246] Wrapping AST for DequeModule for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[200/256] 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 {
[201/267] Compiling NIOCore ByteBuffer-conversions.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 {
[202/267] Compiling NIOCore ByteBuffer-core.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 {
[202/268] Wrapping AST for Atomics for debugging
[204/284] 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 {
[205/284] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.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 {
[206/284] 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 {
[207/284] 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 {
[208/284] Compiling NIOCore NIOAsyncSequenceProducerStrategies.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 {
[209/284] Compiling NIOCore NIOAsyncWriter.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 {
[210/308] 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 {
[211/308] 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 {
[212/308] 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 {
[213/308] 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 {
[214/308] Compiling NIOCore AddressedEnvelope.swift
[215/308] Compiling NIOCore AsyncAwaitSupport.swift
[218/308] Compiling NIOCore AsyncChannelInboundStream.swift
[219/308] Compiling NIOCore AsyncChannelOutboundWriter.swift
[220/308] Compiling NIOCore NIOAsyncSequenceProducer.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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 SwiftProtobufPlugin
Building for debugging...
[1/20] Write swift-version-24593BA9C3E375BF.txt
[3/62] Compiling Logging Locks.swift
[4/63] Compiling Logging MetadataProvider.swift
[5/145] Compiling NIOConcurrencyHelpers lock.swift
[6/145] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[7/145] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[8/145] Compiling SwiftProtobuf FieldTag.swift
[9/145] Compiling SwiftProtobuf FieldTypes.swift
[10/145] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/146] Emitting module Semver
[12/146] Compiling _NIOBase64 Base64.swift
[13/146] Compiling SourceMapper Errors.swift
[14/146] Emitting module SourceMapper
[15/146] Compiling SourceMapper JSON.swift
[16/146] Emitting module _NIOBase64
[17/147] Emitting module Logging
[18/147] Compiling _NIODataStructures Heap.swift
[19/147] Compiling SwiftProtobuf CustomJSONCodable.swift
[20/147] Compiling SwiftProtobuf Decoder.swift
[21/147] Compiling NIOConcurrencyHelpers NIOLock.swift
[23/147] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/147] Compiling Semver Semver.swift
[25/147] Compiling Semver Semver+Parser.swift
[26/147] Compiling Semver Semver+Expressible.swift
[27/148] Emitting module InternalCollectionsUtilities
[28/148] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[29/148] Emitting module _NIODataStructures
[30/148] Compiling NIOConcurrencyHelpers atomics.swift
[31/147] Emitting module NIOConcurrencyHelpers
[32/147] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[34/148] Compiling _NIODataStructures _TinyArray.swift
[35/148] Compiling _NIODataStructures PriorityQueue.swift
[36/149] Compiling SwiftProtobuf ExtensionFields.swift
[37/149] Compiling SwiftProtobuf ExtensionMap.swift
[39/148] Compiling SwiftProtobuf DoubleParser.swift
[40/148] Compiling SwiftProtobuf Enum.swift
[41/148] Compiling SwiftProtobuf ExtensibleMessage.swift
[42/148] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[45/165] Compiling SourceMapper UnpackedSourceMap.swift
[46/165] Compiling SourceMapper VLQ.swift
[47/165] Compiling SourceMapper Mappings.swift
[48/165] Compiling SourceMapper SourceMap.swift
[49/166] Compiling Atomics Primitives.shims.swift
[50/166] Compiling Atomics AtomicInteger.swift
[51/166] Compiling Atomics AtomicOptionalWrappable.swift
[53/182] Compiling DequeModule Deque._Storage.swift
[54/182] Compiling DequeModule Deque._UnsafeHandle.swift
[55/182] Compiling DequeModule Deque.swift
[56/182] Compiling DequeModule _DequeBuffer.swift
[57/182] Compiling Atomics UnsafeAtomic.swift
[58/182] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/182] Compiling DequeModule Deque+CustomReflectable.swift
[60/182] Compiling DequeModule Deque+Descriptions.swift
[62/185] Compiling DequeModule _DequeBufferHeader.swift
[63/190] Compiling Logging Logging.swift
[64/190] Compiling Logging LogHandler.swift
[65/201] Compiling Sass CompilerResults.swift
[66/201] Compiling Sass CompilerTypes.swift
[67/201] Compiling Atomics IntegerOperations.swift
[68/201] Compiling Atomics Unmanaged extensions.swift
[69/201] Compiling Sass String.swift
[70/201] Compiling Sass Units.swift
[71/201] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/200] Compiling Sass Constants.swift
[74/200] Compiling Sass Mixin.swift
[75/200] Compiling Sass CompilerFunction.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/202] 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 {
/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 {
[81/202] Compiling Sass Number.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 {
[85/202] Compiling Sass Value.swift
[86/202] Compiling Sass DynamicFunction.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 {
[87/202] Compiling Sass FunctionTypes.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/202] Compiling Sass List.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 {
[89/202] Compiling Sass Map.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 {
[91/202] 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 {
[96/202] Compiling Sass ArgumentList.swift
[97/202] Compiling Sass Calculation.swift
[98/202] Emitting module DequeModule
[100/202] Emitting module SwiftProtobuf
[101/213] Emitting module Atomics
[102/213] Compiling SwiftProtobuf Message+JSONAdditions.swift
[103/213] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[104/213] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[105/213] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[106/213] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[107/213] Compiling SwiftProtobuf Message.swift
[108/213] Compiling SwiftProtobuf MessageExtension.swift
[109/213] Compiling SwiftProtobuf NameMap.swift
[110/213] Compiling SwiftProtobuf PathDecoder.swift
[111/213] Compiling SwiftProtobuf PathVisitor.swift
[112/213] Compiling SwiftProtobuf ProtoNameProviding.swift
[113/213] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[119/213] Compiling Sass Color.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 {
[123/214] Compiling SwiftProtobuf ProtobufMap.swift
[124/214] Compiling SwiftProtobuf SelectiveVisitor.swift
[125/214] Compiling SwiftProtobuf SimpleExtensionMap.swift
[126/214] Compiling SwiftProtobuf StringUtils.swift
[127/214] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[128/214] Compiling SwiftProtobuf SwiftProtobufError.swift
[129/214] Compiling SwiftProtobuf TextFormatDecoder.swift
[130/214] Compiling SwiftProtobuf TextFormatDecodingError.swift
[131/214] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[132/214] Compiling SwiftProtobuf TextFormatEncoder.swift
[133/214] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
BUILD FAILURE 6.1 wasm