The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-sass, reference 3.1.0 (e2c9c4), with Swift 6.0 for Linux on 10 Feb 2025 20:43:37 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/swift-sass.git
Reference: 3.1.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.1.0      -> FETCH_HEAD
HEAD is now at e2c9c4e Version 3.1.0
Submodule path 'sass': checked out '5cb2b69ada95d492ac33356f42e688f612825a19'
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 @):
e2c9c4e18c08f0b31f9ddbd3677a7a37460ad132
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
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/Semver.swift.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-log.git
[1/534] Fetching sourcemapper
[535/715] Fetching sourcemapper, semver.swift
[716/2284] Fetching sourcemapper, semver.swift, swift-atomics
[1140/6040] Fetching sourcemapper, semver.swift, swift-atomics, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
[1/73595] Fetching swift-nio
[1473/111921] Fetching swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/SourceMapper.git from cache (4.96s)
Fetched https://github.com/apple/swift-nio.git from cache (5.09s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (6.38s)
Fetched https://github.com/apple/swift-atomics.git from cache (6.38s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.45s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (2.30s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.22s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4053] Fetching swift-system
[4054/19708] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.60s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.28.2 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.52s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.2
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.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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.81.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
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/53] Write sources
[4/53] Copying PrivacyInfo.xcprivacy
[4/53] Write sources
[21/53] Compiling CNIOWASI CNIOWASI.c
[22/53] Compiling CNIOWindows shim.c
[23/53] Compiling CNIOWindows WSAStartup.c
[24/53] Compiling CNIOLinux liburing_shims.c
[24/53] Compiling CNIODarwin shim.c
[26/53] Copying x64
[27/53] Compiling CNIOLinux shim.c
[28/53] Compiling _AtomicsShims.c
[29/53] Write swift-version-24593BA9C3E375BF.txt
[30/170] Compiling c-nioatomics.c
[31/170] Compiling c-atomics.c
[33/178] Emitting module Semver
[34/178] Emitting module InternalCollectionsUtilities
[35/178] Emitting module _NIOBase64
[36/178] Compiling _NIOBase64 Base64.swift
[37/181] Compiling SwiftProtobuf CustomJSONCodable.swift
[38/181] Compiling SwiftProtobuf Decoder.swift
[39/181] Compiling SwiftProtobuf DoubleParser.swift
[40/181] Compiling SwiftProtobuf Enum.swift
[41/181] Compiling SwiftProtobuf ExtensibleMessage.swift
[42/181] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[43/181] Compiling SwiftProtobuf ExtensionFields.swift
[44/181] Compiling SwiftProtobuf ExtensionMap.swift
[45/181] Compiling SwiftProtobuf AsyncMessageSequence.swift
[46/181] Compiling SwiftProtobuf BinaryDecoder.swift
[47/181] Compiling SourceMapper VLQ.swift
[48/181] Compiling SwiftProtobuf AnyMessageStorage.swift
[49/181] Compiling SwiftProtobuf AnyUnpackError.swift
[50/181] Compiling _NIODataStructures _TinyArray.swift
[51/181] Compiling SwiftProtobuf FieldTag.swift
[52/181] Compiling SwiftProtobuf FieldTypes.swift
[53/181] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[54/181] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[55/181] Compiling _NIODataStructures PriorityQueue.swift
[56/181] Compiling Logging LogHandler.swift
[58/181] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/181] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/188] Emitting module Logging
[62/188] Compiling Logging Locks.swift
[63/188] Compiling Logging MetadataProvider.swift
[64/189] Compiling Logging Logging.swift
[65/208] Emitting module _NIODataStructures
[66/208] Compiling _NIODataStructures Heap.swift
[67/209] Compiling NIOConcurrencyHelpers NIOLock.swift
[70/209] Compiling NIOConcurrencyHelpers lock.swift
[70/209] Wrapping AST for _NIOBase64 for debugging
[72/209] Compiling Atomics ManagedAtomic.swift
[73/209] Compiling Atomics ManagedAtomicLazyReference.swift
[74/209] Compiling Atomics UnsafeAtomic.swift
[75/209] Compiling Atomics UnsafeAtomicLazyReference.swift
[75/211] Wrapping AST for _NIODataStructures for debugging
[77/220] Compiling Atomics AtomicMemoryOrderings.swift
[78/220] Compiling Atomics DoubleWord.swift
[78/226] Wrapping AST for Logging for debugging
[80/226] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/226] Emitting module NIOConcurrencyHelpers
[82/226] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[83/226] Compiling NIOConcurrencyHelpers atomics.swift
[83/227] Wrapping AST for InternalCollectionsUtilities for debugging
[85/227] Compiling DequeModule Deque+CustomReflectable.swift
[86/227] Compiling DequeModule Deque+Descriptions.swift
[88/229] Compiling DequeModule _DequeBuffer.swift
[89/229] Compiling DequeModule _DequeBufferHeader.swift
[90/229] Compiling Atomics IntegerOperations.swift
[91/229] Compiling Atomics Unmanaged extensions.swift
[91/229] Wrapping AST for NIOConcurrencyHelpers for debugging
[93/229] Compiling DequeModule Deque+Extras.swift
[94/229] Compiling DequeModule Deque+Hashable.swift
[95/229] Compiling DequeModule Deque+Testing.swift
[96/229] Compiling DequeModule Deque._Storage.swift
[97/229] Compiling DequeModule Deque._UnsafeHandle.swift
[98/229] Compiling DequeModule Deque.swift
[99/229] Compiling DequeModule Deque+Equatable.swift
[100/229] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[103/229] Compiling DequeModule _DequeSlot.swift
[104/229] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/229] Compiling DequeModule Deque+Codable.swift
[110/229] Compiling DequeModule Deque+Collection.swift
[111/229] Compiling SourceMapper UnpackedSourceMap.swift
[112/229] Compiling SourceMapper Errors.swift
[113/229] Emitting module SourceMapper
[114/229] Compiling SourceMapper JSON.swift
[115/229] Compiling SourceMapper Mappings.swift
[116/229] Compiling SourceMapper SourceMap.swift
[117/230] Emitting module DequeModule
[118/231] Compiling Semver Semver.swift
[120/231] Compiling Semver Semver+Parser.swift
[121/231] Compiling Semver Semver+Expressible.swift
[123/232] Emitting module DartSassEmbeddedLinux
[124/232] Compiling DartSassEmbeddedLinux DartSassEmbeddedLinux.swift
[125/232] Compiling DartSassEmbeddedLinux resource_bundle_accessor.swift
[126/232] Compiling SwiftProtobuf Message+JSONAdditions.swift
[127/232] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[128/232] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[129/232] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[130/232] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[131/232] Compiling SwiftProtobuf Message.swift
[132/232] Compiling SwiftProtobuf MessageExtension.swift
[133/232] Compiling SwiftProtobuf NameMap.swift
[134/232] Compiling SwiftProtobuf PathDecoder.swift
[135/232] Compiling SwiftProtobuf PathVisitor.swift
[136/232] Compiling SwiftProtobuf ProtoNameProviding.swift
[137/232] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[137/244] Wrapping AST for SourceMapper for debugging
[141/244] Compiling SwiftProtobuf JSONDecodingOptions.swift
[142/244] Compiling SwiftProtobuf JSONEncoder.swift
[143/244] Compiling SwiftProtobuf JSONEncodingError.swift
[144/244] Compiling SwiftProtobuf JSONEncodingOptions.swift
[145/244] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[146/244] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[147/244] Compiling SwiftProtobuf JSONScanner.swift
[148/244] Compiling SwiftProtobuf MathUtils.swift
[149/244] Compiling SwiftProtobuf Message+AnyAdditions.swift
[150/244] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[151/244] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[152/244] Compiling SwiftProtobuf Message+FieldMask.swift
[152/244] Wrapping AST for DequeModule for debugging
[153/244] Wrapping AST for Semver for debugging
[166/244] Wrapping AST for DartSassEmbeddedLinux for debugging
[168/244] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[169/244] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[170/244] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[171/244] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[172/244] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[173/244] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[174/244] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[175/244] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[176/244] Compiling SwiftProtobuf HashVisitor.swift
[177/244] Compiling SwiftProtobuf Internal.swift
[178/244] Compiling SwiftProtobuf JSONDecoder.swift
[179/244] Compiling SwiftProtobuf JSONDecodingError.swift
[180/260] Emitting module SwiftProtobuf
[181/260] Compiling Sass FunctionTypes.swift
[182/260] Compiling Sass String.swift
[183/260] Compiling Sass Units.swift
[189/260] Compiling SwiftProtobuf BinaryEncodingError.swift
[190/260] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[191/260] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[192/260] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[193/260] Compiling Sass CompilerTypes.swift
[194/260] Compiling Sass Constants.swift
[195/262] Compiling SwiftProtobuf ProtobufMap.swift
[196/262] Compiling SwiftProtobuf SelectiveVisitor.swift
[197/262] Compiling SwiftProtobuf SimpleExtensionMap.swift
[198/262] Compiling SwiftProtobuf StringUtils.swift
[199/262] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[200/262] Compiling SwiftProtobuf SwiftProtobufError.swift
[201/262] Compiling SwiftProtobuf TextFormatDecoder.swift
[202/262] Compiling SwiftProtobuf TextFormatDecodingError.swift
[203/262] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[204/262] Compiling SwiftProtobuf TextFormatEncoder.swift
[205/262] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[206/262] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[207/262] Compiling SwiftProtobuf TextFormatScanner.swift
[208/262] Compiling SwiftProtobuf TimeUtils.swift
[209/262] Compiling SwiftProtobuf UnknownStorage.swift
[210/262] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[211/262] Compiling SwiftProtobuf Varint.swift
[212/262] Compiling SwiftProtobuf Version.swift
[213/262] Compiling SwiftProtobuf Visitor.swift
[214/262] Compiling SwiftProtobuf WireFormat.swift
[215/262] Compiling SwiftProtobuf ZigZag.swift
[216/262] Compiling SwiftProtobuf any.pb.swift
[219/262] Compiling Sass CompilerFunction.swift
[220/262] Compiling Sass CompilerResults.swift
[221/262] Compiling Sass ArgumentList.swift
[222/262] Compiling Sass Calculation.swift
[223/262] Compiling Sass Value.swift
[224/262] Compiling Sass ValueConvertible.swift
[227/262] Emitting module Sass
[228/262] Emitting module Atomics
[229/263] Wrapping AST for Atomics for debugging
[231/322] Compiling NIOCore ByteBuffer-conversions.swift
[232/322] Compiling NIOCore ByteBuffer-core.swift
[233/322] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[234/322] Compiling NIOCore BSDSocketAPI.swift
[235/322] Compiling NIOCore AsyncChannelInboundStream.swift
[236/322] Compiling NIOCore AsyncChannelOutboundWriter.swift
[237/322] Compiling NIOCore NIOAsyncSequenceProducer.swift
[238/322] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[239/322] Compiling NIOCore NIOAsyncWriter.swift
[240/322] Compiling NIOCore ByteBuffer-aux.swift
[241/322] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[242/323] Wrapping AST for Sass for debugging
[244/323] Compiling NIOCore MarkedCircularBuffer.swift
[245/323] Compiling NIOCore MulticastChannel.swift
[246/323] Compiling NIOCore NIOAny.swift
[247/323] Compiling NIOCore NIOCloseOnErrorHandler.swift
[248/323] Compiling NIOCore NIOLoopBound.swift
[249/323] Compiling NIOCore NIOScheduledCallback.swift
[250/323] Compiling NIOCore NIOSendable.swift
[251/323] Compiling NIOCore RecvByteBufferAllocator.swift
[252/331] Compiling NIOCore EventLoop.swift
[253/331] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[254/331] Compiling NIOCore EventLoopFuture+Deprecated.swift
[255/331] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[256/331] Compiling NIOCore EventLoopFuture.swift
[257/331] Compiling NIOCore FileDescriptor.swift
[258/331] Compiling NIOCore FileHandle.swift
[259/331] Compiling NIOCore FileRegion.swift
[260/331] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[261/331] Compiling NIOCore SocketAddresses.swift
[262/331] Compiling NIOCore SocketOptionProvider.swift
[263/331] Compiling NIOCore SystemCallHelpers.swift
[264/331] Compiling NIOCore TimeAmount+Duration.swift
[265/331] Compiling NIOCore TypeAssistedChannelHandler.swift
[266/331] Compiling NIOCore UniversalBootstrapSupport.swift
[267/331] Compiling NIOCore Utilities.swift
[268/331] Compiling NIOCore AddressedEnvelope.swift
[269/331] Compiling NIOCore AsyncAwaitSupport.swift
[270/331] Compiling NIOCore AsyncChannel.swift
[271/331] Compiling NIOCore AsyncChannelHandler.swift
[283/331] Compiling NIOCore ByteBuffer-hex.swift
[284/331] Compiling NIOCore ByteBuffer-int.swift
[285/331] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[286/331] Compiling NIOCore ChannelPipeline.swift
[287/331] Compiling NIOCore CircularBuffer.swift
[288/331] Compiling NIOCore Codec.swift
[289/331] Compiling NIOCore ConvenienceOptionSupport.swift
[290/331] Compiling NIOCore DeadChannel.swift
[291/331] Compiling NIOCore DispatchQueue+WithFuture.swift
[292/331] Compiling NIOCore EventLoop+Deprecated.swift
[293/331] Compiling NIOCore EventLoop+SerialExecutor.swift
[294/331] Compiling NIOCore GlobalSingletons.swift
[295/331] Compiling NIOCore IO.swift
[296/331] Compiling NIOCore IOData.swift
[297/331] Compiling NIOCore IPProtocol.swift
[298/331] Compiling NIOCore IntegerBitPacking.swift
[299/331] Compiling NIOCore IntegerTypes.swift
[300/331] Compiling NIOCore Interfaces.swift
[301/331] Compiling NIOCore Linux.swift
[302/331] Compiling NIOCore ByteBuffer-multi-int.swift
[303/331] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[304/331] Compiling NIOCore ByteBuffer-views.swift
[305/331] Compiling NIOCore Channel.swift
[306/331] Compiling NIOCore ChannelHandler.swift
[307/331] Compiling NIOCore ChannelHandlers.swift
[308/331] Compiling NIOCore ChannelInvoker.swift
[309/331] Compiling NIOCore ChannelOption.swift
[310/331] Compiling SwiftProtobuf api.pb.swift
[311/331] Compiling SwiftProtobuf descriptor.pb.swift
[312/331] Compiling SwiftProtobuf duration.pb.swift
[313/331] Compiling SwiftProtobuf empty.pb.swift
[314/331] Compiling SwiftProtobuf field_mask.pb.swift
[315/331] Compiling SwiftProtobuf source_context.pb.swift
[316/331] Compiling SwiftProtobuf struct.pb.swift
[317/331] Compiling SwiftProtobuf timestamp.pb.swift
[318/331] Compiling SwiftProtobuf type.pb.swift
[319/331] Compiling SwiftProtobuf wrappers.pb.swift
[320/331] Compiling SwiftProtobuf resource_bundle_accessor.swift
[322/332] Emitting module NIOCore
[323/333] Wrapping AST for SwiftProtobuf for debugging
[324/333] Wrapping AST for NIOCore for debugging
[326/384] Compiling NIOEmbedded Embedded.swift
[327/384] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[328/384] Compiling NIOPosix PooledRecvBufferAllocator.swift
[329/384] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[330/384] Compiling NIOPosix PosixSingletons.swift
[331/384] Compiling NIOPosix RawSocketBootstrap.swift
[332/384] Compiling NIOPosix Resolver.swift
[333/384] Compiling NIOPosix Selectable.swift
[334/390] Emitting module NIOEmbedded
[335/390] Compiling NIOEmbedded AsyncTestingChannel.swift
[336/391] Wrapping AST for NIOEmbedded for debugging
[338/391] Compiling NIOPosix ThreadPosix.swift
[339/391] Compiling NIOPosix ThreadWindows.swift
[340/391] Compiling NIOPosix UnsafeTransfer.swift
[341/391] Compiling NIOPosix Utilities.swift
[342/391] Compiling NIOPosix VsockAddress.swift
[343/391] Compiling NIOPosix VsockChannelEvents.swift
[344/391] Compiling NIOPosix SelectableChannel.swift
[345/391] Compiling NIOPosix SelectableEventLoop.swift
[346/391] Compiling NIOPosix SelectorEpoll.swift
[347/391] Compiling NIOPosix SelectorGeneric.swift
[348/391] Compiling NIOPosix SelectorKqueue.swift
[349/391] Compiling NIOPosix SelectorUring.swift
[350/391] Compiling NIOPosix BSDSocketAPICommon.swift
[351/391] Compiling NIOPosix BSDSocketAPIPosix.swift
[352/391] Compiling NIOPosix BSDSocketAPIWindows.swift
[353/391] Compiling NIOPosix BaseSocket.swift
[354/391] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[355/391] Compiling NIOPosix BaseSocketChannel.swift
[356/391] Compiling NIOPosix BaseStreamSocketChannel.swift
[357/391] Emitting module NIOPosix
[358/391] Compiling NIOPosix IO.swift
[359/391] Compiling NIOPosix IntegerBitPacking.swift
[360/391] Compiling NIOPosix IntegerTypes.swift
[361/391] Compiling NIOPosix Linux.swift
[362/391] Compiling NIOPosix LinuxCPUSet.swift
[363/391] Compiling NIOPosix LinuxUring.swift
[364/391] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[365/391] Compiling NIOPosix ServerSocket.swift
[366/391] Compiling NIOPosix Socket.swift
[367/391] Compiling NIOPosix SocketChannel.swift
[368/391] Compiling NIOPosix SocketProtocols.swift
[369/391] Compiling NIOPosix System.swift
[370/391] Compiling NIOPosix Thread.swift
[371/391] Compiling NIOPosix Bootstrap.swift
[372/391] Compiling NIOPosix ControlMessage.swift
[373/391] Compiling NIOPosix DatagramVectorReadManager.swift
[374/391] Compiling NIOPosix Errors+Any.swift
[375/391] Compiling NIOPosix FileDescriptor.swift
[376/391] Compiling NIOPosix GetaddrinfoResolver.swift
[377/391] Compiling NIOPosix HappyEyeballs.swift
[378/391] Compiling NIOPosix NIOThreadPool.swift
[379/391] Compiling NIOPosix NonBlockingFileIO.swift
[380/391] Compiling NIOPosix PendingDatagramWritesManager.swift
[381/391] Compiling NIOPosix PendingWritesManager.swift
[382/391] Compiling NIOPosix PipeChannel.swift
[383/391] Compiling NIOPosix PipePair.swift
[384/391] Compiling NIOPosix Pool.swift
[385/392] Wrapping AST for NIOPosix for debugging
[387/394] Emitting module NIO
[388/394] Compiling NIO Exports.swift
[389/395] Wrapping AST for NIO for debugging
[391/400] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[392/400] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[393/400] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[394/400] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[395/400] Emitting module NIOFoundationCompat
[396/401] Wrapping AST for NIOFoundationCompat for debugging
[398/415] Compiling DartSass Versions.swift
[399/415] Compiling DartSass Exec.swift
[400/415] Compiling DartSass Importers.swift
[401/415] Compiling DartSass ProtobufConversion.swift
[402/415] Compiling DartSass ProtobufValueConversion.swift
[403/415] Compiling DartSass Deprecation.swift
[404/415] Compiling DartSass Errors.swift
[405/416] Emitting module DartSass
[406/416] Compiling DartSass Concurrency+Extras.swift
[407/416] Compiling DartSass DartSassEmbedded.swift
[408/416] Compiling DartSass BinaryProtocol.swift
[409/416] Compiling DartSass Compiler.swift
[410/416] Compiling DartSass CompilerRequests.swift
[411/416] Compiling DartSass CompilerWork.swift
[412/416] Compiling DartSass embedded_sass.pb.swift
[413/417] Wrapping AST for DartSass for debugging
[415/419] Emitting module SassCli
[416/419] Compiling SassCli ssassc.swift
[417/420] Wrapping AST for SassCli for debugging
[418/420] Write Objects.LinkFileList
[419/420] Linking ssassc
Build complete! (79.57s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.