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 3.2.0 (176397), with Swift 6.1 for Linux on 6 Nov 2025 17:47:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 3.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/johnfairh/swift-sass
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at 1763975 Version 3.2.0
Submodule path 'sass': checked out '600e82bdb504e8996fa181fe6f0e8705d677098f'
Submodule 'sass' (https://github.com/sass/sass.git) registered for path 'sass'
Cloning into '/host/spi-builder-workspace/sass'...
Cloned https://github.com/johnfairh/swift-sass.git
Revision (git rev-parse @):
1763975168b315947dd91b386be844361ab0034f
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.2.0
========================================
Build
========================================
Selected platform:         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-4606859-2":/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/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/johnfairh/Semver.swift.git
[1/181] Fetching semver.swift
[182/732] Fetching semver.swift, sourcemapper
[414/5141] Fetching semver.swift, sourcemapper, swift-log
[745/6961] Fetching semver.swift, sourcemapper, swift-log, swift-atomics
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.39s)
[3933/6780] Fetching sourcemapper, swift-log, swift-atomics
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.49s)
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
[1/41162] Fetching swift-protobuf
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-protobuf.git from cache (12.53s)
[1/80027] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.12s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (22.17s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.64s)
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-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5167] Fetching swift-system
[5168/23453] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.53s)
[4206/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.68s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.77s)
Creating working copy for https://github.com/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/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-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-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-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-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/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/54] Write sources
[15/54] Copying PrivacyInfo.xcprivacy
[15/54] Write sources
[21/54] Copying x64
[22/54] Compiling CNIOWindows shim.c
[23/54] Compiling _AtomicsShims.c
[24/54] Compiling CNIOWindows WSAStartup.c
[25/54] Compiling CNIOWASI CNIOWASI.c
[26/54] Compiling CNIOPosix event_loop_id.c
[27/54] Compiling CNIODarwin shim.c
[27/54] Compiling CNIOLinux liburing_shims.c
[29/54] Compiling CNIOLinux shim.c
[30/54] Write swift-version-24593BA9C3E375BF.txt
[32/161] Emitting module _NIOBase64
[33/161] Emitting module Logging
[33/161] Compiling c-atomics.c
[35/177] Emitting module InternalCollectionsUtilities
[36/179] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[37/179] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[38/179] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/179] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/179] Compiling InternalCollectionsUtilities Debugging.swift
[41/179] Compiling InternalCollectionsUtilities Descriptions.swift
[42/179] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/179] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/179] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[45/179] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[46/179] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/179] Compiling InternalCollectionsUtilities Integer rank.swift
[48/179] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/179] Compiling _NIODataStructures PriorityQueue.swift
[50/179] Compiling _NIODataStructures _TinyArray.swift
[51/179] Compiling _NIOBase64 Base64.swift
[52/179] Compiling Logging LogHandler.swift
[53/180] Emitting module SourceMapper
[53/180] Compiling c-nioatomics.c
[55/180] Compiling InternalCollectionsUtilities UInt+reversed.swift
[56/180] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/180] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/180] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/205] Emitting module _NIODataStructures
[62/205] Compiling _NIODataStructures Heap.swift
[63/206] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[65/206] Compiling Logging MetadataProvider.swift
[66/206] Compiling DequeModule Deque+Equatable.swift
[67/206] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[68/208] Compiling DequeModule Deque+CustomReflectable.swift
[69/208] Compiling DequeModule Deque+Descriptions.swift
[70/208] Compiling DequeModule Deque+Extras.swift
[71/208] Compiling DequeModule Deque+Hashable.swift
[72/208] Compiling Logging Locks.swift
[73/208] Compiling Logging Logging.swift
[74/227] Compiling Atomics ManagedAtomicLazyReference.swift
[75/227] Compiling Atomics AtomicMemoryOrderings.swift
[77/227] Compiling NIOConcurrencyHelpers atomics.swift
[78/227] Compiling NIOConcurrencyHelpers NIOLock.swift
[79/227] Compiling Atomics AtomicStorage.swift
[80/227] Compiling Atomics AtomicValue.swift
[81/229] Compiling Atomics DoubleWord.swift
[82/229] Compiling Atomics UnsafeAtomic.swift
[82/229] Wrapping AST for _NIODataStructures for debugging
[84/229] Compiling NIOConcurrencyHelpers lock.swift
[85/229] Compiling Atomics ManagedAtomic.swift
[88/229] Compiling Atomics UnsafeAtomicLazyReference.swift
[88/229] Wrapping AST for _NIOBase64 for debugging
[90/229] Compiling Atomics IntegerOperations.swift
[91/229] Compiling Atomics Unmanaged extensions.swift
[91/229] Wrapping AST for Logging for debugging
[95/229] Emitting module NIOConcurrencyHelpers
[96/229] Compiling SourceMapper VLQ.swift
[96/229] Wrapping AST for InternalCollectionsUtilities for debugging
[98/229] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/230] Emitting module Semver
[101/230] Compiling Atomics AtomicInteger.swift
[102/230] Compiling Atomics AtomicOptionalWrappable.swift
[103/230] Compiling Atomics AtomicReference.swift
[104/230] Compiling Semver Semver+Parser.swift
[105/230] Compiling Semver Semver+Expressible.swift
[106/230] Compiling Semver Semver.swift
[107/230] Compiling SourceMapper Mappings.swift
[108/230] Compiling SourceMapper UnpackedSourceMap.swift
[109/230] Compiling SourceMapper SourceMap.swift
[110/231] Compiling SourceMapper JSON.swift
[111/231] Compiling SourceMapper Errors.swift
[115/232] Wrapping AST for NIOConcurrencyHelpers for debugging
[118/232] Compiling Atomics PointerConformances.swift
[119/232] Compiling Atomics Primitives.native.swift
[120/232] Emitting module DequeModule
[122/233] Wrapping AST for Semver for debugging
[123/233] Wrapping AST for SourceMapper for debugging
[124/233] Wrapping AST for DequeModule for debugging
[126/249] Compiling DartSassEmbeddedLinux DartSassEmbeddedLinux.swift
[127/249] Compiling DartSassEmbeddedLinux resource_bundle_accessor.swift
[128/249] Emitting module DartSassEmbeddedLinux
[130/250] Compiling Sass List.swift
[131/250] Compiling Sass Map.swift
[132/252] Compiling Sass Mixin.swift
[133/252] Compiling Sass Number.swift
[133/252] Wrapping AST for DartSassEmbeddedLinux for debugging
[135/252] Compiling Sass DynamicFunction.swift
[136/252] Compiling Sass FunctionTypes.swift
[137/252] Compiling Sass CompilerFunction.swift
[138/252] Compiling Sass CompilerResults.swift
[139/252] Compiling Sass CompilerTypes.swift
[140/252] Compiling Sass Constants.swift
[141/252] Compiling Sass String.swift
[142/252] Compiling Sass Units.swift
[143/252] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[144/252] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[145/252] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[146/252] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[147/252] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[148/252] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[149/252] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[150/252] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[151/252] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[152/252] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[153/252] Compiling SwiftProtobuf HashVisitor.swift
[154/252] Compiling SwiftProtobuf Internal.swift
[155/252] Compiling Sass ArgumentList.swift
[156/252] Compiling Sass Calculation.swift
[157/252] Compiling Sass Color.swift
[167/263] Compiling Sass Value.swift
[168/263] Compiling Sass ValueConvertible.swift
[169/263] Emitting module SwiftProtobuf
[170/263] Emitting module Atomics
[177/264] Wrapping AST for Atomics for debugging
[179/327] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[180/327] Compiling NIOCore NIOScheduledCallback.swift
[181/327] Compiling NIOCore NIOSendable.swift
[182/327] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[183/327] Compiling NIOCore RecvByteBufferAllocator.swift
[184/327] Compiling NIOCore IPProtocol.swift
[185/327] Compiling NIOCore IntegerBitPacking.swift
[186/327] Compiling NIOCore IntegerTypes.swift
[187/327] Compiling NIOCore Interfaces.swift
[188/327] Compiling NIOCore Linux.swift
[189/327] Compiling NIOCore MarkedCircularBuffer.swift
[190/327] Compiling NIOCore MulticastChannel.swift
[191/327] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[192/327] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[193/327] Compiling SwiftProtobuf TextFormatScanner.swift
[194/327] Compiling SwiftProtobuf TimeUtils.swift
[195/327] Compiling SwiftProtobuf UnknownStorage.swift
[196/327] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[197/327] Compiling SwiftProtobuf Varint.swift
[198/327] Compiling SwiftProtobuf Version.swift
[199/327] Compiling SwiftProtobuf Visitor.swift
[200/327] Compiling SwiftProtobuf WireFormat.swift
[201/327] Compiling SwiftProtobuf ZigZag.swift
[202/327] Compiling SwiftProtobuf any.pb.swift
[203/327] Compiling NIOCore EventLoopFuture+Deprecated.swift
[204/327] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[205/327] Compiling NIOCore EventLoopFuture.swift
[206/327] Compiling NIOCore FileDescriptor.swift
[207/327] Compiling NIOCore FileHandle.swift
[208/327] Compiling NIOCore FileRegion.swift
[209/327] Compiling NIOCore GlobalSingletons.swift
[210/327] Compiling NIOCore IO.swift
[211/327] Compiling NIOCore IOData.swift
[212/327] Compiling NIOCore NIOCoreSendableMetatype.swift
[213/327] Compiling NIOCore NIODecodedAsyncSequence.swift
[214/327] Compiling NIOCore NIOLoopBound.swift
[215/327] Compiling NIOCore NIOAny.swift
[216/327] Compiling NIOCore NIOCloseOnErrorHandler.swift
[217/327] Compiling SwiftProtobuf JSONDecodingOptions.swift
[218/327] Compiling SwiftProtobuf JSONEncoder.swift
[219/327] Compiling SwiftProtobuf JSONEncodingError.swift
[220/327] Compiling SwiftProtobuf JSONEncodingOptions.swift
[221/327] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[222/327] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[223/327] Compiling SwiftProtobuf JSONScanner.swift
[224/327] Compiling SwiftProtobuf MathUtils.swift
[225/327] Compiling SwiftProtobuf Message+AnyAdditions.swift
[226/327] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[227/327] Compiling NIOCore Channel.swift
[228/327] Compiling NIOCore ChannelHandler.swift
[229/327] Compiling NIOCore ChannelHandlers.swift
[230/327] Compiling NIOCore ChannelInvoker.swift
[231/327] Compiling NIOCore ChannelOption.swift
[232/327] Compiling NIOCore ChannelPipeline.swift
[233/327] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[234/327] Compiling NIOCore BSDSocketAPI.swift
[235/327] Compiling NIOCore ByteBuffer-aux.swift
[236/327] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[237/327] Compiling NIOCore ByteBuffer-conversions.swift
[238/327] Compiling NIOCore ByteBuffer-core.swift
[239/327] Emitting module Sass
[240/327] Compiling NIOCore AddressedEnvelope.swift
[241/327] Compiling NIOCore AsyncAwaitSupport.swift
[242/327] Compiling NIOCore AsyncChannel.swift
[243/328] Wrapping AST for Sass for debugging
[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
[291/336] Compiling NIOCore AsyncChannelHandler.swift
[292/336] Compiling NIOCore AsyncChannelInboundStream.swift
[293/336] Compiling NIOCore AsyncChannelOutboundWriter.swift
[294/336] Compiling NIOCore NIOAsyncSequenceProducer.swift
[295/336] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[296/336] Compiling NIOCore NIOAsyncWriter.swift
[297/336] Compiling NIOCore ByteBuffer-multi-int.swift
[298/336] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[299/336] Compiling NIOCore ByteBuffer-views.swift
[312/336] Compiling NIOCore ByteBuffer-hex.swift
[313/336] Compiling NIOCore ByteBuffer-int.swift
[314/336] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[315/336] Emitting module NIOCore
[316/337] Wrapping AST for NIOCore for debugging
[318/391] Emitting module NIOEmbedded
[319/391] Compiling NIOEmbedded AsyncTestingChannel.swift
[320/391] Compiling NIOEmbedded Embedded.swift
[321/391] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[322/392] Compiling SwiftProtobuf api.pb.swift
[323/392] Compiling SwiftProtobuf descriptor.pb.swift
[324/392] Compiling SwiftProtobuf duration.pb.swift
[325/392] Compiling SwiftProtobuf empty.pb.swift
[326/392] Compiling SwiftProtobuf field_mask.pb.swift
[327/392] Compiling SwiftProtobuf source_context.pb.swift
[328/392] Compiling SwiftProtobuf struct.pb.swift
[329/392] Compiling SwiftProtobuf timestamp.pb.swift
[330/392] Compiling SwiftProtobuf type.pb.swift
[331/392] Compiling SwiftProtobuf wrappers.pb.swift
[332/392] Compiling SwiftProtobuf resource_bundle_accessor.swift
[334/393] Wrapping AST for SwiftProtobuf for debugging
[335/393] Wrapping AST for NIOEmbedded for debugging
[337/393] Compiling NIOPosix SelectableEventLoop.swift
[338/393] Compiling NIOPosix SelectorEpoll.swift
[339/393] Compiling NIOPosix SelectorGeneric.swift
[340/393] Compiling NIOPosix SelectorKqueue.swift
[341/393] Compiling NIOPosix SelectorUring.swift
[342/393] Compiling NIOPosix SelectorWSAPoll.swift
[343/393] Compiling NIOPosix ServerSocket.swift
[344/399] Compiling NIOPosix Pool.swift
[345/399] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[346/399] Compiling NIOPosix PosixSingletons.swift
[347/399] Compiling NIOPosix RawSocketBootstrap.swift
[348/399] Compiling NIOPosix Resolver.swift
[349/399] Compiling NIOPosix Selectable.swift
[350/399] Compiling NIOPosix SelectableChannel.swift
[351/399] Compiling NIOPosix Socket.swift
[352/399] Compiling NIOPosix SocketChannel.swift
[353/399] Compiling NIOPosix SocketProtocols.swift
[354/399] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[355/399] Compiling NIOPosix System.swift
[356/399] Compiling NIOPosix Thread.swift
[357/399] Compiling NIOPosix ThreadPosix.swift
[358/399] Compiling NIOPosix ThreadWindows.swift
[359/399] Compiling NIOPosix UnsafeTransfer.swift
[360/399] Compiling NIOPosix Utilities.swift
[361/399] Compiling NIOPosix VsockAddress.swift
[362/399] Compiling NIOPosix VsockChannelEvents.swift
[363/399] Compiling NIOPosix Windows.swift
[364/399] Compiling NIOPosix IO.swift
[365/399] Compiling NIOPosix IntegerBitPacking.swift
[366/399] Compiling NIOPosix IntegerTypes.swift
[367/399] Compiling NIOPosix Linux.swift
[368/399] Compiling NIOPosix LinuxCPUSet.swift
[369/399] Compiling NIOPosix LinuxUring.swift
[370/399] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[371/399] Compiling NIOPosix NIOPosixSendableMetatype.swift
[372/399] Compiling NIOPosix NIOThreadPool.swift
[373/399] Compiling NIOPosix NonBlockingFileIO.swift
[374/399] Compiling NIOPosix PendingDatagramWritesManager.swift
[375/399] Compiling NIOPosix PendingWritesManager.swift
[376/399] Compiling NIOPosix PipeChannel.swift
[377/399] Compiling NIOPosix PipePair.swift
[378/399] Compiling NIOPosix BSDSocketAPICommon.swift
[379/399] Compiling NIOPosix BSDSocketAPIPosix.swift
[380/399] Compiling NIOPosix BSDSocketAPIWindows.swift
[381/399] Compiling NIOPosix BaseSocket.swift
[382/399] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[383/399] Compiling NIOPosix BaseSocketChannel.swift
[384/399] Compiling NIOPosix BaseStreamSocketChannel.swift
[385/399] Emitting module NIOPosix
[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 JSONSerialization+ByteBuffer.swift
[400/408] Compiling NIOFoundationCompat WaitSpinningRunLoop.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 Exec.swift
[408/424] Compiling DartSass Importers.swift
[409/424] Compiling DartSass Deprecation.swift
[410/424] Compiling DartSass Errors.swift
[411/424] Emitting module DartSass
[412/424] Compiling DartSass ProtobufConversion.swift
[413/424] Compiling DartSass ProtobufValueConversion.swift
[414/424] Compiling DartSass Concurrency+Extras.swift
[415/424] Compiling DartSass DartSassEmbedded.swift
[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! (277.29s)
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.