Build Information
Successful build of swift-sass, reference 3.2.0 (176397), with Swift 6.1 for macOS (SPM) on 6 Nov 2025 17:48:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/swift-sass.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/swift-sass
* tag 3.2.0 -> FETCH_HEAD
HEAD is now at 1763975 Version 3.2.0
Submodule path 'sass': checked out '600e82bdb504e8996fa181fe6f0e8705d677098f'
Submodule 'sass' (https://github.com/sass/sass.git) registered for path 'sass'
Cloning into '/Users/admin/builder/spi-builder-workspace/sass'...
Cloned https://github.com/johnfairh/swift-sass.git
Revision (git rev-parse @):
1763975168b315947dd91b386be844361ab0034f
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/johnfairh/swift-sass.git
https://github.com/johnfairh/swift-sass.git
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/DartSassEmbeddedMacOS/arm64",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DartSassEmbeddedMacOS.swift"
],
"type" : "library"
},
{
"c99name" : "DartSassEmbeddedLinux",
"module_type" : "SwiftTarget",
"name" : "DartSassEmbeddedLinux",
"path" : "Sources/DartSassEmbeddedLinux",
"product_memberships" : [
"DartSass",
"ssassc"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DartSassEmbeddedLinux/arm64",
"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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/38] Write sources
[2/38] Copying PrivacyInfo.xcprivacy
[5/38] Write sources
[7/38] Write ssassc-entitlement.plist
[7/38] Write sources
[15/38] Copying PrivacyInfo.xcprivacy
[15/38] Write sources
[22/38] Copying arm64
[23/38] Compiling CNIOWindows shim.c
[24/38] Compiling CNIOWindows WSAStartup.c
[25/38] Write sources
[26/38] Compiling CNIOWASI CNIOWASI.c
[27/38] Compiling CNIOLinux shim.c
[28/38] Compiling CNIOLinux liburing_shims.c
[29/38] Write swift-version-2F0A5646E1D333AE.txt
[30/38] Compiling _AtomicsShims.c
[31/38] Compiling CNIOPosix event_loop_id.c
[32/164] Compiling CNIODarwin shim.c
[34/167] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[35/168] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/168] Emitting module _NIOBase64
[37/168] Compiling _NIOBase64 Base64.swift
[38/168] Compiling InternalCollectionsUtilities Descriptions.swift
[39/168] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[40/168] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/168] Compiling InternalCollectionsUtilities Debugging.swift
[42/168] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/168] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/168] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[45/187] Compiling Atomics AtomicReference.swift
[46/187] Compiling Atomics AtomicStorage.swift
[47/187] Emitting module InternalCollectionsUtilities
[48/187] Compiling Atomics OptionalRawRepresentable.swift
[49/187] Compiling Atomics RawRepresentable.swift
[50/187] Compiling Atomics AtomicBool.swift
[51/187] Compiling Atomics IntegerConformances.swift
[52/187] Compiling Atomics PointerConformances.swift
[53/187] Compiling Atomics Primitives.native.swift
[54/203] Compiling Atomics ManagedAtomicLazyReference.swift
[55/203] Compiling Atomics UnsafeAtomic.swift
[56/203] Compiling Atomics UnsafeAtomicLazyReference.swift
[57/203] Compiling Atomics IntegerOperations.swift
[58/203] Compiling DequeModule Deque._UnsafeHandle.swift
[59/203] Compiling DequeModule Deque.swift
[60/203] Compiling Atomics DoubleWord.swift
[61/203] Compiling Atomics ManagedAtomic.swift
[62/204] Compiling _NIODataStructures PriorityQueue.swift
[63/204] Compiling _NIODataStructures _TinyArray.swift
[64/204] Compiling DequeModule _DequeSlot.swift
[65/205] Compiling Atomics Unmanaged extensions.swift
[66/205] Compiling DequeModule Deque+Testing.swift
[67/205] Compiling DequeModule Deque._Storage.swift
[68/205] Compiling DequeModule Deque+Extras.swift
[69/205] Compiling DequeModule Deque+Hashable.swift
[70/205] Compiling _NIODataStructures Heap.swift
[71/205] Emitting module _NIODataStructures
[72/205] Compiling Logging MetadataProvider.swift
[73/205] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/205] Compiling Logging LogHandler.swift
[75/205] Emitting module Logging
[76/205] Compiling Logging Locks.swift
[77/205] Compiling Logging Logging.swift
[78/205] Compiling DequeModule _DequeBufferHeader.swift
[83/205] Compiling DequeModule _DequeBuffer.swift
[84/205] Compiling DequeModule Deque+Equatable.swift
[85/205] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/205] Compiling DequeModule Deque+CustomReflectable.swift
[89/205] Compiling DequeModule Deque+Descriptions.swift
[90/205] Compiling DequeModule Deque+Codable.swift
[91/205] Compiling DequeModule Deque+Collection.swift
[92/205] Emitting module DequeModule
[92/205] Compiling c-nioatomics.c
[100/205] Emitting module Atomics
[100/205] Compiling c-atomics.c
[102/211] Compiling NIOConcurrencyHelpers lock.swift
[103/211] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/211] Emitting module NIOConcurrencyHelpers
[105/211] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/211] Compiling NIOConcurrencyHelpers atomics.swift
[107/211] Compiling NIOConcurrencyHelpers NIOLock.swift
[108/211] Compiling SourceMapper VLQ.swift
[109/275] Compiling Semver Semver.swift
[110/275] Compiling Semver Semver+Parser.swift
[111/275] Emitting module Semver
[112/275] Compiling Semver Semver+Expressible.swift
[113/275] Compiling SourceMapper Errors.swift
[114/275] Emitting module SourceMapper
[115/275] Compiling SourceMapper SourceMap.swift
[116/275] Compiling SourceMapper UnpackedSourceMap.swift
[117/275] Compiling SourceMapper JSON.swift
[118/275] Compiling SourceMapper Mappings.swift
[119/275] Compiling SwiftProtobuf PathVisitor.swift
[120/275] Compiling SwiftProtobuf ProtoNameProviding.swift
[121/275] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[122/275] Compiling SwiftProtobuf ProtobufMap.swift
[123/275] Compiling SwiftProtobuf SelectiveVisitor.swift
[124/275] Compiling SwiftProtobuf SimpleExtensionMap.swift
[125/275] Compiling SwiftProtobuf StringUtils.swift
[126/275] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[127/275] Compiling SwiftProtobuf SwiftProtobufError.swift
[128/284] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/284] Compiling NIOCore EventLoopFuture.swift
[130/284] Compiling NIOCore FileDescriptor.swift
[131/284] Compiling NIOCore FileHandle.swift
[132/284] Compiling NIOCore FileRegion.swift
[133/284] Compiling NIOCore GlobalSingletons.swift
[134/284] Compiling NIOCore IO.swift
[135/284] Compiling NIOCore IOData.swift
[136/284] Compiling NIOCore IPProtocol.swift
[137/284] Compiling NIOCore IntegerBitPacking.swift
[138/301] Compiling NIOCore NIODecodedAsyncSequence.swift
[139/301] Compiling NIOCore Codec.swift
[140/301] Compiling NIOCore ConvenienceOptionSupport.swift
[141/301] Compiling NIOCore DeadChannel.swift
[142/301] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/301] Compiling NIOCore EventLoop+Deprecated.swift
[144/301] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/301] Compiling NIOCore EventLoop.swift
[146/301] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[147/301] Compiling NIOCore EventLoopFuture+Deprecated.swift
[148/301] Compiling Sass ArgumentList.swift
[149/301] Compiling Sass Calculation.swift
[150/301] Compiling Sass Constants.swift
[151/301] Compiling Sass DynamicFunction.swift
[152/301] Compiling NIOCore Linux.swift
[153/301] Compiling NIOCore MarkedCircularBuffer.swift
[154/301] Compiling NIOCore MulticastChannel.swift
[155/301] Compiling NIOCore NIOAny.swift
[156/301] Compiling NIOCore NIOCloseOnErrorHandler.swift
[157/301] Compiling NIOCore NIOCoreSendableMetatype.swift
[158/301] Emitting module SwiftProtobuf
[159/301] Compiling NIOCore AddressedEnvelope.swift
[160/301] Compiling NIOCore AsyncAwaitSupport.swift
[161/301] Compiling NIOCore AsyncChannel.swift
[162/301] Compiling NIOCore AsyncChannelHandler.swift
[163/301] Compiling NIOCore AsyncChannelInboundStream.swift
[164/301] Compiling NIOCore AsyncChannelOutboundWriter.swift
[165/301] Compiling NIOCore NIOAsyncSequenceProducer.swift
[166/301] Compiling NIOCore NIOLoopBound.swift
[167/301] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[168/301] Compiling NIOCore NIOScheduledCallback.swift
[169/301] Compiling NIOCore NIOSendable.swift
[170/301] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[171/301] Compiling NIOCore RecvByteBufferAllocator.swift
[172/301] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[173/308] Compiling Sass Units.swift
[174/308] Compiling Sass Map.swift
[175/308] Compiling Sass Mixin.swift
[178/309] Compiling Sass Value.swift
[179/309] Compiling Sass FunctionTypes.swift
[180/309] Compiling Sass List.swift
[181/309] Compiling Sass CompilerResults.swift
[182/309] Compiling Sass CompilerTypes.swift
[183/309] Compiling Sass Color.swift
[184/309] Compiling Sass CompilerFunction.swift
[185/309] Compiling Sass Number.swift
[186/309] Compiling Sass String.swift
[197/309] Emitting module DartSassEmbeddedMacOS
[198/309] Compiling DartSassEmbeddedMacOS resource_bundle_accessor.swift
[199/309] Compiling Sass ValueConvertible.swift
[207/309] Compiling DartSassEmbeddedMacOS DartSassEmbeddedMacOS.swift
[229/309] Emitting module Sass
[232/309] Compiling NIOCore SocketAddresses.swift
[233/309] Compiling NIOCore SocketOptionProvider.swift
[234/309] Compiling NIOCore SystemCallHelpers.swift
[235/309] Compiling NIOCore TimeAmount+Duration.swift
[236/309] Compiling NIOCore TypeAssistedChannelHandler.swift
[237/309] Compiling NIOCore UniversalBootstrapSupport.swift
[238/309] Compiling NIOCore Utilities.swift
[239/309] Compiling SwiftProtobuf duration.pb.swift
[240/309] Compiling SwiftProtobuf empty.pb.swift
[241/309] Compiling SwiftProtobuf field_mask.pb.swift
[242/309] Compiling SwiftProtobuf source_context.pb.swift
[243/309] Compiling SwiftProtobuf struct.pb.swift
[244/309] Compiling SwiftProtobuf timestamp.pb.swift
[245/309] Compiling SwiftProtobuf type.pb.swift
[246/309] Compiling SwiftProtobuf wrappers.pb.swift
[247/309] Compiling SwiftProtobuf resource_bundle_accessor.swift
[260/309] Compiling NIOCore IntegerTypes.swift
[261/309] Compiling NIOCore Interfaces.swift
[262/309] Compiling NIOCore ByteBuffer-core.swift
[263/309] Compiling NIOCore ByteBuffer-hex.swift
[264/309] Compiling NIOCore ByteBuffer-int.swift
[265/309] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[266/309] Compiling NIOCore ByteBuffer-multi-int.swift
[267/309] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[268/309] Compiling NIOCore ByteBuffer-views.swift
[269/309] Emitting module NIOCore
[298/309] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[299/309] Compiling SwiftProtobuf Varint.swift
[300/309] Compiling SwiftProtobuf Version.swift
[301/309] Compiling SwiftProtobuf Visitor.swift
[302/309] Compiling SwiftProtobuf WireFormat.swift
[303/309] Compiling SwiftProtobuf ZigZag.swift
[304/309] Compiling SwiftProtobuf any.pb.swift
[305/309] Compiling SwiftProtobuf api.pb.swift
[306/309] Compiling SwiftProtobuf descriptor.pb.swift
[307/365] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[308/365] Compiling NIOEmbedded AsyncTestingChannel.swift
[309/365] Emitting module NIOEmbedded
[310/365] Compiling NIOEmbedded Embedded.swift
[311/365] Compiling NIOPosix GetaddrinfoResolver.swift
[312/365] Compiling NIOPosix HappyEyeballs.swift
[313/365] Compiling NIOPosix IO.swift
[314/365] Compiling NIOPosix IntegerBitPacking.swift
[315/365] Compiling NIOPosix IntegerTypes.swift
[316/365] Compiling NIOPosix Linux.swift
[317/370] Compiling NIOPosix SelectorEpoll.swift
[318/370] Compiling NIOPosix SelectorGeneric.swift
[319/370] Compiling NIOPosix SelectorKqueue.swift
[320/370] Compiling NIOPosix SelectorUring.swift
[321/370] Compiling NIOPosix SelectorWSAPoll.swift
[322/370] Compiling NIOPosix ServerSocket.swift
[323/370] Compiling NIOPosix Socket.swift
[324/370] Compiling NIOPosix SocketChannel.swift
[325/370] Compiling NIOPosix SocketProtocols.swift
[326/370] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[327/370] Compiling NIOPosix LinuxCPUSet.swift
[328/370] Compiling NIOPosix LinuxUring.swift
[329/370] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[330/370] Compiling NIOPosix NIOPosixSendableMetatype.swift
[331/370] Compiling NIOPosix NIOThreadPool.swift
[332/370] Compiling NIOPosix NonBlockingFileIO.swift
[333/370] Compiling NIOPosix Utilities.swift
[334/370] Compiling NIOPosix VsockAddress.swift
[335/370] Compiling NIOPosix VsockChannelEvents.swift
[336/370] Compiling NIOPosix Windows.swift
[337/370] Compiling NIOPosix resource_bundle_accessor.swift
[338/370] Compiling NIOPosix System.swift
[339/370] Compiling NIOPosix Thread.swift
[340/370] Compiling NIOPosix ThreadPosix.swift
[341/370] Compiling NIOPosix ThreadWindows.swift
[342/370] Compiling NIOPosix UnsafeTransfer.swift
[343/370] Compiling NIOPosix PosixSingletons.swift
[344/370] Compiling NIOPosix RawSocketBootstrap.swift
[345/370] Compiling NIOPosix Resolver.swift
[346/370] Compiling NIOPosix Selectable.swift
[347/370] Compiling NIOPosix SelectableChannel.swift
[348/370] Compiling NIOPosix SelectableEventLoop.swift
[349/370] Compiling NIOPosix BSDSocketAPICommon.swift
[350/370] Compiling NIOPosix BSDSocketAPIPosix.swift
[351/370] Compiling NIOPosix BSDSocketAPIWindows.swift
[352/370] Compiling NIOPosix BaseSocket.swift
[353/370] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[354/370] Compiling NIOPosix BaseSocketChannel.swift
[355/370] Compiling NIOPosix BaseStreamSocketChannel.swift
[356/370] Compiling NIOPosix Bootstrap.swift
[357/370] Compiling NIOPosix ControlMessage.swift
[358/370] Compiling NIOPosix DatagramVectorReadManager.swift
[359/370] Compiling NIOPosix Errors+Any.swift
[360/370] Compiling NIOPosix FileDescriptor.swift
[361/370] Compiling NIOPosix PendingDatagramWritesManager.swift
[362/370] Compiling NIOPosix PendingWritesManager.swift
[363/370] Compiling NIOPosix PipeChannel.swift
[364/370] Compiling NIOPosix PipePair.swift
[365/370] Compiling NIOPosix Pool.swift
[366/370] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[367/370] Emitting module NIOPosix
[368/372] Compiling NIO Exports.swift
[369/372] Emitting module NIO
[370/377] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[371/377] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[372/377] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[373/377] Emitting module NIOFoundationCompat
[374/377] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[375/391] Compiling DartSass Versions.swift
[376/392] Compiling DartSass ProtobufConversion.swift
[377/392] Compiling DartSass Deprecation.swift
[378/392] Compiling DartSass Errors.swift
[379/392] Compiling DartSass ProtobufValueConversion.swift
[380/392] Compiling DartSass Importers.swift
[381/392] Compiling DartSass Exec.swift
[382/392] Compiling DartSass Concurrency+Extras.swift
[383/392] Compiling DartSass DartSassEmbedded.swift
[384/392] Emitting module DartSass
[385/392] Compiling DartSass BinaryProtocol.swift
[386/392] Compiling DartSass Compiler.swift
[387/392] Compiling DartSass CompilerRequests.swift
[388/392] Compiling DartSass CompilerWork.swift
[389/392] Compiling DartSass embedded_sass.pb.swift
[390/394] Compiling SassCli ssassc.swift
[391/394] Emitting module SassCli
[391/394] Write Objects.LinkFileList
[392/394] Linking ssassc
[393/394] Applying ssassc
Build complete! (63.55s)
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/181] Fetching semver.swift
[34/732] Fetching semver.swift, sourcemapper
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.96s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (3.02s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.03s)
Fetched https://github.com/apple/swift-log.git from cache (3.04s)
Fetched https://github.com/apple/swift-protobuf.git from cache (3.09s)
Fetched https://github.com/apple/swift-nio.git from cache (3.12s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (6.18s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (0.60s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.97s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.45s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.48s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/johnfairh/SourceMapper.git
Working copy of https://github.com/johnfairh/SourceMapper.git resolved at 2.0.0
Creating working copy for https://github.com/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/DartSassEmbeddedMacOS/arm64",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DartSassEmbeddedMacOS.swift"
],
"type" : "library"
},
{
"c99name" : "DartSassEmbeddedLinux",
"module_type" : "SwiftTarget",
"name" : "DartSassEmbeddedLinux",
"path" : "Sources/DartSassEmbeddedLinux",
"product_memberships" : [
"DartSass",
"ssassc"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DartSassEmbeddedLinux/arm64",
"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"
}
Done.