Build Information
Failed to build swift-sass, reference main (361b70), with Swift 6.1 for Wasm on 15 Jan 2026 16:12:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 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/johnfairh/swift-sass
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-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-protobuf.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/181] Fetching semver.swift
[182/5966] Fetching semver.swift, swift-log
[587/6517] Fetching semver.swift, swift-log, sourcemapper
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.54s)
[1524/6336] Fetching swift-log, sourcemapper
[6337/87621] Fetching swift-log, sourcemapper, swift-nio
[42103/129452] Fetching swift-log, sourcemapper, swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/SourceMapper.git from cache (13.53s)
Fetched https://github.com/apple/swift-log.git from cache (13.58s)
Fetched https://github.com/apple/swift-nio.git from cache (13.79s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-protobuf.git from cache (15.48s)
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (19.86s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.02s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (1.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (1.72s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5415] Fetching swift-system
[2601/24038] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.81s)
[3166/18623] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.0 (0.96s)
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/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/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-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-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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.92.2
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/48] Write sources
[1/48] Copying PrivacyInfo.xcprivacy
[2/48] Write sources
[17/48] Compiling CNIOWindows shim.c
[18/48] Compiling CNIOWASI CNIOWASI.c
[19/48] Compiling _AtomicsShims.c
[20/48] Compiling CNIOOpenBSD shim.c
[21/48] Compiling CNIOWindows WSAStartup.c
[21/48] Write sources
[23/48] Compiling CNIODarwin shim.c
[24/48] Compiling CNIOLinux shim.c
[25/48] Compiling CNIOPosix event_loop_id.c
[26/48] Compiling CNIOLinux liburing_shims.c
[27/48] Write swift-version-24593BA9C3E375BF.txt
[28/155] Compiling c-nioatomics.c
[29/171] Compiling c-atomics.c
[31/189] Compiling Atomics AtomicStorage.swift
[32/189] Compiling Atomics AtomicValue.swift
[33/191] Compiling Atomics IntegerConformances.swift
[34/191] Compiling Atomics PointerConformances.swift
[35/193] Compiling Atomics AtomicOptionalWrappable.swift
[36/193] Compiling Atomics AtomicReference.swift
[37/193] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[38/193] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[39/193] Compiling Atomics UnsafeAtomic.swift
[40/193] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/193] Compiling Atomics AtomicInteger.swift
[43/193] Compiling Atomics Primitives.native.swift
[44/193] Compiling Atomics OptionalRawRepresentable.swift
[45/193] Compiling Atomics RawRepresentable.swift
[46/193] Compiling Atomics AtomicMemoryOrderings.swift
[47/193] Compiling Atomics DoubleWord.swift
[48/193] Emitting module _NIOBase64
[49/193] Compiling _NIOBase64 Base64.swift
[50/194] Compiling _NIODataStructures PriorityQueue.swift
[51/194] Compiling _NIODataStructures _TinyArray.swift
[59/194] Emitting module InternalCollectionsUtilities
[60/194] Compiling SourceMapper VLQ.swift
[64/194] Compiling Atomics IntegerOperations.swift
[65/194] Compiling Atomics Unmanaged extensions.swift
[66/200] Compiling Atomics AtomicBool.swift
[68/201] Compiling Logging MetadataProvider.swift
[69/201] Compiling NIOConcurrencyHelpers lock.swift
[70/201] Emitting module _NIODataStructures
[71/201] Compiling _NIODataStructures Heap.swift
[72/202] Compiling Logging Locks.swift
[73/202] Compiling Logging Logging.swift
[74/202] Compiling Logging LogHandler.swift
[75/202] Emitting module Logging
[76/203] Wrapping AST for _NIOBase64 for debugging
[79/203] Wrapping AST for InternalCollectionsUtilities for debugging
[80/218] Wrapping AST for _NIODataStructures for debugging
[82/218] Compiling SourceMapper Errors.swift
[83/218] Compiling SourceMapper SourceMap.swift
[84/218] Compiling SourceMapper Mappings.swift
[85/218] Compiling SourceMapper JSON.swift
[86/218] Emitting module SourceMapper
[86/218] Wrapping AST for Logging for debugging
[88/218] Emitting module NIOConcurrencyHelpers
[89/218] Compiling SourceMapper UnpackedSourceMap.swift
[90/218] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[92/219] Compiling Semver Semver+Parser.swift
[93/219] Compiling Semver Semver.swift
[94/219] Emitting module Semver
[95/219] Compiling Semver Semver+Expressible.swift
[96/220] Compiling NIOConcurrencyHelpers atomics.swift
[97/220] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/220] Compiling NIOConcurrencyHelpers NIOLock.swift
[99/221] Wrapping AST for SourceMapper for debugging
[101/221] Compiling DequeModule _DequeBuffer.swift
[102/221] Compiling DequeModule _DequeBufferHeader.swift
[102/223] Wrapping AST for Semver for debugging
[105/239] Compiling Sass DynamicFunction.swift
[106/239] Compiling Sass FunctionTypes.swift
[107/239] Compiling Sass List.swift
[108/239] Compiling Sass Map.swift
[109/239] Compiling Sass Color.swift
[110/239] Compiling Sass CompilerTypes.swift
[111/239] Compiling Sass ArgumentList.swift
[112/239] Compiling Sass Calculation.swift
[112/239] Wrapping AST for NIOConcurrencyHelpers for debugging
[114/239] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[115/239] Compiling SwiftProtobuf Message+FieldMask.swift
[116/239] Compiling SwiftProtobuf Message+JSONAdditions.swift
[117/239] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[118/239] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[119/239] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[120/239] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[121/239] Compiling SwiftProtobuf Message.swift
[122/239] Compiling SwiftProtobuf MessageExtension.swift
[123/239] Compiling SwiftProtobuf NameMap.swift
[124/239] Compiling SwiftProtobuf PathDecoder.swift
[125/239] Compiling SwiftProtobuf PathVisitor.swift
[126/250] Compiling Sass Number.swift
[127/250] Compiling DequeModule _UnsafeWrappedBuffer.swift
[128/250] Compiling Sass CompilerFunction.swift
[129/250] Compiling Sass CompilerResults.swift
[130/250] Emitting module DequeModule
[131/250] Compiling Sass Constants.swift
[132/250] Compiling Sass String.swift
[139/251] Wrapping AST for DequeModule for debugging
[141/251] Emitting module Atomics
[142/252] Emitting module SwiftProtobuf
[143/252] Wrapping AST for Atomics for debugging
[157/315] Compiling NIOCore IPProtocol.swift
[158/315] Compiling NIOCore IntegerBitPacking.swift
[159/315] Compiling NIOCore IntegerTypes.swift
[160/315] Compiling NIOCore Interfaces.swift
[161/315] Compiling NIOCore Linux.swift
[162/315] Compiling NIOCore MarkedCircularBuffer.swift
[163/315] Compiling NIOCore MulticastChannel.swift
[164/315] Compiling NIOCore NIOAny.swift
[165/315] Compiling NIOCore NIOCloseOnErrorHandler.swift
[166/315] Compiling NIOCore EventLoopFuture+Deprecated.swift
[167/315] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[168/315] Compiling NIOCore EventLoopFuture.swift
[169/315] Compiling NIOCore ChannelInvoker.swift
[170/315] Compiling NIOCore ChannelOption.swift
[171/315] Compiling NIOCore ChannelPipeline.swift
[172/315] Compiling NIOCore CircularBuffer.swift
[173/315] Compiling NIOCore Codec.swift
[174/315] Compiling NIOCore ConvenienceOptionSupport.swift
[175/315] Compiling NIOCore DeadChannel.swift
[176/315] Compiling NIOCore DispatchQueue+WithFuture.swift
[177/315] Compiling NIOCore EventLoop+Deprecated.swift
[178/315] Compiling NIOCore EventLoop+SerialExecutor.swift
[179/315] Compiling NIOCore EventLoop.swift
[180/315] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[181/315] Compiling NIOCore FileDescriptor.swift
[182/315] Compiling NIOCore FileHandle.swift
[183/315] Compiling NIOCore FileRegion.swift
[184/315] Compiling NIOCore GlobalSingletons.swift
[185/315] Compiling NIOCore IO.swift
[186/315] Compiling NIOCore IOData.swift
[187/315] Compiling NIOCore NIOCoreSendableMetatype.swift
[188/315] Compiling NIOCore NIODecodedAsyncSequence.swift
[189/315] Compiling NIOCore NIOLoopBound.swift
[190/315] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[191/315] Compiling NIOCore NIOScheduledCallback.swift
[192/315] Compiling NIOCore NIOSendable.swift
[193/315] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[194/315] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[195/315] Compiling SwiftProtobuf TextFormatScanner.swift
[196/315] Compiling SwiftProtobuf TimeUtils.swift
[197/315] Compiling SwiftProtobuf UnknownStorage.swift
[198/315] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[199/315] Compiling SwiftProtobuf Varint.swift
[200/315] Compiling SwiftProtobuf Version.swift
[201/315] Compiling SwiftProtobuf Visitor.swift
[202/315] Compiling SwiftProtobuf WireFormat.swift
[203/315] Compiling SwiftProtobuf ZigZag.swift
[204/315] Compiling SwiftProtobuf any.pb.swift
[205/315] 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 {
[206/315] Compiling NIOCore AsyncChannelOutboundWriter.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/315] 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 {
[208/315] 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 {
[209/315] 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 {
[210/315] 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 {
[211/317] 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 {
[212/317] 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 {
[213/317] 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 {
[214/317] 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 {
[215/317] 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 {
[216/317] 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 {
[223/317] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[224/317] Compiling NIOCore RecvByteBufferAllocator.swift
[239/325] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[240/325] Compiling NIOCore ByteBuffer-multi-int.swift
[241/325] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[242/325] Compiling NIOCore ByteBuffer-views.swift
[243/325] Compiling NIOCore Channel.swift
[244/325] Compiling NIOCore ChannelHandler.swift
[245/325] Compiling NIOCore ChannelHandlers.swift
[255/325] 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 {
[256/325] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[257/325] 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 {
[258/325] 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 {
[259/325] 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 {
[260/325] 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 {
[261/325] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[262/325] Compiling NIOCore SocketAddresses.swift
[263/325] Compiling NIOCore SocketOptionProvider.swift
[264/325] Compiling NIOCore SystemCallHelpers.swift
[265/325] Compiling NIOCore TimeAmount+Duration.swift
[266/325] Compiling NIOCore TypeAssistedChannelHandler.swift
[267/325] Compiling NIOCore UniversalBootstrapSupport.swift
[268/325] Compiling NIOCore Utilities.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/149] Compiling Semver Semver+Expressible.swift
[4/149] Compiling Logging LogHandler.swift
[5/149] Emitting module Semver
[6/149] Compiling Logging MetadataProvider.swift
[7/149] Compiling SwiftProtobuf BinaryEncoder.swift
[8/149] Compiling SwiftProtobuf BinaryEncodingError.swift
[9/151] Compiling NIOConcurrencyHelpers lock.swift
[10/151] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[11/151] Compiling SwiftProtobuf BytecodeInterpreter.swift
[12/151] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[13/151] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[14/151] Compiling SwiftProtobuf BytecodeReader.swift
[15/151] Compiling SwiftProtobuf CustomJSONCodable.swift
[16/151] Compiling SourceMapper Errors.swift
[17/151] Compiling SourceMapper JSON.swift
[18/151] Emitting module SourceMapper
[19/151] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[20/151] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[21/151] Compiling SwiftProtobuf AnyMessageStorage.swift
[22/151] Compiling SwiftProtobuf AnyUnpackError.swift
[23/151] Compiling SwiftProtobuf AsyncMessageSequence.swift
[24/151] Compiling _NIODataStructures PriorityQueue.swift
[25/151] Compiling _NIODataStructures _TinyArray.swift
[26/151] Emitting module _NIOBase64
[27/151] Compiling _NIOBase64 Base64.swift
[28/152] Compiling _NIODataStructures Heap.swift
[29/152] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/152] Emitting module InternalCollectionsUtilities
[32/152] Emitting module _NIODataStructures
[33/153] Compiling SourceMapper Mappings.swift
[34/153] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[35/153] Compiling NIOConcurrencyHelpers NIOLock.swift
[36/153] Compiling NIOConcurrencyHelpers atomics.swift
[37/152] Compiling Semver Semver+Parser.swift
[38/152] Compiling Semver Semver.swift
[40/153] Emitting module NIOConcurrencyHelpers
[43/169] Compiling SourceMapper UnpackedSourceMap.swift
[44/169] Compiling SourceMapper VLQ.swift
[45/169] Compiling SourceMapper SourceMap.swift
[46/170] Compiling Atomics AtomicInteger.swift
[47/170] Compiling Atomics AtomicOptionalWrappable.swift
[48/170] Compiling Atomics AtomicReference.swift
[49/170] Compiling Atomics IntegerConformances.swift
[52/169] Compiling Atomics AtomicMemoryOrderings.swift
[53/169] Compiling Atomics DoubleWord.swift
[54/169] Compiling Atomics AtomicStorage.swift
[55/169] Compiling Atomics AtomicValue.swift
[56/169] Compiling Atomics ManagedAtomic.swift
[57/169] Compiling Atomics ManagedAtomicLazyReference.swift
[58/169] Compiling Atomics UnsafeAtomic.swift
[59/169] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/202] Compiling Logging Locks.swift
[61/202] Compiling Logging Logging.swift
[62/202] Emitting module Logging
[64/203] Compiling DequeModule Deque+Equatable.swift
[65/203] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[66/204] Compiling DequeModule Deque+Collection.swift
[67/204] Compiling DequeModule Deque+CustomReflectable.swift
[68/204] Compiling DequeModule Deque+Descriptions.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 {
[72/204] 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 {
/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.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 _DequeBuffer.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+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 {
[78/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 {
[79/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 {
[80/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[81/206] 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 {
[83/206] Compiling Sass String.swift
[84/206] Compiling Atomics IntegerOperations.swift
[85/206] Compiling Atomics Unmanaged extensions.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/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 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 {
[89/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 {
[98/206] Compiling DequeModule Deque+Codable.swift
[100/206] Emitting module DequeModule
[109/206] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[110/206] Compiling SwiftProtobuf ExtensionFields.swift
[111/206] Compiling SwiftProtobuf ExtensionMap.swift
[112/206] Compiling SwiftProtobuf FieldTag.swift
[113/206] Compiling SwiftProtobuf FieldTypes.swift
[114/217] Emitting module Atomics
/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 {
[125/218] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[126/218] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[127/218] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[128/218] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[129/218] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[130/218] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[131/218] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[132/218] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[133/218] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[134/218] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[135/218] Compiling SwiftProtobuf HashVisitor.swift
[136/218] Compiling SwiftProtobuf Internal.swift
[137/218] Compiling SwiftProtobuf JSONDecoder.swift
[138/218] Compiling SwiftProtobuf JSONDecodingError.swift
[139/218] Compiling SwiftProtobuf JSONDecodingOptions.swift
[140/218] Compiling SwiftProtobuf JSONEncoder.swift
[141/218] Compiling SwiftProtobuf JSONEncodingError.swift
[142/218] Compiling SwiftProtobuf JSONEncodingOptions.swift
[143/218] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[144/218] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[145/218] Compiling SwiftProtobuf JSONScanner.swift
[146/218] Compiling SwiftProtobuf MathUtils.swift
[147/218] Compiling SwiftProtobuf Message+AnyAdditions.swift
[148/218] Compiling SwiftProtobuf Message+BinaryAdditions.swift
BUILD FAILURE 6.1 wasm