The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-sass, reference main (176397), with Swift 6.1 for Wasm on 6 Nov 2025 17:52:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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

Build 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 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 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-3":/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-log.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/johnfairh/SourceMapper.git
[1/181] Fetching semver.swift
[182/732] Fetching semver.swift, sourcemapper
[419/2552] Fetching semver.swift, sourcemapper, swift-atomics
[1643/6966] Fetching semver.swift, sourcemapper, swift-atomics, swift-log
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.34s)
[2973/6415] Fetching semver.swift, swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
[1/80028] Fetching swift-nio
[2/121191] Fetching swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (12.29s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (12.47s)
Fetched https://github.com/apple/swift-protobuf.git from cache (12.57s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (16.33s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.93s)
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-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.58s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/18286] Fetching swift-collections
[7499/23453] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.27s)
[10606/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.20s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (1.24s)
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-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.88.0
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-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-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.6.4
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/47] Write sources
[10/47] Copying PrivacyInfo.xcprivacy
[10/47] Write sources
[18/47] Compiling CNIOPosix event_loop_id.c
[19/47] Compiling CNIOWindows shim.c
[20/47] Compiling _AtomicsShims.c
[21/47] Compiling CNIOWindows WSAStartup.c
[22/47] Compiling CNIOLinux liburing_shims.c
[22/47] Compiling CNIOLinux shim.c
[22/47] Compiling CNIOWASI CNIOWASI.c
[25/47] Compiling CNIODarwin shim.c
[26/47] Write swift-version-24593BA9C3E375BF.txt
[28/154] Emitting module _NIODataStructures
[29/154] Emitting module SwiftProtobuf
[29/165] Compiling c-nioatomics.c
[31/165] Compiling SourceMapper Errors.swift
[32/165] Emitting module SourceMapper
[33/165] Emitting module _NIOBase64
[34/165] Compiling _NIOBase64 Base64.swift
[35/166] Compiling _NIODataStructures _TinyArray.swift
[36/166] Compiling Logging Locks.swift
[37/166] Compiling SourceMapper VLQ.swift
[38/166] Emitting module Logging
[39/166] Compiling _NIODataStructures PriorityQueue.swift
[41/182] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[42/182] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/184] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/184] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/184] Compiling InternalCollectionsUtilities _SortedCollection.swift
[46/184] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[47/184] Compiling InternalCollectionsUtilities Debugging.swift
[48/184] Compiling InternalCollectionsUtilities Descriptions.swift
[49/196] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[50/196] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[51/202] Compiling Logging MetadataProvider.swift
[52/202] Compiling _NIODataStructures Heap.swift
[53/202] Compiling Logging LogHandler.swift
[54/202] Compiling Logging Logging.swift
[55/202] Compiling Atomics IntegerConformances.swift
[56/202] Compiling Atomics PointerConformances.swift
[57/202] Compiling Atomics Primitives.native.swift
[58/204] Compiling Atomics ManagedAtomic.swift
[59/204] Compiling Atomics ManagedAtomicLazyReference.swift
[60/206] Compiling Atomics UnsafeAtomic.swift
[61/206] Compiling Atomics UnsafeAtomicLazyReference.swift
[62/206] Compiling Atomics AtomicStorage.swift
[63/206] Compiling Atomics AtomicValue.swift
[64/206] Compiling Atomics AtomicMemoryOrderings.swift
[65/206] Compiling Atomics DoubleWord.swift
[67/206] Compiling SourceMapper Mappings.swift
[68/206] Compiling Semver Semver+Parser.swift
[69/206] Compiling Semver Semver.swift
[70/206] Compiling SourceMapper SourceMap.swift
[72/206] Compiling SourceMapper UnpackedSourceMap.swift
[73/206] Compiling SourceMapper JSON.swift
[74/207] Emitting module Semver
[75/207] Compiling Semver Semver+Expressible.swift
[75/208] Wrapping AST for _NIOBase64 for debugging
[77/208] Emitting module InternalCollectionsUtilities
[77/208] Wrapping AST for _NIODataStructures for debugging
[80/208] Wrapping AST for Logging for debugging
[82/208] Compiling Atomics IntegerOperations.swift
[83/208] Compiling Atomics Unmanaged extensions.swift
[83/208] Compiling c-atomics.c
[85/208] Compiling Atomics AtomicInteger.swift
[86/208] Compiling Atomics AtomicOptionalWrappable.swift
[87/208] Compiling Atomics AtomicReference.swift
[88/208] Compiling SwiftProtobuf ProtoNameProviding.swift
[89/208] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[90/208] Compiling SwiftProtobuf ProtobufMap.swift
[91/208] Compiling SwiftProtobuf SelectiveVisitor.swift
[92/208] Compiling SwiftProtobuf SimpleExtensionMap.swift
[93/208] Compiling SwiftProtobuf StringUtils.swift
[94/208] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[95/208] Compiling SwiftProtobuf SwiftProtobufError.swift
[96/208] Compiling SwiftProtobuf TextFormatDecoder.swift
[97/208] Compiling SwiftProtobuf TextFormatDecodingError.swift
[98/208] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[99/208] Compiling SwiftProtobuf TextFormatEncoder.swift
[99/208] Wrapping AST for SourceMapper for debugging
[100/208] Wrapping AST for Semver for debugging
[102/230] Compiling Sass CompilerResults.swift
[103/230] Compiling Sass ArgumentList.swift
[104/230] Compiling Sass Calculation.swift
[105/230] Compiling Sass Color.swift
[106/231] Compiling NIOConcurrencyHelpers lock.swift
[108/231] Compiling NIOConcurrencyHelpers NIOLock.swift
[108/231] Wrapping AST for InternalCollectionsUtilities for debugging
[110/246] Compiling DequeModule _DequeBuffer.swift
[111/246] Compiling DequeModule _DequeBufferHeader.swift
[112/248] Compiling DequeModule Deque+Equatable.swift
[113/248] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[114/248] Compiling DequeModule Deque+CustomReflectable.swift
[115/248] Compiling DequeModule Deque+Descriptions.swift
[118/248] Compiling DequeModule Deque+Codable.swift
[119/248] Compiling DequeModule Deque+Collection.swift
[122/248] Compiling DequeModule Deque+Testing.swift
[123/248] Compiling DequeModule Deque._Storage.swift
[124/248] Compiling DequeModule Deque+Extras.swift
[125/248] Compiling DequeModule Deque+Hashable.swift
[126/248] Compiling DequeModule Deque._UnsafeHandle.swift
[127/248] Compiling DequeModule Deque.swift
[128/248] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[129/248] Compiling NIOConcurrencyHelpers atomics.swift
[130/248] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[131/248] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[132/248] Compiling SwiftProtobuf TextFormatScanner.swift
[133/248] Compiling SwiftProtobuf TimeUtils.swift
[134/248] Compiling SwiftProtobuf UnknownStorage.swift
[135/248] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[136/248] Compiling SwiftProtobuf Varint.swift
[137/248] Compiling SwiftProtobuf Version.swift
[138/248] Compiling SwiftProtobuf Visitor.swift
[139/248] Compiling SwiftProtobuf WireFormat.swift
[140/248] Compiling SwiftProtobuf ZigZag.swift
[141/248] Compiling SwiftProtobuf any.pb.swift
[142/248] Emitting module NIOConcurrencyHelpers
[143/248] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[145/249] Compiling SwiftProtobuf JSONDecoder.swift
[146/249] Compiling SwiftProtobuf JSONDecodingError.swift
[147/249] Compiling SwiftProtobuf JSONDecodingOptions.swift
[148/249] Compiling SwiftProtobuf JSONEncoder.swift
[149/249] Compiling SwiftProtobuf JSONEncodingError.swift
[150/249] Compiling SwiftProtobuf JSONEncodingOptions.swift
[151/249] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[152/249] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[153/249] Compiling SwiftProtobuf JSONScanner.swift
[154/249] Compiling SwiftProtobuf MathUtils.swift
[155/249] Compiling SwiftProtobuf Message+AnyAdditions.swift
[156/249] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[159/249] Compiling DequeModule _DequeSlot.swift
[160/249] Compiling DequeModule _UnsafeWrappedBuffer.swift
[164/249] Compiling SwiftProtobuf Message.swift
[165/249] Compiling SwiftProtobuf MessageExtension.swift
[166/249] Compiling SwiftProtobuf NameMap.swift
[167/249] Compiling SwiftProtobuf PathDecoder.swift
[168/249] Compiling SwiftProtobuf PathVisitor.swift
[169/249] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[170/249] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[171/249] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[172/249] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[173/249] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[174/249] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[175/249] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[176/249] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[177/249] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[178/249] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[179/249] Compiling SwiftProtobuf HashVisitor.swift
[180/249] Compiling SwiftProtobuf Internal.swift
[181/249] Compiling SwiftProtobuf AnyMessageStorage.swift
[182/249] Compiling SwiftProtobuf AnyUnpackError.swift
[183/249] Compiling SwiftProtobuf AsyncMessageSequence.swift
[184/249] Compiling SwiftProtobuf BinaryDecoder.swift
[185/249] Compiling SwiftProtobuf BinaryDecodingError.swift
[186/249] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[187/249] Compiling SwiftProtobuf BinaryDelimited.swift
[188/249] Compiling SwiftProtobuf BinaryEncoder.swift
[189/249] Compiling SwiftProtobuf BinaryEncodingError.swift
[190/249] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[191/249] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[192/249] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[194/249] Wrapping AST for NIOConcurrencyHelpers for debugging
[202/249] Emitting module Atomics
[211/250] Wrapping AST for Atomics for debugging
[213/250] 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 {
/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 {
[226/253] Wrapping AST for DequeModule for debugging
[228/253] 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/253] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[230/316] 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 {
[231/316] Compiling NIOCore AsyncChannelInboundStream.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | struct Lock {
[232/316] 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 {
[233/316] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/149] Emitting module Semver
[4/149] Emitting module Logging
[5/149] Compiling Logging Locks.swift
[6/149] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[7/149] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[8/149] Compiling SwiftProtobuf BinaryDecoder.swift
[9/149] Compiling SwiftProtobuf BinaryDecodingError.swift
[10/151] Emitting module SourceMapper
[11/151] Compiling Logging LogHandler.swift
[12/151] Compiling Logging MetadataProvider.swift
[13/151] Compiling _NIODataStructures _TinyArray.swift
[14/151] Compiling _NIODataStructures PriorityQueue.swift
[15/151] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[16/151] Compiling NIOConcurrencyHelpers lock.swift
[17/151] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[18/151] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[19/151] Compiling NIOConcurrencyHelpers NIOLock.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] Compiling Semver Semver.swift
[25/151] Compiling SourceMapper Errors.swift
[26/151] Compiling SourceMapper JSON.swift
[27/151] Compiling _NIODataStructures Heap.swift
[28/151] Emitting module _NIODataStructures
[29/152] Emitting module InternalCollectionsUtilities
[30/152] Emitting module _NIOBase64
[31/152] Compiling _NIOBase64 Base64.swift
[32/153] Compiling Semver Semver+Parser.swift
[33/153] Compiling Semver Semver+Expressible.swift
[35/154] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[36/154] Emitting module NIOConcurrencyHelpers
[37/154] Compiling SourceMapper SourceMap.swift
[38/154] Compiling SourceMapper Mappings.swift
[41/154] Compiling NIOConcurrencyHelpers atomics.swift
[43/151] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[44/151] Compiling SwiftProtobuf BinaryDelimited.swift
[45/151] Compiling SwiftProtobuf AnyMessageStorage.swift
[46/151] Compiling SwiftProtobuf AnyUnpackError.swift
[47/151] Compiling SwiftProtobuf AsyncMessageSequence.swift
[48/151] Compiling SwiftProtobuf BinaryEncoder.swift
[49/151] Compiling SwiftProtobuf BinaryEncodingError.swift
[51/169] Compiling SourceMapper UnpackedSourceMap.swift
[52/169] Compiling SourceMapper VLQ.swift
[54/169] Compiling Atomics UnsafeAtomic.swift
[55/169] Compiling Atomics UnsafeAtomicLazyReference.swift
[56/169] Compiling Atomics ManagedAtomic.swift
[57/169] Compiling Atomics ManagedAtomicLazyReference.swift
[58/186] Compiling Logging Logging.swift
[59/187] Compiling DequeModule Deque._Storage.swift
[60/187] Compiling DequeModule Deque._UnsafeHandle.swift
[61/187] Compiling DequeModule Deque.swift
[62/187] Compiling DequeModule _DequeBuffer.swift
[64/202] Compiling Sass CompilerFunction.swift
[65/202] Compiling Sass CompilerResults.swift
[66/202] Compiling Sass CompilerTypes.swift
[67/202] Compiling Sass Number.swift
[68/202] Compiling Sass String.swift
[69/204] Compiling Sass Color.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | struct Lock {
[74/204] 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 {
/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 Sass Constants.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 Atomics IntegerOperations.swift
[78/206] Compiling Atomics Unmanaged extensions.swift
[79/206] Compiling Sass FunctionTypes.swift
[80/206] Compiling Sass List.swift
[82/206] 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 {
[85/206] Compiling Sass Mixin.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 {
[90/206] Compiling Sass Map.swift
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | struct Lock {
[91/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 {
[92/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 {
[97/206] Emitting module SwiftProtobuf
[98/217] Compiling Sass ArgumentList.swift
[99/217] Compiling Sass Calculation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/217] Emitting module Sass
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | struct Lock {
/host/spi-builder-workspace/Sources/Sass/DynamicFunction.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | struct Lock {
[104/217] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[105/217] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[106/217] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[107/217] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[108/217] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[109/217] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[110/217] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[111/217] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[112/217] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[113/217] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[114/217] Compiling SwiftProtobuf HashVisitor.swift
[115/217] Compiling SwiftProtobuf Internal.swift
[123/217] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[124/217] Compiling SwiftProtobuf ExtensionFields.swift
[125/217] Compiling SwiftProtobuf ExtensionMap.swift
[126/217] Compiling SwiftProtobuf FieldTag.swift
[127/217] Compiling SwiftProtobuf FieldTypes.swift
[128/217] Emitting module DequeModule
[129/218] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[130/218] Compiling SwiftProtobuf Message+FieldMask.swift
[131/218] Compiling SwiftProtobuf Message+JSONAdditions.swift
[132/218] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[133/218] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[134/218] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[135/218] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[136/218] Compiling SwiftProtobuf Message.swift
[137/218] Compiling SwiftProtobuf MessageExtension.swift
[138/218] Compiling SwiftProtobuf NameMap.swift
[139/218] Compiling SwiftProtobuf PathDecoder.swift
[140/218] Compiling SwiftProtobuf PathVisitor.swift
[141/218] Compiling SwiftProtobuf JSONDecoder.swift
[142/218] Compiling SwiftProtobuf JSONDecodingError.swift
[143/218] Compiling SwiftProtobuf JSONDecodingOptions.swift
[144/218] Compiling SwiftProtobuf JSONEncoder.swift
[145/218] Compiling SwiftProtobuf JSONEncodingError.swift
[146/218] Compiling SwiftProtobuf JSONEncodingOptions.swift
[147/218] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[148/218] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[149/218] Compiling SwiftProtobuf JSONScanner.swift
[150/218] Compiling SwiftProtobuf MathUtils.swift
[151/218] Compiling SwiftProtobuf Message+AnyAdditions.swift
[152/218] Compiling SwiftProtobuf Message+BinaryAdditions.swift
BUILD FAILURE 6.1 wasm