Build Information
Successful build of swift-sass, reference main (361b70), with Swift 6.1 for Linux on 15 Jan 2026 16:09: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>&1Build 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 361b70b Version 3.3.0
Submodule path 'sass': checked out '6772c45222fe460901958a85dedc9548fb16d3bc'
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 @):
361b70bbb4f038cc850cb2d5e6ef5aa3495cb6ef
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-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:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/1820] Fetching swift-atomics
[602/2371] Fetching swift-atomics, sourcemapper
[1198/8156] Fetching swift-atomics, sourcemapper, swift-log
[1380/8337] Fetching swift-atomics, sourcemapper, swift-log, semver.swift
[8159/89622] Fetching swift-atomics, sourcemapper, swift-log, semver.swift, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
[4812/83837] Fetching swift-atomics, sourcemapper, semver.swift, swift-nio
[38633/125668] Fetching swift-atomics, sourcemapper, semver.swift, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (10.94s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (11.16s)
Fetched https://github.com/apple/swift-atomics.git from cache (11.16s)
Fetched https://github.com/johnfairh/SourceMapper.git from cache (11.17s)
Fetched https://github.com/apple/swift-protobuf.git from cache (11.24s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (14.06s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.68s)
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-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (1.33s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5415] Fetching swift-system
[4929/24038] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
[4656/18623] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.0 (0.56s)
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-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.92.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
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.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.0
Creating working copy for https://github.com/johnfairh/SourceMapper.git
Working copy of https://github.com/johnfairh/SourceMapper.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/55] Write sources
[15/55] Compiling CNIODarwin shim.c
[16/55] Compiling _AtomicsShims.c
[17/55] Copying PrivacyInfo.xcprivacy
[17/55] Write sources
[23/55] Compiling CNIOPosix event_loop_id.c
[23/55] Compiling CNIOOpenBSD shim.c
[25/55] Copying x64
[26/55] Compiling CNIOWindows shim.c
[27/55] Compiling CNIOWASI CNIOWASI.c
[28/55] Compiling CNIOWindows WSAStartup.c
[29/55] Compiling CNIOLinux liburing_shims.c
[30/55] Compiling CNIOLinux shim.c
[31/55] Write swift-version-24593BA9C3E375BF.txt
[33/173] Emitting module _NIOBase64
[34/173] Emitting module InternalCollectionsUtilities
[35/175] Emitting module _NIODataStructures
[35/175] Compiling c-nioatomics.c
[37/175] Compiling SwiftProtobuf AnyUnpackError.swift
[38/175] Compiling SwiftProtobuf AsyncMessageSequence.swift
[39/175] Emitting module SourceMapper
[40/180] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[41/180] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[42/180] Compiling _NIODataStructures _TinyArray.swift
[43/180] Compiling _NIODataStructures PriorityQueue.swift
[44/180] Compiling SwiftProtobuf FieldTypes.swift
[45/180] Compiling SwiftProtobuf AnyMessageStorage.swift
[46/180] Compiling SwiftProtobuf BytecodeInterpreter.swift
[47/180] Compiling SwiftProtobuf BytecodeReader.swift
[48/180] Compiling SwiftProtobuf CustomJSONCodable.swift
[49/180] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[50/180] Compiling SwiftProtobuf ExtensionFields.swift
[51/180] Compiling SwiftProtobuf ExtensionMap.swift
[52/180] Compiling SwiftProtobuf FieldTag.swift
[53/180] Compiling SwiftProtobuf Enum.swift
[54/180] Compiling SwiftProtobuf ExtensibleMessage.swift
[55/180] Compiling SwiftProtobuf Decoder.swift
[56/180] Compiling SwiftProtobuf DoubleParser.swift
[57/180] Compiling _NIOBase64 Base64.swift
[59/182] Compiling c-atomics.c
[61/182] Compiling SourceMapper VLQ.swift
[62/209] Compiling Atomics AtomicMemoryOrderings.swift
[63/209] Compiling Atomics DoubleWord.swift
[64/211] Compiling Atomics ManagedAtomic.swift
[65/211] Compiling Atomics ManagedAtomicLazyReference.swift
[66/211] Compiling Atomics AtomicStorage.swift
[67/211] Compiling Atomics AtomicValue.swift
[68/211] Compiling Atomics UnsafeAtomic.swift
[69/211] Compiling Atomics UnsafeAtomicLazyReference.swift
[70/211] Compiling Atomics AtomicInteger.swift
[71/211] Compiling Atomics AtomicOptionalWrappable.swift
[72/211] Compiling Atomics AtomicReference.swift
[73/211] Compiling Atomics IntegerOperations.swift
[74/211] Compiling Atomics Unmanaged extensions.swift
[75/211] Emitting module Logging
[76/211] Compiling Logging Locks.swift
[77/211] Compiling NIOConcurrencyHelpers lock.swift
[78/211] Compiling NIOConcurrencyHelpers NIOLock.swift
[79/211] Compiling _NIODataStructures Heap.swift
[80/212] Compiling Logging MetadataProvider.swift
[81/212] Compiling Logging LogHandler.swift
[82/212] Compiling Logging Logging.swift
[84/213] Compiling Semver Semver.swift
[86/213] Compiling Semver Semver+Parser.swift
[87/213] Emitting module NIOConcurrencyHelpers
[88/213] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/213] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[90/213] Compiling NIOConcurrencyHelpers atomics.swift
[91/214] Compiling Semver Semver+Expressible.swift
[92/214] Emitting module Semver
[93/215] Compiling SourceMapper SourceMap.swift
[94/215] Compiling SourceMapper Mappings.swift
[95/215] Compiling SourceMapper UnpackedSourceMap.swift
[98/215] Compiling SourceMapper JSON.swift
[99/215] Compiling SourceMapper Errors.swift
[99/216] Wrapping AST for _NIOBase64 for debugging
[101/216] Wrapping AST for _NIODataStructures for debugging
[102/221] Wrapping AST for NIOConcurrencyHelpers for debugging
[103/231] Wrapping AST for Semver for debugging
[104/231] Wrapping AST for SourceMapper for debugging
[105/231] Wrapping AST for Logging for debugging
[106/231] Wrapping AST for InternalCollectionsUtilities for debugging
[108/247] Compiling Sass ArgumentList.swift
[109/247] Compiling Sass Calculation.swift
[110/249] Compiling Sass Color.swift
[111/249] Compiling Sass CompilerFunction.swift
[112/249] Compiling Sass Map.swift
[113/249] Compiling Sass String.swift
[114/249] Emitting module SwiftProtobuf
[115/260] Compiling Sass CompilerResults.swift
[116/260] Compiling Sass DynamicFunction.swift
[117/260] Compiling Sass CompilerTypes.swift
[118/260] Compiling Sass Constants.swift
[125/260] Compiling Sass FunctionTypes.swift
[126/260] Compiling Sass Mixin.swift
[127/260] Compiling Sass Number.swift
[128/260] Compiling Sass List.swift
[129/260] Compiling DequeModule _DequeSlot.swift
[130/260] Compiling DequeModule _UnsafeWrappedBuffer.swift
[135/260] Emitting module Atomics
[136/260] Compiling DartSassEmbeddedLinux DartSassEmbeddedLinux.swift
[137/260] Emitting module DartSassEmbeddedLinux
[138/260] Compiling DartSassEmbeddedLinux resource_bundle_accessor.swift
[142/261] Emitting module DequeModule
[143/262] Emitting module Sass
[149/264] Wrapping AST for DartSassEmbeddedLinux for debugging
[151/264] Wrapping AST for DequeModule for debugging
[166/265] Compiling Sass Value.swift
[167/265] Compiling Sass ValueConvertible.swift
[167/265] Wrapping AST for Atomics for debugging
[176/265] Compiling SwiftProtobuf BinaryEncoder.swift
[177/265] Compiling SwiftProtobuf BinaryEncodingError.swift
[178/265] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[179/265] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[180/265] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[181/288] Compiling SwiftProtobuf ProtoNameProviding.swift
[182/288] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[183/288] Compiling SwiftProtobuf ProtobufMap.swift
[184/288] Compiling SwiftProtobuf SelectiveVisitor.swift
[185/288] Compiling SwiftProtobuf SimpleExtensionMap.swift
[186/288] Compiling SwiftProtobuf StringUtils.swift
[187/288] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[188/288] Compiling SwiftProtobuf SwiftProtobufError.swift
[189/288] Compiling SwiftProtobuf TextFormatDecoder.swift
[190/288] Compiling SwiftProtobuf TextFormatDecodingError.swift
[191/288] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[192/288] Compiling SwiftProtobuf TextFormatEncoder.swift
[193/288] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[194/288] Compiling SwiftProtobuf Message+FieldMask.swift
[195/288] Compiling SwiftProtobuf Message+JSONAdditions.swift
[196/288] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[197/288] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[198/288] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[199/288] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[200/288] Compiling SwiftProtobuf Message.swift
[201/288] Compiling SwiftProtobuf MessageExtension.swift
[202/288] Compiling SwiftProtobuf NameMap.swift
[203/288] Compiling SwiftProtobuf PathDecoder.swift
[204/288] Compiling SwiftProtobuf PathVisitor.swift
[205/288] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[206/288] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[207/288] Compiling SwiftProtobuf TextFormatScanner.swift
[208/288] Compiling SwiftProtobuf TimeUtils.swift
[209/288] Compiling SwiftProtobuf UnknownStorage.swift
[210/288] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[211/288] Compiling SwiftProtobuf Varint.swift
[212/288] Compiling SwiftProtobuf Version.swift
[213/288] Compiling SwiftProtobuf Visitor.swift
[214/288] Compiling SwiftProtobuf WireFormat.swift
[215/288] Compiling SwiftProtobuf ZigZag.swift
[216/288] Compiling SwiftProtobuf any.pb.swift
[217/328] Compiling NIOCore ByteBuffer-hex.swift
[218/328] Compiling NIOCore ByteBuffer-int.swift
[219/328] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[220/328] Compiling NIOCore EventLoopFuture+Deprecated.swift
[221/328] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[222/328] Compiling NIOCore EventLoopFuture.swift
[223/328] Compiling NIOCore FileDescriptor.swift
[224/328] Compiling NIOCore FileHandle.swift
[225/328] Compiling NIOCore FileRegion.swift
[226/328] Compiling NIOCore GlobalSingletons.swift
[227/328] Compiling NIOCore IO.swift
[228/328] Compiling NIOCore IOData.swift
[229/328] Compiling NIOCore NIOCoreSendableMetatype.swift
[230/328] Compiling NIOCore NIODecodedAsyncSequence.swift
[231/328] Compiling NIOCore NIOLoopBound.swift
[232/328] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[233/328] Compiling NIOCore NIOScheduledCallback.swift
[234/328] Compiling NIOCore NIOSendable.swift
[235/328] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[236/328] Compiling NIOCore RecvByteBufferAllocator.swift
[237/328] Compiling NIOCore IPProtocol.swift
[238/328] Compiling NIOCore IntegerBitPacking.swift
[239/328] Compiling NIOCore IntegerTypes.swift
[240/328] Compiling NIOCore Interfaces.swift
[241/328] Compiling NIOCore AsyncChannel.swift
[242/328] Compiling NIOCore AsyncChannelHandler.swift
[243/328] Compiling NIOCore AsyncChannelInboundStream.swift
[252/337] Wrapping AST for Sass for debugging
[258/337] Compiling NIOCore Linux.swift
[259/337] Compiling NIOCore MarkedCircularBuffer.swift
[260/337] Compiling NIOCore MulticastChannel.swift
[261/337] Compiling NIOCore NIOAny.swift
[262/337] Compiling NIOCore NIOCloseOnErrorHandler.swift
[272/337] Compiling NIOCore CircularBuffer.swift
[273/337] Compiling NIOCore Codec.swift
[274/337] Compiling NIOCore ConvenienceOptionSupport.swift
[275/337] Compiling NIOCore DeadChannel.swift
[276/337] Compiling NIOCore DispatchQueue+WithFuture.swift
[277/337] Compiling NIOCore EventLoop+Deprecated.swift
[278/337] Compiling NIOCore EventLoop+SerialExecutor.swift
[279/337] Compiling NIOCore EventLoop.swift
[280/337] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[281/337] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[282/337] Compiling NIOCore SocketAddresses.swift
[283/337] Compiling NIOCore SocketOptionProvider.swift
[284/337] Compiling NIOCore SystemCallHelpers.swift
[285/337] Compiling NIOCore TimeAmount+Duration.swift
[286/337] Compiling NIOCore TypeAssistedChannelHandler.swift
[287/337] Compiling NIOCore UniversalBootstrapSupport.swift
[288/337] Compiling NIOCore Utilities.swift
[289/337] Compiling NIOCore ByteBuffer-multi-int.swift
[290/337] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[291/337] Compiling NIOCore ByteBuffer-views.swift
[292/337] Compiling NIOCore Channel.swift
[293/337] Compiling NIOCore ChannelHandler.swift
[294/337] Compiling NIOCore ChannelHandlers.swift
[295/337] Compiling NIOCore ChannelInvoker.swift
[296/337] Compiling NIOCore ChannelOption.swift
[297/337] Compiling NIOCore ChannelPipeline.swift
[298/337] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[299/337] Compiling NIOCore BSDSocketAPI.swift
[300/337] Compiling NIOCore ByteBuffer-aux.swift
[301/337] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[302/337] Compiling NIOCore ByteBuffer-conversions.swift
[303/337] Compiling NIOCore ByteBuffer-core.swift
[307/337] Compiling NIOCore AddressedEnvelope.swift
[308/337] Compiling NIOCore AsyncAwaitSupport.swift
[312/337] Compiling NIOCore AsyncChannelOutboundWriter.swift
[313/337] Compiling NIOCore NIOAsyncSequenceProducer.swift
[314/337] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[315/337] Compiling NIOCore NIOAsyncWriter.swift
[316/337] Emitting module NIOCore
[317/338] Wrapping AST for NIOCore for debugging
[319/392] Compiling NIOEmbedded AsyncTestingChannel.swift
[320/392] Emitting module NIOEmbedded
[321/392] Compiling SwiftProtobuf api.pb.swift
[322/392] Compiling SwiftProtobuf descriptor.pb.swift
[323/392] Compiling SwiftProtobuf duration.pb.swift
[324/392] Compiling SwiftProtobuf empty.pb.swift
[325/392] Compiling SwiftProtobuf field_mask.pb.swift
[326/392] Compiling SwiftProtobuf source_context.pb.swift
[327/392] Compiling SwiftProtobuf struct.pb.swift
[328/392] Compiling SwiftProtobuf timestamp.pb.swift
[329/392] Compiling SwiftProtobuf type.pb.swift
[330/392] Compiling SwiftProtobuf wrappers.pb.swift
[331/392] Compiling SwiftProtobuf resource_bundle_accessor.swift
[332/392] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[333/393] Wrapping AST for SwiftProtobuf for debugging
[335/393] Compiling NIOEmbedded Embedded.swift
[336/394] Wrapping AST for NIOEmbedded for debugging
[338/394] Compiling NIOPosix IO.swift
[339/394] Compiling NIOPosix IntegerBitPacking.swift
[340/394] Compiling NIOPosix IntegerTypes.swift
[341/394] Compiling NIOPosix Linux.swift
[342/394] Compiling NIOPosix LinuxCPUSet.swift
[343/394] Compiling NIOPosix LinuxUring.swift
[344/394] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[345/394] Compiling NIOPosix Pool.swift
[346/394] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[347/394] Compiling NIOPosix PosixSingletons.swift
[348/394] Compiling NIOPosix RawSocketBootstrap.swift
[349/394] Compiling NIOPosix Resolver.swift
[350/394] Compiling NIOPosix Selectable.swift
[351/394] Compiling NIOPosix SelectableChannel.swift
[352/394] Compiling NIOPosix SelectableEventLoop.swift
[353/394] Compiling NIOPosix SelectorEpoll.swift
[354/394] Compiling NIOPosix SelectorGeneric.swift
[355/394] Compiling NIOPosix SelectorKqueue.swift
[356/394] Compiling NIOPosix SelectorUring.swift
[357/394] Compiling NIOPosix SelectorWSAPoll.swift
[358/394] Compiling NIOPosix ServerSocket.swift
[359/400] Emitting module NIOPosix
[360/400] Compiling NIOPosix Socket.swift
[361/400] Compiling NIOPosix SocketChannel.swift
[362/400] Compiling NIOPosix SocketProtocols.swift
[363/400] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[364/400] Compiling NIOPosix System.swift
[365/400] Compiling NIOPosix Thread.swift
[366/400] Compiling NIOPosix ThreadPosix.swift
[367/400] Compiling NIOPosix ThreadWindows.swift
[368/400] Compiling NIOPosix UnsafeTransfer.swift
[369/400] Compiling NIOPosix Utilities.swift
[370/400] Compiling NIOPosix VsockAddress.swift
[371/400] Compiling NIOPosix VsockChannelEvents.swift
[372/400] Compiling NIOPosix Windows.swift
[373/400] Compiling NIOPosix NIOPosixSendableMetatype.swift
[374/400] Compiling NIOPosix NIOThreadPool.swift
[375/400] Compiling NIOPosix NonBlockingFileIO.swift
[376/400] Compiling NIOPosix PendingDatagramWritesManager.swift
[377/400] Compiling NIOPosix PendingWritesManager.swift
[378/400] Compiling NIOPosix PipeChannel.swift
[379/400] Compiling NIOPosix PipePair.swift
[380/400] Compiling NIOPosix Bootstrap.swift
[381/400] Compiling NIOPosix ControlMessage.swift
[382/400] Compiling NIOPosix DatagramVectorReadManager.swift
[383/400] Compiling NIOPosix Errors+Any.swift
[384/400] Compiling NIOPosix FileDescriptor.swift
[385/400] Compiling NIOPosix GetaddrinfoResolver.swift
[386/400] Compiling NIOPosix HappyEyeballs.swift
[387/400] Compiling NIOPosix BSDSocketAPICommon.swift
[388/400] Compiling NIOPosix BSDSocketAPIPosix.swift
[389/400] Compiling NIOPosix BSDSocketAPIWindows.swift
[390/400] Compiling NIOPosix BaseSocket.swift
[391/400] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[392/400] Compiling NIOPosix BaseSocketChannel.swift
[393/400] Compiling NIOPosix BaseStreamSocketChannel.swift
[394/401] Wrapping AST for NIOPosix for debugging
[396/403] Emitting module NIO
[397/403] Compiling NIO Exports.swift
[398/404] Wrapping AST for NIO for debugging
[400/409] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[401/409] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[402/409] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[403/409] Emitting module NIOFoundationCompat
[404/409] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[405/410] Wrapping AST for NIOFoundationCompat for debugging
[407/424] Compiling DartSass Versions.swift
[408/425] Compiling DartSass Exec.swift
[409/425] Compiling DartSass Importers.swift
[410/425] Compiling DartSass Concurrency+Extras.swift
[411/425] Compiling DartSass DartSassEmbedded.swift
[412/425] Compiling DartSass ProtobufConversion.swift
[413/425] Compiling DartSass ProtobufValueConversion.swift
[414/425] Compiling DartSass Deprecation.swift
[415/425] Compiling DartSass Errors.swift
[416/425] Compiling DartSass BinaryProtocol.swift
[417/425] Compiling DartSass Compiler.swift
[418/425] Emitting module DartSass
[419/425] Compiling DartSass CompilerRequests.swift
[420/425] Compiling DartSass CompilerWork.swift
[421/425] Compiling DartSass embedded_sass.pb.swift
[422/428] Wrapping AST for DartSass for debugging
[424/428] Emitting module SassCli
[425/428] Compiling SassCli ssassc.swift
[426/429] Wrapping AST for SassCli for debugging
[427/429] Write Objects.LinkFileList
[428/429] Linking ssassc
Build complete! (205.92s)
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:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.