Build Information
Failed to build swift-sass, reference 3.2.0 (176397), with Swift 6.1 for Wasm on 6 Nov 2025 17:52:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.2.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.2.0 -> FETCH_HEAD
HEAD is now at 1763975 Version 3.2.0
Submodule path 'sass': checked out '600e82bdb504e8996fa181fe6f0e8705d677098f'
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 @):
1763975168b315947dd91b386be844361ab0034f
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.2.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-0":/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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-protobuf.git
[1/551] Fetching sourcemapper
[227/2371] Fetching sourcemapper, swift-atomics
[1239/6780] Fetching sourcemapper, swift-atomics, swift-log
[1483/6961] Fetching sourcemapper, swift-atomics, swift-log, semver.swift
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
[1/80028] Fetching swift-nio
[44017/121191] Fetching swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/Semver.swift.git from cache (9.45s)
Fetched https://github.com/apple/swift-atomics.git from cache (9.47s)
Fetched https://github.com/johnfairh/SourceMapper.git from cache (9.47s)
Fetched https://github.com/apple/swift-protobuf.git from cache (9.57s)
Fetched https://github.com/apple/swift-nio.git from cache (9.58s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (12.27s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.24s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5167] Fetching swift-system
[5168/23453] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
[6218/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.68s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.77s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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.4
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/47] Write sources
[5/47] Copying PrivacyInfo.xcprivacy
[6/47] Write sources
[17/47] Compiling _AtomicsShims.c
[18/47] Compiling CNIOPosix event_loop_id.c
[19/47] Compiling CNIOWindows shim.c
[19/47] Compiling CNIOWindows WSAStartup.c
[19/47] Write sources
[19/47] Compiling CNIOWASI CNIOWASI.c
[23/47] Compiling CNIODarwin shim.c
[23/47] Compiling CNIOLinux shim.c
[25/47] Compiling CNIOLinux liburing_shims.c
[26/47] Write swift-version-24593BA9C3E375BF.txt
[27/154] Compiling c-atomics.c
[29/170] Compiling _NIODataStructures PriorityQueue.swift
[30/170] Compiling InternalCollectionsUtilities Debugging.swift
[31/170] Compiling InternalCollectionsUtilities Descriptions.swift
[32/172] Compiling SourceMapper VLQ.swift
[33/172] Compiling Logging LogHandler.swift
[34/172] Compiling _NIODataStructures _TinyArray.swift
[35/172] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/172] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/172] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[38/172] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[39/172] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[40/172] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/172] Emitting module SourceMapper
[42/172] Compiling SourceMapper Errors.swift
[43/172] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/172] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/172] Emitting module Logging
[46/172] Compiling Logging Locks.swift
[47/172] Emitting module _NIOBase64
[48/172] Compiling _NIOBase64 Base64.swift
[49/173] Compiling InternalCollectionsUtilities UInt+reversed.swift
[50/173] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/173] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/173] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/173] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/173] Compiling InternalCollectionsUtilities Integer rank.swift
[55/173] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[56/173] Emitting module InternalCollectionsUtilities
[59/207] Compiling Atomics AtomicBool.swift
[60/207] Compiling Atomics IntegerConformances.swift
[61/209] Emitting module DequeModule
[61/209] Compiling c-nioatomics.c
[63/209] Compiling Atomics DoubleWord.swift
[64/209] Compiling Atomics UnsafeAtomic.swift
[65/209] Compiling _NIODataStructures Heap.swift
[66/209] Emitting module _NIODataStructures
[67/209] Compiling Logging MetadataProvider.swift
[68/210] Compiling Logging Logging.swift
[70/211] Compiling DequeModule _DequeSlot.swift
[71/211] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/211] Compiling Atomics ManagedAtomicLazyReference.swift
[72/213] Wrapping AST for _NIOBase64 for debugging
[74/213] Compiling Atomics PointerConformances.swift
[75/213] Compiling Atomics Primitives.native.swift
[76/213] Compiling Atomics AtomicStorage.swift
[77/213] Compiling Atomics AtomicValue.swift
[78/213] Compiling Atomics AtomicMemoryOrderings.swift
[82/213] Compiling SourceMapper SourceMap.swift
[83/213] Compiling Atomics OptionalRawRepresentable.swift
[84/213] Compiling Atomics RawRepresentable.swift
[85/218] Wrapping AST for _NIODataStructures for debugging
[86/219] Wrapping AST for Logging for debugging
[88/219] Emitting module Semver
[89/219] Compiling Semver Semver.swift
[90/219] Compiling Semver Semver+Expressible.swift
[91/219] Compiling Semver Semver+Parser.swift
[92/220] Compiling SourceMapper JSON.swift
[93/220] Compiling SourceMapper Mappings.swift
[96/220] Compiling SourceMapper UnpackedSourceMap.swift
[96/221] Wrapping AST for InternalCollectionsUtilities for debugging
[98/221] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[100/221] Compiling Atomics AtomicInteger.swift
[101/221] Compiling Atomics AtomicOptionalWrappable.swift
[102/221] Compiling Atomics AtomicReference.swift
[103/221] Compiling Atomics IntegerOperations.swift
[104/221] Compiling Atomics Unmanaged extensions.swift
[106/221] Compiling NIOConcurrencyHelpers lock.swift
[112/221] Wrapping AST for Semver for debugging
[113/221] Wrapping AST for SourceMapper for debugging
[115/237] Compiling Sass CompilerTypes.swift
[116/237] Compiling Sass Constants.swift
[118/238] Compiling NIOConcurrencyHelpers atomics.swift
[119/238] Compiling NIOConcurrencyHelpers NIOLock.swift
[120/238] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[121/238] Compiling SwiftProtobuf Message+FieldMask.swift
[122/238] Compiling SwiftProtobuf Message+JSONAdditions.swift
[123/238] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[124/238] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[125/238] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[126/238] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[127/238] Compiling SwiftProtobuf Message.swift
[128/238] Compiling SwiftProtobuf MessageExtension.swift
[129/238] Compiling SwiftProtobuf NameMap.swift
[130/238] Compiling SwiftProtobuf PathDecoder.swift
[131/238] Compiling SwiftProtobuf PathVisitor.swift
[132/249] Emitting module SwiftProtobuf
[133/249] Emitting module NIOConcurrencyHelpers
[134/249] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[134/250] Wrapping AST for DequeModule for debugging
[136/250] Wrapping AST for NIOConcurrencyHelpers for debugging
[138/250] Emitting module Atomics
[139/250] Compiling Sass Calculation.swift
[140/250] Compiling Sass Color.swift
[141/250] Compiling Sass CompilerFunction.swift
[142/251] Wrapping AST for Atomics for debugging
[144/314] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[145/314] Compiling NIOCore ByteBuffer-conversions.swift
[146/314] Compiling NIOCore ByteBuffer-core.swift
[147/314] Compiling NIOCore ByteBuffer-hex.swift
[148/314] Compiling NIOCore ByteBuffer-int.swift
[149/314] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[150/314] Compiling NIOCore ByteBuffer-multi-int.swift
[151/314] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[152/314] Compiling NIOCore ByteBuffer-views.swift
[153/314] Compiling NIOCore Channel.swift
[154/314] Compiling NIOCore ChannelHandler.swift
[155/314] Compiling NIOCore ChannelHandlers.swift
[156/314] Compiling NIOCore AddressedEnvelope.swift
[157/314] Compiling NIOCore AsyncAwaitSupport.swift
[158/314] Compiling NIOCore AsyncChannel.swift
[159/314] Compiling NIOCore AsyncChannelHandler.swift
[160/314] Compiling NIOCore AsyncChannelInboundStream.swift
[161/314] Compiling NIOCore AsyncChannelOutboundWriter.swift
[162/314] Compiling NIOCore NIOAsyncSequenceProducer.swift
[163/314] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[164/314] Compiling NIOCore NIOAsyncWriter.swift
[165/314] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[166/314] Compiling NIOCore BSDSocketAPI.swift
[167/314] Compiling NIOCore ByteBuffer-aux.swift
[168/314] Compiling NIOCore ChannelInvoker.swift
[169/314] Compiling NIOCore ChannelOption.swift
[170/314] Compiling NIOCore ChannelPipeline.swift
[171/314] Compiling NIOCore CircularBuffer.swift
[172/314] Compiling NIOCore Codec.swift
[173/314] Compiling NIOCore ConvenienceOptionSupport.swift
[174/314] Compiling NIOCore DeadChannel.swift
[175/314] Compiling NIOCore DispatchQueue+WithFuture.swift
[176/314] Compiling NIOCore EventLoop+Deprecated.swift
[177/314] Compiling NIOCore EventLoop+SerialExecutor.swift
[178/314] Compiling NIOCore EventLoop.swift
[179/314] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[180/314] Compiling NIOCore NIOAny.swift
[181/314] Compiling NIOCore NIOCloseOnErrorHandler.swift
[182/314] Compiling SwiftProtobuf ProtobufMap.swift
[183/314] Compiling SwiftProtobuf SelectiveVisitor.swift
[184/314] Compiling SwiftProtobuf SimpleExtensionMap.swift
[185/314] Compiling SwiftProtobuf StringUtils.swift
[186/314] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[187/314] Compiling SwiftProtobuf SwiftProtobufError.swift
[188/314] Compiling SwiftProtobuf TextFormatDecoder.swift
[189/314] Compiling SwiftProtobuf TextFormatDecodingError.swift
[190/314] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[191/314] Compiling SwiftProtobuf TextFormatEncoder.swift
[192/314] Compiling NIOCore EventLoopFuture+Deprecated.swift
[193/314] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[194/314] Compiling NIOCore EventLoopFuture.swift
[195/314] Compiling NIOCore FileDescriptor.swift
[196/314] Compiling NIOCore FileHandle.swift
[197/314] Compiling NIOCore FileRegion.swift
[198/314] Compiling NIOCore GlobalSingletons.swift
[199/314] Compiling NIOCore IO.swift
[200/314] Compiling NIOCore IOData.swift
[201/314] Compiling NIOCore NIOCoreSendableMetatype.swift
[202/314] Compiling NIOCore NIODecodedAsyncSequence.swift
[203/314] Compiling NIOCore NIOLoopBound.swift
[204/314] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[205/314] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[206/314] Compiling SwiftProtobuf TextFormatScanner.swift
[207/314] Compiling SwiftProtobuf TimeUtils.swift
[208/314] Compiling SwiftProtobuf UnknownStorage.swift
[209/314] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[210/314] Compiling SwiftProtobuf Varint.swift
[211/314] Compiling SwiftProtobuf Version.swift
[212/314] Compiling SwiftProtobuf Visitor.swift
[213/314] Compiling SwiftProtobuf WireFormat.swift
[214/314] Compiling SwiftProtobuf ZigZag.swift
[215/314] 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 {
/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 {
[228/316] 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 {
[229/316] 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 {
[233/316] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[234/316] Compiling NIOCore NIOScheduledCallback.swift
[235/316] Compiling NIOCore NIOSendable.swift
[236/316] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[237/316] Compiling NIOCore RecvByteBufferAllocator.swift
[238/324] Compiling NIOCore IPProtocol.swift
[239/324] Compiling NIOCore IntegerBitPacking.swift
[240/324] Compiling NIOCore IntegerTypes.swift
[241/324] Compiling NIOCore Interfaces.swift
[242/324] Compiling NIOCore Linux.swift
[243/324] Compiling NIOCore MarkedCircularBuffer.swift
[244/324] Compiling NIOCore MulticastChannel.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[250/324] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/64] Compiling Logging Locks.swift
[4/64] Compiling SourceMapper UnpackedSourceMap.swift
[5/64] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[6/64] Compiling Logging MetadataProvider.swift
[7/64] Compiling NIOConcurrencyHelpers atomics.swift
[8/64] Compiling NIOConcurrencyHelpers lock.swift
[9/64] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/64] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/64] Compiling InternalCollectionsUtilities Debugging.swift
[12/64] Compiling InternalCollectionsUtilities Descriptions.swift
[13/67] Emitting module SourceMapper
[14/151] Compiling SourceMapper SourceMap.swift
[15/151] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/151] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[17/151] Emitting module Logging
[18/151] Compiling SwiftProtobuf Decoder.swift
[19/151] Compiling SwiftProtobuf DoubleParser.swift
[20/151] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[21/151] Compiling SwiftProtobuf BytecodeInterpreter.swift
[22/151] Compiling SwiftProtobuf BytecodeReader.swift
[23/151] Compiling SwiftProtobuf CustomJSONCodable.swift
[24/151] Emitting module _NIOBase64
[25/151] Compiling SourceMapper JSON.swift
[26/151] Compiling SourceMapper Errors.swift
[27/151] Compiling SourceMapper Mappings.swift
[28/151] Compiling _NIODataStructures Heap.swift
[29/151] Emitting module Semver
[30/151] Emitting module _NIODataStructures
[31/151] Compiling Semver Semver+Parser.swift
[32/151] Compiling Semver Semver+Expressible.swift
[33/151] Compiling Semver Semver.swift
[34/152] Compiling _NIODataStructures PriorityQueue.swift
[35/152] Compiling _NIODataStructures _TinyArray.swift
[36/152] Emitting module NIOConcurrencyHelpers
[39/153] Compiling _NIOBase64 Base64.swift
[40/153] Emitting module InternalCollectionsUtilities
[43/151] Compiling SwiftProtobuf AnyMessageStorage.swift
[44/151] Compiling SwiftProtobuf AnyUnpackError.swift
[45/151] Compiling SwiftProtobuf AsyncMessageSequence.swift
[46/151] Compiling SwiftProtobuf BinaryDecoder.swift
[47/151] Compiling SwiftProtobuf BinaryDecodingError.swift
[48/151] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[49/151] Compiling SwiftProtobuf BinaryDelimited.swift
[51/184] Compiling SourceMapper VLQ.swift
[52/185] Compiling DequeModule Deque.swift
[53/185] Compiling Atomics ManagedAtomicLazyReference.swift
[54/185] Compiling Atomics UnsafeAtomic.swift
[55/185] Compiling Atomics UnsafeAtomicLazyReference.swift
[56/187] Compiling DequeModule _DequeBufferHeader.swift
[57/187] Compiling DequeModule Deque._UnsafeHandle.swift
[58/187] Compiling DequeModule Deque._Storage.swift
[59/187] Compiling DequeModule _DequeBuffer.swift
[61/202] Compiling Sass Map.swift
[62/202] Compiling Sass Mixin.swift
[63/204] Compiling Sass Constants.swift
[64/204] Compiling Sass DynamicFunction.swift
[65/204] Compiling Sass FunctionTypes.swift
[66/204] Compiling Atomics IntegerOperations.swift
[67/204] Compiling Atomics Unmanaged extensions.swift
[68/204] Compiling Sass Color.swift
[69/204] Compiling Sass CompilerTypes.swift
[70/204] Compiling Sass ArgumentList.swift
[71/204] Compiling Sass Calculation.swift
[72/204] 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 {
[73/204] Compiling Sass CompilerResults.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 {
[74/204] Compiling Logging LogHandler.swift
[75/204] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/207] 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 {
[77/207] 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 {
/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 {
[84/207] 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 {
[85/207] Compiling Sass String.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 {
[86/207] 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 {
[90/206] Emitting module Atomics
[93/206] Emitting module DequeModule
/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 {
BUILD FAILURE 6.1 wasm