The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-sass, reference 3.3.0 (361b70), with Swift 6.1 for macOS (SPM) on 15 Jan 2026 16:05:28 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/swift-sass.git
Reference: 3.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/swift-sass
 * tag               3.3.0      -> FETCH_HEAD
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 '/Users/admin/builder/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 3.3.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/39] Write sources
[5/39] Copying PrivacyInfo.xcprivacy
[5/39] Write sources
[10/39] Write ssassc-entitlement.plist
[13/39] Write sources
[16/39] Copying PrivacyInfo.xcprivacy
[17/39] Write sources
[22/39] Copying arm64
[23/39] Compiling CNIOWindows WSAStartup.c
[24/39] Compiling CNIOWindows shim.c
[25/39] Compiling CNIOWASI CNIOWASI.c
[26/39] Write sources
[27/39] Compiling CNIOLinux shim.c
[28/39] Compiling CNIOOpenBSD shim.c
[29/39] Compiling CNIOLinux liburing_shims.c
[30/39] Write swift-version-2F0A5646E1D333AE.txt
[31/39] Compiling CNIOPosix event_loop_id.c
[32/39] Compiling _AtomicsShims.c
[33/165] Compiling CNIODarwin shim.c
[35/168] Compiling _NIOBase64 Base64.swift
[36/168] Emitting module _NIOBase64
[37/187] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[38/187] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/187] Compiling Atomics IntegerOperations.swift
[40/187] Compiling Atomics AtomicInteger.swift
[41/187] Compiling Atomics AtomicOptionalWrappable.swift
[42/187] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/188] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[44/188] Compiling _NIODataStructures _TinyArray.swift
[45/188] Compiling _NIODataStructures PriorityQueue.swift
[46/188] Compiling Atomics ManagedAtomicLazyReference.swift
[47/188] Compiling Atomics UnsafeAtomic.swift
[48/189] Compiling Atomics OptionalRawRepresentable.swift
[49/189] Compiling Atomics RawRepresentable.swift
[50/189] Compiling Atomics PointerConformances.swift
[51/189] Compiling Atomics Primitives.native.swift
[52/189] Compiling Atomics AtomicReference.swift
[53/189] Compiling Atomics AtomicStorage.swift
[54/189] Compiling Atomics AtomicBool.swift
[55/189] Compiling Atomics IntegerConformances.swift
[56/189] Compiling Atomics DoubleWord.swift
[57/189] Compiling Atomics ManagedAtomic.swift
[58/189] Emitting module InternalCollectionsUtilities
[65/189] Compiling Atomics AtomicValue.swift
[66/189] Compiling Atomics AtomicMemoryOrderings.swift
[67/189] Compiling Atomics Unmanaged extensions.swift
[68/189] Compiling Logging MetadataProvider.swift
[69/205] Compiling _NIODataStructures Heap.swift
[70/205] Emitting module _NIODataStructures
[71/205] Compiling DequeModule _DequeBufferHeader.swift
[72/205] Compiling DequeModule _DequeBuffer.swift
[73/205] Compiling DequeModule _DequeSlot.swift
[74/206] Compiling Logging LogHandler.swift
[75/206] Compiling Logging Locks.swift
[76/206] Compiling Logging Logging.swift
[77/206] Emitting module Logging
[78/206] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/206] Compiling DequeModule Deque._UnsafeHandle.swift
[80/206] Compiling DequeModule Deque.swift
[81/206] Compiling DequeModule Deque+Testing.swift
[82/206] Compiling DequeModule Deque._Storage.swift
[83/206] Compiling DequeModule Deque+Extras.swift
[84/206] Compiling DequeModule Deque+Hashable.swift
[85/206] Compiling DequeModule Deque+CustomReflectable.swift
[86/206] Compiling DequeModule Deque+Descriptions.swift
[87/206] Compiling DequeModule Deque+Equatable.swift
[88/206] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/206] Compiling DequeModule Deque+Codable.swift
[90/206] Compiling DequeModule Deque+Collection.swift
[95/206] Emitting module DequeModule
[95/206] Compiling c-nioatomics.c
[97/206] Emitting module Atomics
[101/206] Compiling c-atomics.c
[103/212] Compiling SourceMapper VLQ.swift
[104/212] Compiling NIOConcurrencyHelpers NIOLock.swift
[105/212] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/212] Compiling NIOConcurrencyHelpers atomics.swift
[107/212] Compiling NIOConcurrencyHelpers lock.swift
[108/212] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/212] Emitting module NIOConcurrencyHelpers
[110/276] Emitting module SourceMapper
[111/276] Compiling SourceMapper JSON.swift
[112/276] Compiling SourceMapper Mappings.swift
[113/276] Compiling SourceMapper Errors.swift
[114/276] Compiling Semver Semver.swift
[115/276] Emitting module Semver
[116/276] Compiling Semver Semver+Expressible.swift
[117/276] Compiling Semver Semver+Parser.swift
[118/276] Compiling SourceMapper SourceMap.swift
[119/276] Compiling SourceMapper UnpackedSourceMap.swift
[120/276] Compiling NIOCore Linux.swift
[121/276] Compiling NIOCore MarkedCircularBuffer.swift
[122/276] Compiling NIOCore MulticastChannel.swift
[123/276] Compiling NIOCore NIOAny.swift
[124/276] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/276] Compiling NIOCore NIOCoreSendableMetatype.swift
[126/276] Compiling NIOCore NIODecodedAsyncSequence.swift
[127/283] Compiling NIOCore ConvenienceOptionSupport.swift
[128/283] Compiling NIOCore DeadChannel.swift
[129/283] Compiling NIOCore DispatchQueue+WithFuture.swift
[130/283] Compiling NIOCore EventLoop+Deprecated.swift
[131/283] Compiling NIOCore EventLoop+SerialExecutor.swift
[132/283] Compiling NIOCore EventLoop.swift
[136/309] Compiling NIOCore ByteBuffer-conversions.swift
[137/309] Compiling NIOCore ByteBuffer-core.swift
[138/309] Compiling NIOCore ByteBuffer-hex.swift
[139/309] Compiling NIOCore ByteBuffer-int.swift
[140/309] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[141/309] Compiling NIOCore ByteBuffer-multi-int.swift
[142/309] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[143/309] Compiling NIOCore ByteBuffer-views.swift
[144/309] Compiling NIOCore GlobalSingletons.swift
[145/309] Compiling NIOCore IO.swift
[146/309] Compiling Sass FunctionTypes.swift
[147/309] Compiling Sass List.swift
[148/309] Compiling Sass Map.swift
[149/309] Compiling Sass Mixin.swift
[150/309] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[151/309] Compiling NIOCore NIOAsyncWriter.swift
[152/309] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[153/309] Compiling NIOCore BSDSocketAPI.swift
[154/309] Compiling NIOCore ByteBuffer-aux.swift
[155/309] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[156/309] Compiling NIOCore IOData.swift
[157/309] Compiling NIOCore IPProtocol.swift
[158/309] Compiling NIOCore IntegerBitPacking.swift
[159/309] Compiling NIOCore IntegerTypes.swift
[160/309] Compiling NIOCore Interfaces.swift
[161/309] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[162/309] Compiling NIOCore EventLoopFuture+Deprecated.swift
[163/309] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[164/309] Compiling NIOCore EventLoopFuture.swift
[165/309] Compiling NIOCore FileDescriptor.swift
[166/309] Compiling NIOCore FileHandle.swift
[167/309] Compiling NIOCore FileRegion.swift
[168/309] Compiling NIOCore Channel.swift
[169/309] Compiling NIOCore ChannelHandler.swift
[170/309] Compiling NIOCore ChannelHandlers.swift
[171/309] Compiling NIOCore ChannelInvoker.swift
[172/309] Compiling NIOCore ChannelOption.swift
[173/309] Compiling NIOCore ChannelPipeline.swift
[174/309] Compiling NIOCore CircularBuffer.swift
[175/309] Compiling NIOCore Codec.swift
[176/309] Compiling Sass ArgumentList.swift
[177/309] Compiling Sass Calculation.swift
[178/309] Compiling Sass Constants.swift
[179/309] Compiling Sass DynamicFunction.swift
[180/309] Compiling Sass Color.swift
[181/309] Compiling Sass CompilerFunction.swift
[182/309] Compiling Sass CompilerResults.swift
[183/309] Compiling Sass CompilerTypes.swift
[184/309] Compiling Sass Number.swift
[185/309] Compiling Sass String.swift
[186/309] Emitting module SwiftProtobuf
[196/309] Compiling Sass Units.swift
[201/309] Compiling Sass Value.swift
[206/310] Emitting module DartSassEmbeddedMacOS
[207/310] Compiling DartSassEmbeddedMacOS resource_bundle_accessor.swift
[208/310] Compiling DartSassEmbeddedMacOS DartSassEmbeddedMacOS.swift
[223/310] Compiling Sass ValueConvertible.swift
[228/310] Compiling NIOCore SocketAddresses.swift
[229/310] Compiling NIOCore SocketOptionProvider.swift
[230/310] Compiling NIOCore SystemCallHelpers.swift
[231/310] Compiling NIOCore TimeAmount+Duration.swift
[232/310] Compiling NIOCore TypeAssistedChannelHandler.swift
[238/310] Compiling NIOCore UniversalBootstrapSupport.swift
[239/310] Compiling NIOCore Utilities.swift
[263/310] Emitting module Sass
[266/310] Compiling SwiftProtobuf duration.pb.swift
[267/310] Compiling SwiftProtobuf empty.pb.swift
[268/310] Compiling SwiftProtobuf field_mask.pb.swift
[269/310] Compiling SwiftProtobuf source_context.pb.swift
[270/310] Compiling SwiftProtobuf struct.pb.swift
[271/310] Compiling SwiftProtobuf timestamp.pb.swift
[272/310] Compiling SwiftProtobuf type.pb.swift
[273/310] Compiling SwiftProtobuf wrappers.pb.swift
[274/310] Compiling SwiftProtobuf resource_bundle_accessor.swift
[289/310] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[290/310] Compiling SwiftProtobuf Varint.swift
[291/310] Compiling SwiftProtobuf Version.swift
[292/310] Compiling SwiftProtobuf Visitor.swift
[293/310] Compiling SwiftProtobuf WireFormat.swift
[294/310] Compiling SwiftProtobuf ZigZag.swift
[295/310] Compiling SwiftProtobuf any.pb.swift
[296/310] Compiling SwiftProtobuf api.pb.swift
[297/310] Compiling SwiftProtobuf descriptor.pb.swift
[300/310] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[301/310] Compiling SwiftProtobuf TextFormatEncoder.swift
[302/310] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[303/310] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[304/310] Compiling SwiftProtobuf TextFormatScanner.swift
[305/310] Compiling SwiftProtobuf TimeUtils.swift
[306/310] Compiling SwiftProtobuf UnknownStorage.swift
[307/310] Emitting module NIOCore
[308/366] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[309/366] Compiling NIOEmbedded Embedded.swift
[310/366] Compiling NIOEmbedded AsyncTestingChannel.swift
[311/366] Emitting module NIOEmbedded
[312/366] Compiling NIOPosix System.swift
[313/366] Compiling NIOPosix Thread.swift
[314/366] Compiling NIOPosix ThreadPosix.swift
[315/366] Compiling NIOPosix ThreadWindows.swift
[316/366] Compiling NIOPosix UnsafeTransfer.swift
[317/371] Emitting module NIOPosix
[318/371] Compiling NIOPosix BSDSocketAPICommon.swift
[319/371] Compiling NIOPosix BSDSocketAPIPosix.swift
[320/371] Compiling NIOPosix BSDSocketAPIWindows.swift
[321/371] Compiling NIOPosix BaseSocket.swift
[322/371] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[323/371] Compiling NIOPosix BaseSocketChannel.swift
[324/371] Compiling NIOPosix GetaddrinfoResolver.swift
[325/371] Compiling NIOPosix HappyEyeballs.swift
[326/371] Compiling NIOPosix IO.swift
[327/371] Compiling NIOPosix IntegerBitPacking.swift
[328/371] Compiling NIOPosix IntegerTypes.swift
[329/371] Compiling NIOPosix Linux.swift
[330/371] Compiling NIOPosix ServerSocket.swift
[331/371] Compiling NIOPosix Socket.swift
[332/371] Compiling NIOPosix SocketChannel.swift
[333/371] Compiling NIOPosix SocketProtocols.swift
[334/371] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[335/371] Compiling NIOPosix PendingDatagramWritesManager.swift
[336/371] Compiling NIOPosix PendingWritesManager.swift
[337/371] Compiling NIOPosix PipeChannel.swift
[338/371] Compiling NIOPosix PipePair.swift
[339/371] Compiling NIOPosix Pool.swift
[340/371] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[341/371] Compiling NIOPosix Utilities.swift
[342/371] Compiling NIOPosix VsockAddress.swift
[343/371] Compiling NIOPosix VsockChannelEvents.swift
[344/371] Compiling NIOPosix Windows.swift
[345/371] Compiling NIOPosix resource_bundle_accessor.swift
[346/371] Compiling NIOPosix BaseStreamSocketChannel.swift
[347/371] Compiling NIOPosix Bootstrap.swift
[348/371] Compiling NIOPosix ControlMessage.swift
[349/371] Compiling NIOPosix DatagramVectorReadManager.swift
[350/371] Compiling NIOPosix Errors+Any.swift
[351/371] Compiling NIOPosix FileDescriptor.swift
[352/371] Compiling NIOPosix PosixSingletons.swift
[353/371] Compiling NIOPosix RawSocketBootstrap.swift
[354/371] Compiling NIOPosix Resolver.swift
[355/371] Compiling NIOPosix Selectable.swift
[356/371] Compiling NIOPosix SelectableChannel.swift
[357/371] Compiling NIOPosix SelectableEventLoop.swift
[358/371] Compiling NIOPosix SelectorEpoll.swift
[359/371] Compiling NIOPosix SelectorGeneric.swift
[360/371] Compiling NIOPosix SelectorKqueue.swift
[361/371] Compiling NIOPosix SelectorUring.swift
[362/371] Compiling NIOPosix SelectorWSAPoll.swift
[363/371] Compiling NIOPosix LinuxCPUSet.swift
[364/371] Compiling NIOPosix LinuxUring.swift
[365/371] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[366/371] Compiling NIOPosix NIOPosixSendableMetatype.swift
[367/371] Compiling NIOPosix NIOThreadPool.swift
[368/371] Compiling NIOPosix NonBlockingFileIO.swift
[369/373] Compiling NIO Exports.swift
[370/373] Emitting module NIO
[371/378] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[372/378] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[373/378] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[374/378] Emitting module NIOFoundationCompat
[375/378] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[376/392] Compiling DartSass Versions.swift
[377/392] Compiling DartSass Exec.swift
[378/393] Compiling DartSass ProtobufConversion.swift
[379/393] Compiling DartSass ProtobufValueConversion.swift
[380/393] Compiling DartSass Importers.swift
[381/393] Compiling DartSass Deprecation.swift
[382/393] Compiling DartSass Errors.swift
[383/393] Compiling DartSass Concurrency+Extras.swift
[384/393] Compiling DartSass DartSassEmbedded.swift
[385/393] Compiling DartSass CompilerRequests.swift
[386/393] Compiling DartSass CompilerWork.swift
[387/393] Emitting module DartSass
[388/393] Compiling DartSass BinaryProtocol.swift
[389/393] Compiling DartSass Compiler.swift
[390/393] Compiling DartSass embedded_sass.pb.swift
[391/395] Compiling SassCli ssassc.swift
[392/395] Emitting module SassCli
[392/395] Write Objects.LinkFileList
[393/395] Linking ssassc
[394/395] Applying ssassc
Build complete! (66.23s)
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
[161/732] Fetching semver.swift, sourcemapper
Fetched https://github.com/johnfairh/SourceMapper.git from cache (2.96s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (2.96s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.97s)
Fetched https://github.com/apple/swift-log.git from cache (2.99s)
Fetched https://github.com/apple/swift-protobuf.git from cache (3.04s)
Fetched https://github.com/apple/swift-nio.git from cache (3.07s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (6.39s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.60s)
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-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (0.62s)
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 (1.09s)
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.0 (0.49s)
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.9.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.6.4
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-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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
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.