Build Information
Successful build of swift-sass, reference 3.1.0 (e2c9c4
), with Swift 6.1 for Linux on 29 Apr 2025 13:48:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.61.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.1
Building package at path: $PWD
https://github.com/johnfairh/swift-sass.git
https://github.com/johnfairh/swift-sass.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "semver.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnfairh/Semver.swift.git"
},
{
"identity" : "sourcemapper",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnfairh/SourceMapper.git"
}
],
"manifest_display_name" : "swift-sass",
"name" : "swift-sass",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DartSass",
"targets" : [
"DartSass"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ssassc",
"targets" : [
"SassCli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SassTests",
"module_type" : "SwiftTarget",
"name" : "SassTests",
"path" : "Tests/SassTests",
"sources" : [
"TestCalculation.swift",
"TestColor.swift",
"TestCompilerResults.swift",
"TestConstants.swift",
"TestFunction.swift",
"TestList.swift",
"TestMap.swift",
"TestNumber.swift",
"TestString.swift"
],
"target_dependencies" : [
"Sass"
],
"type" : "test"
},
{
"c99name" : "SassCli",
"module_type" : "SwiftTarget",
"name" : "SassCli",
"path" : "Sources/SassCli",
"product_memberships" : [
"ssassc"
],
"sources" : [
"ssassc.swift"
],
"target_dependencies" : [
"DartSass"
],
"type" : "executable"
},
{
"c99name" : "Sass",
"module_type" : "SwiftTarget",
"name" : "Sass",
"path" : "Sources/Sass",
"product_dependencies" : [
"SourceMapper"
],
"product_memberships" : [
"DartSass",
"ssassc"
],
"sources" : [
"ArgumentList.swift",
"Calculation.swift",
"Color.swift",
"CompilerFunction.swift",
"CompilerResults.swift",
"CompilerTypes.swift",
"Constants.swift",
"DynamicFunction.swift",
"FunctionTypes.swift",
"List.swift",
"Map.swift",
"Mixin.swift",
"Number.swift",
"String.swift",
"Units.swift",
"Value.swift",
"ValueConvertible.swift"
],
"type" : "library"
},
{
"c99name" : "DartSassTests",
"module_type" : "SwiftTarget",
"name" : "DartSassTests",
"path" : "Tests/DartSassTests",
"sources" : [
"TestCompilerErrors.swift",
"TestFunctions.swift",
"TestImporters.swift",
"TestInterface.swift",
"TestProtocolErrors.swift",
"TestResetShutdown.swift",
"TestUtils.swift",
"TestVersions.swift"
],
"target_dependencies" : [
"DartSass"
],
"type" : "test"
},
{
"c99name" : "DartSassEmbeddedMacOS",
"module_type" : "SwiftTarget",
"name" : "DartSassEmbeddedMacOS",
"path" : "Sources/DartSassEmbeddedMacOS",
"product_memberships" : [
"DartSass",
"ssassc"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DartSassEmbeddedMacOS/x64",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DartSassEmbeddedMacOS.swift"
],
"type" : "library"
},
{
"c99name" : "DartSassEmbeddedLinux",
"module_type" : "SwiftTarget",
"name" : "DartSassEmbeddedLinux",
"path" : "Sources/DartSassEmbeddedLinux",
"product_memberships" : [
"DartSass",
"ssassc"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DartSassEmbeddedLinux/x64",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DartSassEmbeddedLinux.swift"
],
"type" : "library"
},
{
"c99name" : "DartSass",
"module_type" : "SwiftTarget",
"name" : "DartSass",
"path" : "Sources/DartSass",
"product_dependencies" : [
"SwiftProtobuf",
"NIOCore",
"NIOPosix",
"NIOFoundationCompat",
"Atomics",
"Logging",
"Semver"
],
"product_memberships" : [
"DartSass",
"ssassc"
],
"sources" : [
"BinaryProtocol.swift",
"Compiler.swift",
"CompilerRequests.swift",
"CompilerWork.swift",
"Concurrency+Extras.swift",
"DartSassEmbedded.swift",
"Deprecation.swift",
"Errors.swift",
"Exec.swift",
"Importers.swift",
"ProtobufConversion.swift",
"ProtobufValueConversion.swift",
"Versions.swift",
"embedded_sass.pb.swift"
],
"target_dependencies" : [
"Sass",
"DartSassEmbeddedMacOS",
"DartSassEmbeddedLinux"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/540] Fetching sourcemapper
[255/721] Fetching sourcemapper, semver.swift
[722/4557] Fetching sourcemapper, semver.swift, swift-log
[2679/6262] Fetching sourcemapper, semver.swift, swift-log, swift-atomics
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.27s)
[4563/5722] Fetching semver.swift, swift-log, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.35s)
[1/75527] Fetching swift-nio
[14352/114031] Fetching swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/Semver.swift.git from cache (4.95s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.95s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.02s)
Fetched https://github.com/apple/swift-nio.git from cache (5.04s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (6.86s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.71s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.31s)
[814/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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
[5/53] Write sources
[20/53] Compiling CNIOWindows shim.c
[21/53] Copying x64
[22/53] Compiling CNIOWindows WSAStartup.c
[23/53] Compiling CNIOWASI CNIOWASI.c
[24/53] Write sources
[25/53] Compiling CNIOLinux liburing_shims.c
[26/53] Compiling CNIODarwin shim.c
[27/53] Compiling CNIOLinux shim.c
[28/53] Compiling _AtomicsShims.c
[29/53] Write swift-version-24593BA9C3E375BF.txt
[31/170] Emitting module _NIOBase64
[32/170] Emitting module SourceMapper
[32/170] Compiling c-nioatomics.c
[34/175] Compiling SwiftProtobuf CustomJSONCodable.swift
[35/175] Compiling SwiftProtobuf Decoder.swift
[36/175] Compiling SwiftProtobuf DoubleParser.swift
[37/175] Compiling SwiftProtobuf Enum.swift
[38/175] Compiling SwiftProtobuf BinaryEncoder.swift
[39/175] Compiling SwiftProtobuf BinaryEncodingError.swift
[40/175] Compiling SourceMapper Errors.swift
[41/175] Compiling SwiftProtobuf BinaryDecoder.swift
[42/175] Compiling SwiftProtobuf BinaryDecodingError.swift
[43/175] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[44/175] Compiling SwiftProtobuf BinaryDelimited.swift
[45/175] Compiling _NIOBase64 Base64.swift
[46/178] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[47/178] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[48/178] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[49/178] Emitting module InternalCollectionsUtilities
[50/178] Compiling SwiftProtobuf AnyMessageStorage.swift
[51/178] Compiling SwiftProtobuf AnyUnpackError.swift
[52/178] Compiling SwiftProtobuf AsyncMessageSequence.swift
[53/178] Compiling Logging LogHandler.swift
[54/178] Compiling _NIODataStructures PriorityQueue.swift
[55/178] Compiling _NIODataStructures _TinyArray.swift
[56/178] Compiling c-atomics.c
[58/178] Emitting module Logging
[59/178] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/178] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/186] Compiling SourceMapper VLQ.swift
[63/207] Compiling Atomics UnsafeAtomic.swift
[64/207] Compiling Atomics UnsafeAtomicLazyReference.swift
[65/207] Compiling Atomics ManagedAtomic.swift
[66/207] Compiling Atomics ManagedAtomicLazyReference.swift
[67/209] Compiling Atomics AtomicMemoryOrderings.swift
[68/209] Compiling Atomics DoubleWord.swift
[69/209] Compiling Logging MetadataProvider.swift
[70/209] Emitting module _NIODataStructures
[71/209] Compiling _NIODataStructures Heap.swift
[72/210] Compiling Atomics OptionalRawRepresentable.swift
[73/210] Compiling Atomics RawRepresentable.swift
[74/210] Compiling Atomics AtomicBool.swift
[75/210] Compiling Atomics Primitives.shims.swift
[76/210] Compiling Atomics AtomicInteger.swift
[77/210] Compiling Atomics AtomicOptionalWrappable.swift
[78/210] Compiling Atomics AtomicReference.swift
[79/210] Compiling Atomics AtomicStorage.swift
[80/210] Compiling Atomics AtomicValue.swift
[82/210] Compiling Logging Locks.swift
[83/210] Compiling Logging Logging.swift
[84/211] Compiling SourceMapper SourceMap.swift
[85/211] Compiling SourceMapper UnpackedSourceMap.swift
[86/211] Compiling Semver Semver+Parser.swift
[87/211] Compiling Semver Semver.swift
[88/211] Emitting module Semver
[89/211] Compiling Semver Semver+Expressible.swift
[91/211] Compiling SourceMapper JSON.swift
[92/211] Compiling SourceMapper Mappings.swift
[93/213] Compiling Atomics IntegerOperations.swift
[94/213] Compiling Atomics Unmanaged extensions.swift
[95/213] Compiling NIOConcurrencyHelpers lock.swift
[97/224] Wrapping AST for _NIODataStructures for debugging
[99/226] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[100/228] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/228] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/228] Compiling NIOConcurrencyHelpers atomics.swift
[103/228] Emitting module NIOConcurrencyHelpers
[103/229] Wrapping AST for SourceMapper for debugging
[104/229] Wrapping AST for _NIOBase64 for debugging
[107/229] Compiling DequeModule Deque+CustomReflectable.swift
[108/229] Compiling DequeModule Deque+Descriptions.swift
[109/231] Compiling DequeModule _DequeBuffer.swift
[110/231] Compiling DequeModule _DequeBufferHeader.swift
[110/231] Wrapping AST for Logging for debugging
[111/245] Wrapping AST for Semver for debugging
[112/247] Wrapping AST for InternalCollectionsUtilities for debugging
[114/247] Compiling Sass Constants.swift
[115/247] Compiling Sass CompilerFunction.swift
[116/247] Compiling Sass FunctionTypes.swift
[117/247] Compiling Sass List.swift
[118/247] Compiling Sass CompilerResults.swift
[119/247] Compiling Sass DynamicFunction.swift
[119/247] Wrapping AST for NIOConcurrencyHelpers for debugging
[121/247] Compiling Sass Number.swift
[122/247] Compiling Sass String.swift
[123/247] Compiling Sass Units.swift
[124/247] Compiling DequeModule _UnsafeWrappedBuffer.swift
[129/247] Compiling SwiftProtobuf FieldTag.swift
[130/247] Compiling SwiftProtobuf FieldTypes.swift
[131/247] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[132/247] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[135/258] Compiling Sass Map.swift
[136/258] Compiling Sass Mixin.swift
[137/258] Compiling Sass ArgumentList.swift
[138/258] Compiling Sass Calculation.swift
[139/258] Emitting module DequeModule
[140/259] Emitting module Atomics
[141/259] Wrapping AST for DequeModule for debugging
[143/259] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[144/259] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[145/259] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[146/259] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[147/259] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[148/259] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[149/259] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[150/259] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[151/259] Compiling SwiftProtobuf HashVisitor.swift
[152/259] Compiling SwiftProtobuf Internal.swift
[153/259] Compiling SwiftProtobuf JSONDecoder.swift
[154/259] Compiling SwiftProtobuf JSONDecodingError.swift
[155/259] Compiling SwiftProtobuf JSONDecodingOptions.swift
[156/259] Compiling SwiftProtobuf JSONEncoder.swift
[157/259] Compiling SwiftProtobuf JSONEncodingError.swift
[158/259] Compiling SwiftProtobuf JSONEncodingOptions.swift
[159/259] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[160/259] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[161/259] Compiling SwiftProtobuf JSONScanner.swift
[162/259] Compiling SwiftProtobuf MathUtils.swift
[163/259] Compiling SwiftProtobuf Message+AnyAdditions.swift
[164/259] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[165/259] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[166/259] Compiling SwiftProtobuf Message+FieldMask.swift
[167/259] Compiling Sass CompilerTypes.swift
[170/260] Wrapping AST for Atomics for debugging
[172/270] Compiling DartSassEmbeddedLinux resource_bundle_accessor.swift
[173/279] Emitting module DartSassEmbeddedLinux
[174/279] Compiling DartSassEmbeddedLinux DartSassEmbeddedLinux.swift
[176/320] Compiling NIOCore FileHandle.swift
[177/320] Compiling NIOCore FileRegion.swift
[178/320] Compiling NIOCore MarkedCircularBuffer.swift
[179/320] Compiling NIOCore MulticastChannel.swift
[180/320] Compiling NIOCore NIOAny.swift
[181/320] Compiling NIOCore NIOCloseOnErrorHandler.swift
[182/320] Compiling NIOCore NIOLoopBound.swift
[183/320] Compiling NIOCore NIOScheduledCallback.swift
[184/320] Compiling NIOCore NIOSendable.swift
[185/320] Compiling NIOCore RecvByteBufferAllocator.swift
[186/320] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[187/320] Compiling SwiftProtobuf Message+JSONAdditions.swift
[188/320] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[189/320] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[190/320] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[191/320] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[192/320] Compiling SwiftProtobuf Message.swift
[193/320] Compiling SwiftProtobuf MessageExtension.swift
[194/320] Compiling SwiftProtobuf NameMap.swift
[195/320] Compiling SwiftProtobuf PathDecoder.swift
[196/320] Compiling SwiftProtobuf PathVisitor.swift
[197/320] Compiling SwiftProtobuf ProtoNameProviding.swift
[198/320] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[199/320] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[200/320] Compiling SwiftProtobuf TextFormatScanner.swift
[201/320] Compiling SwiftProtobuf TimeUtils.swift
[202/320] Compiling SwiftProtobuf UnknownStorage.swift
[203/320] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[204/320] Compiling SwiftProtobuf Varint.swift
[205/320] Compiling SwiftProtobuf Version.swift
[206/320] Compiling SwiftProtobuf Visitor.swift
[207/320] Compiling SwiftProtobuf WireFormat.swift
[208/320] Compiling SwiftProtobuf ZigZag.swift
[209/320] Compiling SwiftProtobuf any.pb.swift
[210/320] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[211/320] Compiling NIOCore NIOAsyncWriter.swift
[212/322] Compiling NIOCore AsyncChannelOutboundWriter.swift
[213/322] Compiling NIOCore NIOAsyncSequenceProducer.swift
[214/322] Compiling NIOCore AsyncChannelHandler.swift
[215/322] Compiling NIOCore AsyncChannelInboundStream.swift
[216/322] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[217/322] Compiling NIOCore BSDSocketAPI.swift
[217/322] Wrapping AST for DartSassEmbeddedLinux for debugging
[219/322] Compiling NIOCore ByteBuffer-aux.swift
[220/322] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[221/322] Compiling NIOCore ByteBuffer-conversions.swift
[222/322] Compiling NIOCore ByteBuffer-core.swift
[223/322] Compiling Sass Value.swift
[224/322] Compiling Sass ValueConvertible.swift
[233/330] Emitting module SwiftProtobuf
[234/330] Compiling NIOCore AddressedEnvelope.swift
[235/330] Compiling NIOCore AsyncAwaitSupport.swift
[236/330] Compiling NIOCore AsyncChannel.swift
[246/330] Compiling NIOCore GlobalSingletons.swift
[247/330] Compiling NIOCore IO.swift
[248/330] Compiling NIOCore IOData.swift
[249/330] Compiling NIOCore IPProtocol.swift
[250/330] Compiling NIOCore IntegerBitPacking.swift
[251/330] Compiling NIOCore IntegerTypes.swift
[252/330] Compiling NIOCore Interfaces.swift
[253/330] Compiling NIOCore Linux.swift
[254/330] Emitting module Sass
[258/331] Wrapping AST for Sass for debugging
[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 ChannelPipeline.swift
[269/331] Compiling NIOCore CircularBuffer.swift
[270/331] Compiling NIOCore Codec.swift
[271/331] Compiling NIOCore ConvenienceOptionSupport.swift
[272/331] Compiling NIOCore DeadChannel.swift
[273/331] Compiling NIOCore DispatchQueue+WithFuture.swift
[274/331] Compiling NIOCore EventLoop+Deprecated.swift
[275/331] Compiling NIOCore EventLoop+SerialExecutor.swift
[276/331] Compiling NIOCore EventLoop.swift
[277/331] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[278/331] Compiling NIOCore EventLoopFuture+Deprecated.swift
[279/331] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[280/331] Compiling NIOCore EventLoopFuture.swift
[281/331] Compiling NIOCore FileDescriptor.swift
[293/331] Compiling NIOCore ByteBuffer-multi-int.swift
[294/331] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[295/331] Compiling NIOCore ByteBuffer-views.swift
[296/331] Compiling NIOCore Channel.swift
[297/331] Compiling NIOCore ChannelHandler.swift
[298/331] Compiling NIOCore ChannelHandlers.swift
[299/331] Compiling NIOCore ChannelInvoker.swift
[300/331] Compiling NIOCore ChannelOption.swift
[309/331] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[310/331] Emitting module NIOCore
[311/332] Wrapping AST for NIOCore for debugging
[313/383] Compiling NIOPosix PooledRecvBufferAllocator.swift
[314/383] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[315/383] Compiling NIOPosix PosixSingletons.swift
[316/383] Compiling NIOPosix RawSocketBootstrap.swift
[317/383] Compiling NIOPosix Resolver.swift
[318/383] Compiling NIOPosix Selectable.swift
[319/389] Emitting module NIOEmbedded
[320/389] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[321/389] Compiling NIOEmbedded AsyncTestingChannel.swift
[322/389] Compiling NIOEmbedded Embedded.swift
[323/390] Compiling SwiftProtobuf api.pb.swift
[324/390] Compiling SwiftProtobuf descriptor.pb.swift
[325/390] Compiling SwiftProtobuf duration.pb.swift
[326/390] Compiling SwiftProtobuf empty.pb.swift
[327/390] Compiling SwiftProtobuf field_mask.pb.swift
[328/390] Compiling SwiftProtobuf source_context.pb.swift
[329/390] Compiling SwiftProtobuf struct.pb.swift
[330/390] Compiling SwiftProtobuf timestamp.pb.swift
[331/390] Compiling SwiftProtobuf type.pb.swift
[332/390] Compiling SwiftProtobuf wrappers.pb.swift
[333/390] Compiling SwiftProtobuf resource_bundle_accessor.swift
[334/391] Wrapping AST for NIOEmbedded for debugging
[336/391] Wrapping AST for SwiftProtobuf 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] Emitting module NIOPosix
[351/391] Compiling NIOPosix IO.swift
[352/391] Compiling NIOPosix IntegerBitPacking.swift
[353/391] Compiling NIOPosix IntegerTypes.swift
[354/391] Compiling NIOPosix Linux.swift
[355/391] Compiling NIOPosix LinuxCPUSet.swift
[356/391] Compiling NIOPosix LinuxUring.swift
[357/391] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[358/391] Compiling NIOPosix NIOThreadPool.swift
[359/391] Compiling NIOPosix NonBlockingFileIO.swift
[360/391] Compiling NIOPosix PendingDatagramWritesManager.swift
[361/391] Compiling NIOPosix PendingWritesManager.swift
[362/391] Compiling NIOPosix PipeChannel.swift
[363/391] Compiling NIOPosix PipePair.swift
[364/391] Compiling NIOPosix Pool.swift
[365/391] Compiling NIOPosix BSDSocketAPICommon.swift
[366/391] Compiling NIOPosix BSDSocketAPIPosix.swift
[367/391] Compiling NIOPosix BSDSocketAPIWindows.swift
[368/391] Compiling NIOPosix BaseSocket.swift
[369/391] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[370/391] Compiling NIOPosix BaseSocketChannel.swift
[371/391] Compiling NIOPosix BaseStreamSocketChannel.swift
[372/391] Compiling NIOPosix Bootstrap.swift
[373/391] Compiling NIOPosix ControlMessage.swift
[374/391] Compiling NIOPosix DatagramVectorReadManager.swift
[375/391] Compiling NIOPosix Errors+Any.swift
[376/391] Compiling NIOPosix FileDescriptor.swift
[377/391] Compiling NIOPosix GetaddrinfoResolver.swift
[378/391] Compiling NIOPosix HappyEyeballs.swift
[379/391] Compiling NIOPosix ServerSocket.swift
[380/391] Compiling NIOPosix Socket.swift
[381/391] Compiling NIOPosix SocketChannel.swift
[382/391] Compiling NIOPosix SocketProtocols.swift
[383/391] Compiling NIOPosix System.swift
[384/391] Compiling NIOPosix Thread.swift
[385/392] Wrapping AST for NIOPosix for debugging
[387/394] Compiling NIO Exports.swift
[388/394] Emitting module NIO
[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 Codable+ByteBuffer.swift
[394/400] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[395/400] Emitting module NIOFoundationCompat
[396/401] Wrapping AST for NIOFoundationCompat for debugging
[398/415] Compiling DartSass Concurrency+Extras.swift
[399/415] Compiling DartSass DartSassEmbedded.swift
[400/416] Compiling DartSass Versions.swift
[401/416] Compiling DartSass Deprecation.swift
[402/416] Compiling DartSass Errors.swift
[403/416] Compiling DartSass Exec.swift
[404/416] Compiling DartSass Importers.swift
[405/416] Compiling DartSass ProtobufConversion.swift
[406/416] Compiling DartSass ProtobufValueConversion.swift
[407/416] Emitting module DartSass
[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! (49.46s)
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.