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

Successful build of swift-sass, reference main (176397), with Swift 6.1 for Linux on 6 Nov 2025 17:46:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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:         linux
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-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/181] Fetching semver.swift
[182/2001] Fetching semver.swift, swift-atomics
[201/2552] Fetching semver.swift, swift-atomics, sourcemapper
[1136/6961] Fetching semver.swift, swift-atomics, sourcemapper, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.49s)
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.49s)
[1/80027] Fetching swift-nio
[50635/121189] Fetching swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (7.67s)
Fetched https://github.com/apple/swift-log.git from cache (8.28s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.36s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (10.77s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.03s)
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.47s)
[4572/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.54s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.60s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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
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-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-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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/54] Write sources
[4/54] Copying PrivacyInfo.xcprivacy
[4/54] Write sources
[20/54] Copying x64
[21/54] Compiling CNIOWindows shim.c
[21/54] Compiling CNIOWASI CNIOWASI.c
[21/54] Compiling _AtomicsShims.c
[24/54] Compiling CNIOWindows WSAStartup.c
[25/54] Write sources
[26/54] Compiling CNIOPosix event_loop_id.c
[27/54] Compiling CNIOLinux liburing_shims.c
[28/54] Compiling CNIODarwin shim.c
[29/54] Compiling CNIOLinux shim.c
[30/54] Write swift-version-24593BA9C3E375BF.txt
[31/161] Compiling c-nioatomics.c
[33/177] Compiling SourceMapper Errors.swift
[34/177] Compiling InternalCollectionsUtilities Debugging.swift
[35/177] Compiling InternalCollectionsUtilities Descriptions.swift
[36/179] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/179] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/179] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[39/179] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/179] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/179] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/179] Compiling _NIODataStructures _TinyArray.swift
[43/179] Emitting module _NIOBase64
[44/179] Compiling _NIOBase64 Base64.swift
[45/179] Compiling _NIODataStructures PriorityQueue.swift
[46/180] Compiling SourceMapper VLQ.swift
[48/183] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[49/183] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[50/183] Emitting module InternalCollectionsUtilities
[50/183] Compiling c-atomics.c
[52/183] Compiling Logging MetadataProvider.swift
[53/183] Emitting module _NIODataStructures
[54/183] Compiling _NIODataStructures Heap.swift
[55/184] Emitting module Logging
[56/184] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/184] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/184] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/184] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/184] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/184] Compiling InternalCollectionsUtilities Integer rank.swift
[62/184] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/185] Compiling SourceMapper UnpackedSourceMap.swift
[65/185] Compiling SourceMapper Mappings.swift
[66/185] Compiling SourceMapper SourceMap.swift
[68/203] Compiling Semver Semver+Parser.swift
[69/203] Compiling Semver Semver.swift
[70/203] Emitting module Semver
[71/203] Compiling Semver Semver+Expressible.swift
[72/204] Emitting module SourceMapper
[73/204] Compiling SourceMapper JSON.swift
[74/204] Compiling Logging LogHandler.swift
[75/204] Compiling Logging Locks.swift
[76/204] Compiling Logging Logging.swift
[76/206] Wrapping AST for _NIODataStructures for debugging
[79/206] Compiling Atomics ManagedAtomic.swift
[80/206] Compiling Atomics ManagedAtomicLazyReference.swift
[81/208] Compiling Atomics AtomicStorage.swift
[82/208] Compiling Atomics AtomicValue.swift
[83/208] Compiling Atomics AtomicMemoryOrderings.swift
[84/208] Compiling Atomics DoubleWord.swift
[84/208] Wrapping AST for _NIOBase64 for debugging
[85/208] Wrapping AST for Semver for debugging
[88/229] Wrapping AST for InternalCollectionsUtilities for debugging
[90/229] Compiling Atomics IntegerOperations.swift
[91/229] Compiling Atomics Unmanaged extensions.swift
[92/229] Compiling Atomics UnsafeAtomic.swift
[93/229] Compiling Atomics UnsafeAtomicLazyReference.swift
[94/229] Compiling DequeModule Deque+Equatable.swift
[95/229] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/231] Compiling DequeModule _DequeBuffer.swift
[97/231] Compiling DequeModule _DequeBufferHeader.swift
[97/231] Wrapping AST for Logging for debugging
[98/231] Wrapping AST for SourceMapper for debugging
[100/231] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/231] Compiling DequeModule Deque+CustomReflectable.swift
[102/231] Compiling DequeModule Deque+Descriptions.swift
[103/247] Compiling Sass Units.swift
[104/247] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/247] Compiling Sass ArgumentList.swift
[106/247] Compiling Sass Calculation.swift
[107/247] Compiling Sass Color.swift
[108/247] Compiling NIOConcurrencyHelpers lock.swift
[109/247] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[110/247] Compiling SwiftProtobuf Message+FieldMask.swift
[111/247] Compiling SwiftProtobuf Message+JSONAdditions.swift
[112/247] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[113/247] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[114/247] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[115/247] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[116/247] Compiling SwiftProtobuf Message.swift
[117/247] Compiling SwiftProtobuf MessageExtension.swift
[118/247] Compiling SwiftProtobuf NameMap.swift
[119/247] Compiling SwiftProtobuf PathDecoder.swift
[120/247] Compiling SwiftProtobuf PathVisitor.swift
[123/258] Emitting module NIOConcurrencyHelpers
[124/258] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[126/258] Compiling Sass List.swift
[127/258] Compiling Sass Map.swift
[128/258] Compiling Sass Mixin.swift
[129/258] Compiling NIOConcurrencyHelpers atomics.swift
[130/258] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[131/259] Compiling DartSassEmbeddedLinux DartSassEmbeddedLinux.swift
[132/259] Emitting module DartSassEmbeddedLinux
[133/259] Compiling DartSassEmbeddedLinux resource_bundle_accessor.swift
[136/260] Compiling Sass DynamicFunction.swift
[137/260] Compiling Sass FunctionTypes.swift
[138/262] Compiling Sass CompilerFunction.swift
[139/262] Compiling Sass CompilerResults.swift
[140/262] Emitting module Sass
[143/262] Compiling Sass CompilerTypes.swift
[144/262] Compiling Sass Constants.swift
[146/262] Wrapping AST for DartSassEmbeddedLinux for debugging
[147/262] Wrapping AST for NIOConcurrencyHelpers for debugging
[149/262] Emitting module DequeModule
[151/263] Compiling Sass Number.swift
[152/263] Compiling Sass String.swift
[155/263] Compiling Sass Value.swift
[156/263] Compiling Sass ValueConvertible.swift
[156/263] Wrapping AST for DequeModule for debugging
[158/263] Compiling SwiftProtobuf ProtoNameProviding.swift
[159/263] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[160/263] Compiling SwiftProtobuf ProtobufMap.swift
[161/263] Compiling SwiftProtobuf SelectiveVisitor.swift
[162/263] Compiling SwiftProtobuf SimpleExtensionMap.swift
[163/263] Compiling SwiftProtobuf StringUtils.swift
[164/263] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[165/263] Compiling SwiftProtobuf SwiftProtobufError.swift
[166/263] Compiling SwiftProtobuf TextFormatDecoder.swift
[167/263] Compiling SwiftProtobuf TextFormatDecodingError.swift
[168/263] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[169/263] Compiling SwiftProtobuf TextFormatEncoder.swift
[170/263] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[171/263] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[172/263] Compiling SwiftProtobuf TextFormatScanner.swift
[173/263] Compiling SwiftProtobuf TimeUtils.swift
[174/263] Compiling SwiftProtobuf UnknownStorage.swift
[175/263] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[176/263] Compiling SwiftProtobuf Varint.swift
[177/263] Compiling SwiftProtobuf Version.swift
[178/263] Compiling SwiftProtobuf Visitor.swift
[179/263] Compiling SwiftProtobuf WireFormat.swift
[180/263] Compiling SwiftProtobuf ZigZag.swift
[181/263] Compiling SwiftProtobuf any.pb.swift
[185/263] Emitting module Atomics
[190/264] Compiling SwiftProtobuf JSONDecoder.swift
[191/264] Compiling SwiftProtobuf JSONDecodingError.swift
[192/264] Compiling SwiftProtobuf JSONDecodingOptions.swift
[193/264] Compiling SwiftProtobuf JSONEncoder.swift
[194/264] Compiling SwiftProtobuf JSONEncodingError.swift
[195/264] Compiling SwiftProtobuf JSONEncodingOptions.swift
[196/264] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[197/264] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[198/264] Compiling SwiftProtobuf JSONScanner.swift
[199/264] Compiling SwiftProtobuf MathUtils.swift
[200/264] Compiling SwiftProtobuf Message+AnyAdditions.swift
[201/264] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[214/264] Compiling SwiftProtobuf BytecodeInterpreter.swift
[215/264] Compiling SwiftProtobuf BytecodeReader.swift
[216/264] Compiling SwiftProtobuf CustomJSONCodable.swift
[217/264] Compiling SwiftProtobuf Decoder.swift
[218/264] Compiling SwiftProtobuf DoubleParser.swift
[219/264] Compiling SwiftProtobuf Enum.swift
[220/264] Compiling SwiftProtobuf ExtensibleMessage.swift
[221/264] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[222/264] Compiling SwiftProtobuf ExtensionFields.swift
[223/264] Compiling SwiftProtobuf ExtensionMap.swift
[224/264] Compiling SwiftProtobuf FieldTag.swift
[225/264] Compiling SwiftProtobuf FieldTypes.swift
[225/264] Wrapping AST for Atomics for debugging
[227/327] Compiling NIOCore NIOAsyncSequenceProducer.swift
[228/327] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[229/327] Compiling NIOCore NIOAsyncWriter.swift
[230/328] Wrapping AST for Sass for debugging
[232/328] Emitting module SwiftProtobuf
[233/328] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[234/328] Compiling NIOCore ByteBuffer-conversions.swift
[235/328] Compiling NIOCore ByteBuffer-core.swift
[236/328] Compiling NIOCore ByteBuffer-hex.swift
[237/328] Compiling NIOCore ByteBuffer-int.swift
[238/328] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[239/328] Compiling NIOCore ByteBuffer-multi-int.swift
[240/328] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[241/328] Compiling NIOCore ByteBuffer-views.swift
[242/328] Compiling NIOCore Channel.swift
[243/328] Compiling NIOCore ChannelHandler.swift
[244/328] Compiling NIOCore ChannelHandlers.swift
[245/328] Compiling NIOCore NIOCoreSendableMetatype.swift
[246/328] Compiling NIOCore NIODecodedAsyncSequence.swift
[247/328] Compiling NIOCore NIOLoopBound.swift
[248/328] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[249/328] Compiling NIOCore NIOScheduledCallback.swift
[250/328] Compiling NIOCore NIOSendable.swift
[251/328] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[252/328] Compiling NIOCore RecvByteBufferAllocator.swift
[253/336] Compiling NIOCore EventLoopFuture+Deprecated.swift
[254/336] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[255/336] Compiling NIOCore EventLoopFuture.swift
[256/336] Compiling NIOCore FileDescriptor.swift
[257/336] Compiling NIOCore FileHandle.swift
[258/336] Compiling NIOCore FileRegion.swift
[259/336] Compiling NIOCore GlobalSingletons.swift
[260/336] Compiling NIOCore IO.swift
[261/336] Compiling NIOCore IOData.swift
[262/336] Compiling NIOCore IPProtocol.swift
[263/336] Compiling NIOCore IntegerBitPacking.swift
[264/336] Compiling NIOCore IntegerTypes.swift
[265/336] Compiling NIOCore Interfaces.swift
[266/336] Compiling NIOCore Linux.swift
[267/336] Compiling NIOCore MarkedCircularBuffer.swift
[268/336] Compiling NIOCore MulticastChannel.swift
[269/336] Compiling NIOCore NIOAny.swift
[270/336] Compiling NIOCore NIOCloseOnErrorHandler.swift
[271/336] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[272/336] Compiling NIOCore SocketAddresses.swift
[273/336] Compiling NIOCore SocketOptionProvider.swift
[274/336] Compiling NIOCore SystemCallHelpers.swift
[275/336] Compiling NIOCore TimeAmount+Duration.swift
[276/336] Compiling NIOCore TypeAssistedChannelHandler.swift
[277/336] Compiling NIOCore UniversalBootstrapSupport.swift
[278/336] Compiling NIOCore Utilities.swift
[279/336] Compiling NIOCore CircularBuffer.swift
[280/336] Compiling NIOCore Codec.swift
[281/336] Compiling NIOCore ConvenienceOptionSupport.swift
[282/336] Compiling NIOCore DeadChannel.swift
[283/336] Compiling NIOCore DispatchQueue+WithFuture.swift
[284/336] Compiling NIOCore EventLoop+Deprecated.swift
[285/336] Compiling NIOCore EventLoop+SerialExecutor.swift
[286/336] Compiling NIOCore EventLoop.swift
[287/336] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[288/336] Emitting module NIOCore
[289/336] Compiling NIOCore AddressedEnvelope.swift
[290/336] Compiling NIOCore AsyncAwaitSupport.swift
[291/336] Compiling NIOCore AsyncChannel.swift
[292/336] Compiling NIOCore AsyncChannelHandler.swift
[293/336] Compiling NIOCore AsyncChannelInboundStream.swift
[294/336] Compiling NIOCore AsyncChannelOutboundWriter.swift
[298/336] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[299/336] Compiling NIOCore BSDSocketAPI.swift
[300/336] Compiling NIOCore ByteBuffer-aux.swift
[313/336] Compiling NIOCore ChannelInvoker.swift
[314/336] Compiling NIOCore ChannelOption.swift
[315/336] Compiling NIOCore ChannelPipeline.swift
[316/337] Wrapping AST for NIOCore for debugging
[318/391] Compiling NIOEmbedded Embedded.swift
[319/391] Compiling SwiftProtobuf api.pb.swift
[320/391] Compiling SwiftProtobuf descriptor.pb.swift
[321/391] Compiling SwiftProtobuf duration.pb.swift
[322/391] Compiling SwiftProtobuf empty.pb.swift
[323/391] Compiling SwiftProtobuf field_mask.pb.swift
[324/391] Compiling SwiftProtobuf source_context.pb.swift
[325/391] Compiling SwiftProtobuf struct.pb.swift
[326/391] Compiling SwiftProtobuf timestamp.pb.swift
[327/391] Compiling SwiftProtobuf type.pb.swift
[328/391] Compiling SwiftProtobuf wrappers.pb.swift
[329/391] Compiling SwiftProtobuf resource_bundle_accessor.swift
[330/391] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[331/392] Emitting module NIOEmbedded
[332/392] Compiling NIOEmbedded AsyncTestingChannel.swift
[335/393] Compiling NIOPosix Pool.swift
[336/393] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[337/393] Compiling NIOPosix PosixSingletons.swift
[338/393] Compiling NIOPosix RawSocketBootstrap.swift
[339/393] Compiling NIOPosix Resolver.swift
[340/393] Compiling NIOPosix Selectable.swift
[341/393] Compiling NIOPosix SelectableChannel.swift
[341/399] Wrapping AST for NIOEmbedded for debugging
[342/399] Wrapping AST for SwiftProtobuf for debugging
[344/399] Emitting module NIOPosix
[345/399] Compiling NIOPosix IO.swift
[346/399] Compiling NIOPosix IntegerBitPacking.swift
[347/399] Compiling NIOPosix IntegerTypes.swift
[348/399] Compiling NIOPosix Linux.swift
[349/399] Compiling NIOPosix LinuxCPUSet.swift
[350/399] Compiling NIOPosix LinuxUring.swift
[351/399] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[352/399] Compiling NIOPosix ThreadWindows.swift
[353/399] Compiling NIOPosix UnsafeTransfer.swift
[354/399] Compiling NIOPosix Utilities.swift
[355/399] Compiling NIOPosix VsockAddress.swift
[356/399] Compiling NIOPosix VsockChannelEvents.swift
[357/399] Compiling NIOPosix Windows.swift
[358/399] Compiling NIOPosix SelectableEventLoop.swift
[359/399] Compiling NIOPosix SelectorEpoll.swift
[360/399] Compiling NIOPosix SelectorGeneric.swift
[361/399] Compiling NIOPosix SelectorKqueue.swift
[362/399] Compiling NIOPosix SelectorUring.swift
[363/399] Compiling NIOPosix SelectorWSAPoll.swift
[364/399] Compiling NIOPosix ServerSocket.swift
[365/399] Compiling NIOPosix NIOPosixSendableMetatype.swift
[366/399] Compiling NIOPosix NIOThreadPool.swift
[367/399] Compiling NIOPosix NonBlockingFileIO.swift
[368/399] Compiling NIOPosix PendingDatagramWritesManager.swift
[369/399] Compiling NIOPosix PendingWritesManager.swift
[370/399] Compiling NIOPosix PipeChannel.swift
[371/399] Compiling NIOPosix PipePair.swift
[372/399] Compiling NIOPosix Socket.swift
[373/399] Compiling NIOPosix SocketChannel.swift
[374/399] Compiling NIOPosix SocketProtocols.swift
[375/399] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[376/399] Compiling NIOPosix System.swift
[377/399] Compiling NIOPosix Thread.swift
[378/399] Compiling NIOPosix ThreadPosix.swift
[379/399] Compiling NIOPosix BSDSocketAPICommon.swift
[380/399] Compiling NIOPosix BSDSocketAPIPosix.swift
[381/399] Compiling NIOPosix BSDSocketAPIWindows.swift
[382/399] Compiling NIOPosix BaseSocket.swift
[383/399] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[384/399] Compiling NIOPosix BaseSocketChannel.swift
[385/399] Compiling NIOPosix BaseStreamSocketChannel.swift
[386/399] Compiling NIOPosix Bootstrap.swift
[387/399] Compiling NIOPosix ControlMessage.swift
[388/399] Compiling NIOPosix DatagramVectorReadManager.swift
[389/399] Compiling NIOPosix Errors+Any.swift
[390/399] Compiling NIOPosix FileDescriptor.swift
[391/399] Compiling NIOPosix GetaddrinfoResolver.swift
[392/399] Compiling NIOPosix HappyEyeballs.swift
[393/400] Wrapping AST for NIOPosix for debugging
[395/402] Compiling NIO Exports.swift
[396/402] Emitting module NIO
[397/403] Wrapping AST for NIO for debugging
[399/408] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[400/408] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[401/408] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[402/408] Emitting module NIOFoundationCompat
[403/408] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[404/409] Wrapping AST for NIOFoundationCompat for debugging
[406/423] Compiling DartSass Versions.swift
[407/424] Compiling DartSass Deprecation.swift
[408/424] Compiling DartSass Errors.swift
[409/424] Compiling DartSass Exec.swift
[410/424] Compiling DartSass Importers.swift
[411/424] Compiling DartSass Concurrency+Extras.swift
[412/424] Compiling DartSass DartSassEmbedded.swift
[413/424] Compiling DartSass ProtobufConversion.swift
[414/424] Compiling DartSass ProtobufValueConversion.swift
[415/424] Emitting module DartSass
[416/424] Compiling DartSass BinaryProtocol.swift
[417/424] Compiling DartSass Compiler.swift
[418/424] Compiling DartSass CompilerRequests.swift
[419/424] Compiling DartSass CompilerWork.swift
[420/424] Compiling DartSass embedded_sass.pb.swift
[421/425] Wrapping AST for DartSass for debugging
[423/427] Emitting module SassCli
[424/427] Compiling SassCli ssassc.swift
[425/428] Wrapping AST for SassCli for debugging
[426/428] Write Objects.LinkFileList
[427/428] Linking ssassc
Build complete! (204.28s)
Build complete.
{
  "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.