Build Information
Failed to build swift-sass, reference main (66d548
), with Swift 6.1 for Wasm on 30 May 2025 08:41:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 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 66d548f Update to Sass 1.87.0 (#45)
Submodule path 'sass': checked out 'a3ca9ed36f1aaf88a60b3f1f726691aec2a0ffa2'
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 @):
66d548f15eb280f3228ac50d6ed17ba59e196b3c
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-2":/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/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/johnfairh/SourceMapper.git
[1/540] Fetching sourcemapper
[261/721] Fetching sourcemapper, semver.swift
[722/4557] Fetching sourcemapper, semver.swift, swift-log
[1029/6267] Fetching sourcemapper, semver.swift, swift-log, swift-atomics
[6268/82375] Fetching sourcemapper, semver.swift, swift-log, swift-atomics, swift-nio
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.58s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
[2063/76648] Fetching sourcemapper, swift-nio
[18046/115959] Fetching sourcemapper, swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/SourceMapper.git from cache (8.07s)
Fetched https://github.com/apple/swift-nio.git from cache (8.23s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.27s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (11.60s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.21s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1670/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.98s)
Fetched https://github.com/apple/swift-collections.git from cache (3.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (4.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.10s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.61s)
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-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
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/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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/johnfairh/Semver.swift.git
Working copy of https://github.com/johnfairh/Semver.swift.git resolved at 1.2.4
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/46] Write sources
[1/46] Copying PrivacyInfo.xcprivacy
[1/46] Write sources
[18/46] Compiling CNIOWindows WSAStartup.c
[19/46] Compiling CNIOLinux liburing_shims.c
[20/46] Compiling CNIOLinux shim.c
[21/46] Compiling CNIOWindows shim.c
[22/46] Compiling CNIODarwin shim.c
[23/46] Compiling CNIOWASI CNIOWASI.c
[24/46] Compiling _AtomicsShims.c
[25/46] Write swift-version-24593BA9C3E375BF.txt
[27/160] Emitting module _NIOBase64
[28/160] Emitting module _NIODataStructures
[29/160] Emitting module SourceMapper
[29/160] Compiling c-nioatomics.c
[30/160] Compiling c-atomics.c
[32/184] Compiling SourceMapper VLQ.swift
[33/184] Compiling Atomics UnsafeAtomic.swift
[34/184] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/184] Compiling Logging Locks.swift
[36/186] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/187] Compiling Atomics ManagedAtomic.swift
[38/187] Compiling Atomics ManagedAtomicLazyReference.swift
[39/187] Compiling _NIODataStructures _TinyArray.swift
[40/187] Emitting module InternalCollectionsUtilities
[41/187] Compiling Atomics Primitives.native.swift
[42/187] Compiling Atomics OptionalRawRepresentable.swift
[43/187] Compiling Atomics IntegerConformances.swift
[44/187] Compiling Atomics PointerConformances.swift
[45/187] Compiling _NIODataStructures PriorityQueue.swift
[46/187] Compiling _NIOBase64 Base64.swift
[47/188] Compiling Atomics RawRepresentable.swift
[48/188] Compiling Atomics AtomicBool.swift
[49/188] Compiling Atomics AtomicValue.swift
[50/188] Compiling Atomics Primitives.shims.swift
[51/188] Compiling Atomics AtomicReference.swift
[52/188] Compiling Atomics AtomicStorage.swift
[53/188] Compiling Atomics AtomicInteger.swift
[54/188] Compiling Atomics AtomicOptionalWrappable.swift
[55/188] Compiling Atomics AtomicMemoryOrderings.swift
[56/188] Compiling Atomics DoubleWord.swift
[57/188] Emitting module Logging
[59/188] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/195] Compiling Atomics IntegerOperations.swift
[62/195] Compiling Atomics Unmanaged extensions.swift
[69/195] Emitting module SwiftProtobuf
[70/206] Compiling Logging MetadataProvider.swift
[71/221] Compiling NIOConcurrencyHelpers lock.swift
[72/221] Compiling NIOConcurrencyHelpers NIOLock.swift
[73/221] Compiling _NIODataStructures Heap.swift
[74/222] Compiling SourceMapper Mappings.swift
[76/222] Compiling DequeModule Deque+Equatable.swift
[77/222] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/224] Compiling DequeModule Deque+CustomReflectable.swift
[79/224] Compiling DequeModule Deque+Descriptions.swift
[80/224] Compiling Semver Semver+Parser.swift
[81/224] Compiling DequeModule _DequeBuffer.swift
[82/224] Compiling DequeModule _DequeBufferHeader.swift
[83/224] Emitting module Semver
[84/224] Compiling Semver Semver+Expressible.swift
[85/224] Compiling Semver Semver.swift
[85/224] Wrapping AST for _NIODataStructures for debugging
[87/225] Compiling SourceMapper SourceMap.swift
[88/225] Compiling SourceMapper JSON.swift
[89/225] Compiling SourceMapper Errors.swift
[90/225] Compiling SourceMapper UnpackedSourceMap.swift
[91/226] Emitting module Atomics
[92/226] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/226] Emitting module NIOConcurrencyHelpers
[93/226] Wrapping AST for _NIOBase64 for debugging
[95/226] Compiling DequeModule Deque+Codable.swift
[96/226] Compiling DequeModule Deque+Collection.swift
[97/226] Compiling NIOConcurrencyHelpers atomics.swift
[98/226] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[99/227] Wrapping AST for InternalCollectionsUtilities for debugging
[103/227] Compiling DequeModule Deque+Extras.swift
[104/227] Compiling DequeModule Deque+Hashable.swift
[105/227] Compiling Logging LogHandler.swift
[106/227] Compiling Logging Logging.swift
[106/227] Wrapping AST for Semver for debugging
[107/227] Wrapping AST for SourceMapper for debugging
[108/228] Wrapping AST for NIOConcurrencyHelpers for debugging
[111/244] Compiling Sass Units.swift
[112/244] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/244] Wrapping AST for Logging for debugging
[114/244] Compiling Sass FunctionTypes.swift
[115/244] Compiling Sass List.swift
[116/244] Compiling Sass Map.swift
[117/244] Compiling Sass Mixin.swift
[118/244] Compiling SwiftProtobuf Message+JSONAdditions.swift
[119/244] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[120/244] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[121/244] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[122/244] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[123/244] Compiling SwiftProtobuf Message.swift
[124/244] Compiling SwiftProtobuf MessageExtension.swift
[125/244] Compiling SwiftProtobuf NameMap.swift
[126/244] Compiling SwiftProtobuf PathDecoder.swift
[127/244] Compiling SwiftProtobuf PathVisitor.swift
[128/244] Compiling SwiftProtobuf ProtoNameProviding.swift
[129/244] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[130/244] Emitting module DequeModule
[131/245] Wrapping AST for DequeModule for debugging
[133/245] Compiling Sass Calculation.swift
[134/245] Compiling Sass Color.swift
[135/245] Compiling Sass CompilerTypes.swift
[136/245] Compiling Sass CompilerFunction.swift
[137/245] Compiling Sass CompilerResults.swift
[138/245] Compiling Sass ArgumentList.swift
[140/246] Compiling Sass Number.swift
[141/246] Compiling Sass String.swift
[148/246] Compiling SwiftProtobuf FieldTag.swift
[149/246] Compiling SwiftProtobuf FieldTypes.swift
[150/246] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[151/246] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[152/246] Compiling SwiftProtobuf JSONDecodingOptions.swift
[153/246] Compiling SwiftProtobuf JSONEncoder.swift
[154/246] Compiling SwiftProtobuf JSONEncodingError.swift
[155/246] Compiling SwiftProtobuf JSONEncodingOptions.swift
[156/246] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[157/246] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[158/246] Compiling SwiftProtobuf JSONScanner.swift
[159/246] Compiling SwiftProtobuf MathUtils.swift
[160/246] Compiling SwiftProtobuf Message+AnyAdditions.swift
[161/246] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[162/246] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[163/246] Compiling SwiftProtobuf Message+FieldMask.swift
[164/246] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[165/246] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[166/246] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[167/246] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[168/246] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[169/246] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[170/246] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[171/246] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[172/246] Compiling SwiftProtobuf HashVisitor.swift
[173/246] Compiling SwiftProtobuf Internal.swift
[174/246] Compiling SwiftProtobuf JSONDecoder.swift
[175/246] Compiling SwiftProtobuf JSONDecodingError.swift
[182/246] Compiling Sass Constants.swift
[183/246] 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 {
/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 {
[189/248] Wrapping AST for Atomics for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[191/248] 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 {
[192/248] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[193/248] Compiling SwiftProtobuf TextFormatScanner.swift
[194/248] Compiling SwiftProtobuf TimeUtils.swift
[195/248] Compiling SwiftProtobuf UnknownStorage.swift
[196/248] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[197/248] Compiling SwiftProtobuf Varint.swift
[198/248] Compiling SwiftProtobuf Version.swift
[199/248] Compiling SwiftProtobuf Visitor.swift
[200/248] Compiling SwiftProtobuf WireFormat.swift
[201/248] Compiling SwiftProtobuf ZigZag.swift
[202/248] Compiling SwiftProtobuf any.pb.swift
[203/248] Compiling SwiftProtobuf ProtobufMap.swift
[204/248] Compiling SwiftProtobuf SelectiveVisitor.swift
[205/248] Compiling SwiftProtobuf SimpleExtensionMap.swift
[206/248] Compiling SwiftProtobuf StringUtils.swift
[207/248] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[208/248] Compiling SwiftProtobuf SwiftProtobufError.swift
[209/248] Compiling SwiftProtobuf TextFormatDecoder.swift
[210/248] Compiling SwiftProtobuf TextFormatDecodingError.swift
[211/248] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[212/248] Compiling SwiftProtobuf TextFormatEncoder.swift
[213/248] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[214/267] 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 {
[215/267] 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 {
[216/267] 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 {
[217/267] 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 {
[218/267] 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 {
[219/267] 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 {
[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 {
[221/308] 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 {
[222/308] Compiling NIOCore MulticastChannel.swift
[223/308] Compiling NIOCore NIOAny.swift
[224/308] Compiling NIOCore NIOCloseOnErrorHandler.swift
[225/308] Compiling NIOCore NIOLoopBound.swift
[226/308] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[227/308] Compiling NIOCore NIOScheduledCallback.swift
[228/308] Compiling NIOCore NIOSendable.swift
[229/308] Compiling NIOCore RecvByteBufferAllocator.swift
[230/316] 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 {
[231/316] 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 {
[232/316] 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 {
[233/316] 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 {
[234/316] 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 {
[235/316] 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 {
[236/316] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/145] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/146] Compiling SwiftProtobuf BinaryEncodingError.swift
[5/146] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[6/146] Emitting module Logging
[7/146] Compiling Logging Locks.swift
[8/146] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[9/146] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[10/146] Compiling Logging MetadataProvider.swift
[11/146] Emitting module SourceMapper
[12/146] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/146] Compiling Semver Semver.swift
[14/146] Compiling NIOConcurrencyHelpers lock.swift
[15/146] Compiling SwiftProtobuf AnyMessageStorage.swift
[16/146] Compiling SwiftProtobuf AnyUnpackError.swift
[17/146] Compiling SourceMapper Errors.swift
[18/146] Compiling SourceMapper JSON.swift
[19/146] Compiling SourceMapper Mappings.swift
[20/146] Compiling Semver Semver+Parser.swift
[21/146] Compiling Semver Semver+Expressible.swift
[22/146] Emitting module Semver
[23/147] Compiling _NIODataStructures Heap.swift
[24/147] Compiling _NIODataStructures _TinyArray.swift
[25/147] Compiling _NIODataStructures PriorityQueue.swift
[26/147] Emitting module _NIODataStructures
[28/147] Compiling SwiftProtobuf BinaryDelimited.swift
[29/147] Compiling SwiftProtobuf BinaryEncoder.swift
[30/147] Emitting module _NIOBase64
[31/147] Compiling _NIOBase64 Base64.swift
[33/148] Emitting module InternalCollectionsUtilities
[35/148] Compiling NIOConcurrencyHelpers NIOLock.swift
[36/148] Compiling NIOConcurrencyHelpers atomics.swift
[37/148] Emitting module NIOConcurrencyHelpers
[38/148] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[39/148] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[41/166] Compiling Atomics PointerConformances.swift
[42/166] Compiling Atomics Primitives.native.swift
[43/166] Compiling Atomics AtomicOptionalWrappable.swift
[44/166] Compiling Atomics IntegerConformances.swift
[46/166] Compiling SourceMapper UnpackedSourceMap.swift
[47/166] Compiling SourceMapper VLQ.swift
[48/166] Compiling SourceMapper SourceMap.swift
[49/166] Compiling Atomics Primitives.shims.swift
[50/166] Compiling Atomics AtomicInteger.swift
[52/168] Compiling Atomics ManagedAtomic.swift
[53/168] Compiling Atomics ManagedAtomicLazyReference.swift
[54/168] Compiling Atomics UnsafeAtomic.swift
[55/168] Compiling Atomics UnsafeAtomicLazyReference.swift
[56/168] Compiling Atomics AtomicMemoryOrderings.swift
[57/168] Compiling Atomics DoubleWord.swift
[59/167] Compiling Logging LogHandler.swift
[60/167] Compiling Logging Logging.swift
[61/168] Compiling Atomics AtomicReference.swift
[62/168] Compiling Atomics AtomicStorage.swift
[63/168] Compiling Atomics AtomicValue.swift
[65/198] Compiling Atomics IntegerOperations.swift
[66/198] Compiling Atomics Unmanaged extensions.swift
[67/198] 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 {
[68/198] Compiling DequeModule Deque+Equatable.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 {
[69/200] Compiling DequeModule Deque+ExpressibleByArrayLiteral.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 {
[70/200] 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 {
[71/200] Compiling DequeModule _DequeBuffer.swift
[72/200] Compiling DequeModule _DequeBufferHeader.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/202] 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 {
[75/202] 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 {
[76/202] 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 {
[77/202] 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 {
/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/202] 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 {
[80/202] 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 {
[81/202] Compiling DequeModule Deque+CustomReflectable.swift
[83/202] Compiling DequeModule _UnsafeWrappedBuffer.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 {
[84/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 {
[87/202] Emitting module SwiftProtobuf
[96/213] Compiling DequeModule Deque+Codable.swift
[97/213] Compiling DequeModule Deque+Collection.swift
[98/213] Emitting module DequeModule
[106/213] Emitting module Atomics
[107/213] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[108/213] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[109/213] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[110/213] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[111/213] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[112/213] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[113/213] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[114/213] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[115/213] Compiling SwiftProtobuf HashVisitor.swift
[116/213] Compiling SwiftProtobuf Internal.swift
[117/213] Compiling SwiftProtobuf JSONDecoder.swift
[118/213] Compiling SwiftProtobuf JSONDecodingError.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)
[123/213] 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 {
BUILD FAILURE 6.1 wasm