The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-sass, reference 3.1.0 (e2c9c4), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 13:55:10 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.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 /Users/admin/builder/spi-builder-workspace/.git/
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 '/Users/admin/builder/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:         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/37] Write sources
[9/37] Write ssassc-entitlement.plist
[12/37] Write sources
[17/37] Copying PrivacyInfo.xcprivacy
[19/37] Write sources
[22/37] Copying arm64
[23/37] Compiling CNIOWindows shim.c
[23/37] Compiling CNIOWindows WSAStartup.c
[25/37] Compiling CNIOWASI CNIOWASI.c
[26/37] Write sources
[27/37] Compiling CNIOLinux shim.c
[28/37] Compiling CNIOLinux liburing_shims.c
[29/37] Write swift-version-2F0A5646E1D333AE.txt
[30/37] Compiling _AtomicsShims.c
[31/162] Compiling CNIODarwin shim.c
[33/162] Emitting module _NIOBase64
[34/162] Compiling _NIOBase64 Base64.swift
[35/162] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/162] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[37/162] Compiling InternalCollectionsUtilities Specialize.swift
[38/163] Compiling InternalCollectionsUtilities Debugging.swift
[39/163] Compiling InternalCollectionsUtilities Descriptions.swift
[40/163] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/163] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[42/185] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/185] Compiling _NIODataStructures PriorityQueue.swift
[44/185] Compiling _NIODataStructures _TinyArray.swift
[45/185] Compiling Atomics AtomicOptionalWrappable.swift
[46/185] Compiling Atomics AtomicReference.swift
[47/185] Compiling Atomics AtomicBool.swift
[48/185] Compiling Atomics IntegerConformances.swift
[49/185] Compiling Atomics AtomicStorage.swift
[50/185] Compiling Atomics AtomicValue.swift
[51/185] Compiling Atomics PointerConformances.swift
[52/185] Compiling Atomics Primitives.native.swift
[53/185] Emitting module InternalCollectionsUtilities
[54/185] Compiling Atomics Primitives.shims.swift
[55/185] Compiling Atomics AtomicInteger.swift
[56/185] Compiling Atomics ManagedAtomic.swift
[57/185] Compiling Atomics ManagedAtomicLazyReference.swift
[58/185] Compiling Atomics OptionalRawRepresentable.swift
[59/185] Compiling Atomics RawRepresentable.swift
[60/185] Compiling Atomics AtomicMemoryOrderings.swift
[61/185] Compiling Atomics DoubleWord.swift
[62/185] Compiling Atomics UnsafeAtomic.swift
[63/185] Compiling Atomics UnsafeAtomicLazyReference.swift
[64/187] Compiling Logging LogHandler.swift
[65/187] Compiling Logging MetadataProvider.swift
[66/187] Emitting module _NIODataStructures
[67/187] Compiling _NIODataStructures Heap.swift
[68/203] Compiling DequeModule Deque+Extras.swift
[69/203] Compiling DequeModule Deque+Hashable.swift
[70/203] Compiling DequeModule Deque._UnsafeHandle.swift
[71/203] Compiling DequeModule Deque.swift
[72/203] Compiling DequeModule _DequeSlot.swift
[73/204] Compiling Atomics IntegerOperations.swift
[74/204] Compiling Atomics Unmanaged extensions.swift
[75/204] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/204] Compiling DequeModule Deque+CustomReflectable.swift
[77/204] Compiling DequeModule Deque+Descriptions.swift
[78/204] Compiling DequeModule Deque+Testing.swift
[79/204] Compiling DequeModule Deque._Storage.swift
[80/204] Emitting module Logging
[81/204] Compiling Logging Locks.swift
[82/204] Compiling Logging Logging.swift
[83/204] Compiling DequeModule Deque+Equatable.swift
[84/204] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/204] Compiling DequeModule _DequeBufferHeader.swift
[86/204] Compiling DequeModule _DequeBuffer.swift
[95/204] Compiling DequeModule Deque+Codable.swift
[96/204] Compiling DequeModule Deque+Collection.swift
[97/204] Emitting module DequeModule
[97/204] Compiling c-nioatomics.c
[101/204] Emitting module Atomics
[101/204] Compiling c-atomics.c
[103/210] Emitting module NIOConcurrencyHelpers
[104/210] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[105/210] Compiling NIOConcurrencyHelpers lock.swift
[106/210] Compiling NIOConcurrencyHelpers NIOLock.swift
[107/210] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[108/210] Compiling NIOConcurrencyHelpers atomics.swift
[109/271] Compiling NIOCore GlobalSingletons.swift
[110/271] Compiling NIOCore IO.swift
[111/271] Compiling NIOCore IOData.swift
[112/271] Compiling NIOCore IPProtocol.swift
[113/271] Compiling NIOCore IntegerBitPacking.swift
[114/271] Compiling NIOCore IntegerTypes.swift
[115/277] Emitting module Semver
[116/277] Emitting module SourceMapper
[117/277] Compiling Semver Semver+Expressible.swift
[118/277] Compiling Semver Semver.swift
[119/277] Compiling Semver Semver+Parser.swift
[120/277] Compiling NIOCore SocketOptionProvider.swift
[121/277] Compiling NIOCore SystemCallHelpers.swift
[122/277] Compiling NIOCore TimeAmount+Duration.swift
[123/277] Compiling NIOCore TypeAssistedChannelHandler.swift
[124/277] Compiling NIOCore UniversalBootstrapSupport.swift
[125/277] Compiling NIOCore Utilities.swift
[126/277] Compiling SourceMapper JSON.swift
[127/277] Compiling SourceMapper Mappings.swift
[128/277] Compiling SourceMapper Errors.swift
[129/277] Compiling SourceMapper VLQ.swift
[130/277] Compiling SourceMapper SourceMap.swift
[131/277] Compiling SourceMapper UnpackedSourceMap.swift
[132/277] Compiling NIOCore ConvenienceOptionSupport.swift
[133/277] Compiling NIOCore DeadChannel.swift
[134/277] Compiling NIOCore DispatchQueue+WithFuture.swift
[135/277] Compiling NIOCore EventLoop+Deprecated.swift
[136/277] Compiling NIOCore EventLoop+SerialExecutor.swift
[137/277] Compiling NIOCore EventLoop.swift
[141/286] Compiling NIOCore Codec.swift
[148/286] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[149/286] Compiling NIOCore EventLoopFuture+Deprecated.swift
[150/286] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[151/286] Compiling NIOCore EventLoopFuture.swift
[152/286] Compiling NIOCore FileDescriptor.swift
[153/286] Compiling NIOCore FileHandle.swift
[154/286] Compiling NIOCore FileRegion.swift
[155/303] Emitting module SwiftProtobuf
[156/303] Compiling NIOCore ByteBuffer-views.swift
[165/303] Compiling NIOCore CircularBuffer.swift
[166/303] Compiling NIOCore Interfaces.swift
[167/303] Compiling NIOCore Linux.swift
[168/303] Compiling NIOCore MarkedCircularBuffer.swift
[169/303] Compiling NIOCore MulticastChannel.swift
[170/303] Compiling NIOCore NIOAny.swift
[171/303] Compiling NIOCore NIOCloseOnErrorHandler.swift
[172/303] Compiling NIOCore NIOLoopBound.swift
[173/303] Compiling NIOCore NIOScheduledCallback.swift
[174/303] Compiling DartSassEmbeddedMacOS DartSassEmbeddedMacOS.swift
[175/303] Emitting module DartSassEmbeddedMacOS
[176/303] Compiling DartSassEmbeddedMacOS resource_bundle_accessor.swift
[177/303] Compiling Sass Number.swift
[178/303] Compiling Sass String.swift
[179/303] Compiling Sass Color.swift
[180/303] Compiling Sass CompilerFunction.swift
[181/303] Compiling NIOCore Channel.swift
[182/303] Compiling NIOCore ChannelHandler.swift
[183/303] Compiling NIOCore ChannelHandlers.swift
[184/303] Compiling NIOCore ChannelInvoker.swift
[185/303] Compiling NIOCore ChannelOption.swift
[186/303] Compiling NIOCore ChannelPipeline.swift
[187/303] Compiling NIOCore NIOSendable.swift
[188/303] Compiling NIOCore RecvByteBufferAllocator.swift
[189/303] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[190/303] Compiling NIOCore SocketAddresses.swift
[191/303] Compiling NIOCore ByteBuffer-core.swift
[192/303] Compiling NIOCore ByteBuffer-hex.swift
[193/303] Compiling NIOCore ByteBuffer-int.swift
[194/303] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[195/303] Compiling NIOCore ByteBuffer-multi-int.swift
[196/303] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[197/303] Compiling Sass Constants.swift
[198/303] Compiling Sass DynamicFunction.swift
[199/303] Compiling Sass Value.swift
[200/303] Compiling Sass Map.swift
[201/303] Compiling Sass Mixin.swift
[206/303] Compiling Sass FunctionTypes.swift
[207/303] Compiling Sass List.swift
[208/303] Compiling Sass Units.swift
[209/303] Compiling Sass CompilerResults.swift
[210/303] Compiling Sass CompilerTypes.swift
[213/303] Compiling Sass ArgumentList.swift
[214/303] Compiling Sass Calculation.swift
[240/304] Compiling Sass ValueConvertible.swift
[241/304] Emitting module Sass
[246/304] Compiling SwiftProtobuf duration.pb.swift
[247/304] Compiling SwiftProtobuf empty.pb.swift
[248/304] Compiling SwiftProtobuf field_mask.pb.swift
[249/304] Compiling SwiftProtobuf source_context.pb.swift
[250/304] Compiling SwiftProtobuf struct.pb.swift
[251/304] Compiling SwiftProtobuf timestamp.pb.swift
[252/304] Compiling SwiftProtobuf type.pb.swift
[253/304] Compiling SwiftProtobuf wrappers.pb.swift
[254/304] Compiling SwiftProtobuf resource_bundle_accessor.swift
[274/304] Emitting module NIOCore
[284/357] Compiling SwiftProtobuf TextFormatDecoder.swift
[285/357] Compiling SwiftProtobuf TextFormatDecodingError.swift
[286/357] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[287/357] Compiling SwiftProtobuf TextFormatEncoder.swift
[288/357] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[289/357] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[290/357] Compiling SwiftProtobuf TextFormatScanner.swift
[291/357] Compiling SwiftProtobuf TimeUtils.swift
[292/357] Compiling SwiftProtobuf UnknownStorage.swift
[293/357] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[294/357] Compiling SwiftProtobuf Varint.swift
[295/357] Compiling SwiftProtobuf Version.swift
[296/357] Compiling SwiftProtobuf Visitor.swift
[297/357] Compiling SwiftProtobuf WireFormat.swift
[298/357] Compiling SwiftProtobuf ZigZag.swift
[299/357] Compiling SwiftProtobuf any.pb.swift
[300/357] Compiling SwiftProtobuf api.pb.swift
[301/357] Compiling SwiftProtobuf descriptor.pb.swift
[302/357] Emitting module NIOEmbedded
[303/357] Compiling NIOEmbedded AsyncTestingChannel.swift
[304/357] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[305/357] Compiling NIOEmbedded Embedded.swift
[306/357] Compiling NIOPosix PooledRecvBufferAllocator.swift
[307/357] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[308/357] Compiling NIOPosix PosixSingletons.swift
[309/357] Compiling NIOPosix RawSocketBootstrap.swift
[310/357] Compiling NIOPosix Resolver.swift
[311/362] Compiling NIOPosix SocketProtocols.swift
[312/362] Compiling NIOPosix System.swift
[313/362] Compiling NIOPosix Thread.swift
[314/362] Compiling NIOPosix ThreadPosix.swift
[315/362] Compiling NIOPosix ThreadWindows.swift
[316/362] Compiling NIOPosix Selectable.swift
[317/362] Compiling NIOPosix SelectableChannel.swift
[318/362] Compiling NIOPosix SelectableEventLoop.swift
[319/362] Compiling NIOPosix SelectorEpoll.swift
[320/362] Compiling NIOPosix SelectorGeneric.swift
[321/362] Compiling NIOPosix UnsafeTransfer.swift
[322/362] Compiling NIOPosix Utilities.swift
[323/362] Compiling NIOPosix VsockAddress.swift
[324/362] Compiling NIOPosix VsockChannelEvents.swift
[325/362] Compiling NIOPosix resource_bundle_accessor.swift
[326/362] Emitting module NIOPosix
[327/362] Compiling NIOPosix BSDSocketAPICommon.swift
[328/362] Compiling NIOPosix BSDSocketAPIPosix.swift
[329/362] Compiling NIOPosix BSDSocketAPIWindows.swift
[330/362] Compiling NIOPosix BaseSocket.swift
[331/362] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[332/362] Compiling NIOPosix BaseSocketChannel.swift
[333/362] Compiling NIOPosix SelectorKqueue.swift
[334/362] Compiling NIOPosix SelectorUring.swift
[335/362] Compiling NIOPosix ServerSocket.swift
[336/362] Compiling NIOPosix Socket.swift
[337/362] Compiling NIOPosix SocketChannel.swift
[338/362] Compiling NIOPosix LinuxCPUSet.swift
[339/362] Compiling NIOPosix LinuxUring.swift
[340/362] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[341/362] Compiling NIOPosix NIOThreadPool.swift
[342/362] Compiling NIOPosix NonBlockingFileIO.swift
[343/362] Compiling NIOPosix GetaddrinfoResolver.swift
[344/362] Compiling NIOPosix HappyEyeballs.swift
[345/362] Compiling NIOPosix IO.swift
[346/362] Compiling NIOPosix IntegerBitPacking.swift
[347/362] Compiling NIOPosix IntegerTypes.swift
[348/362] Compiling NIOPosix Linux.swift
[349/362] Compiling NIOPosix PendingDatagramWritesManager.swift
[350/362] Compiling NIOPosix PendingWritesManager.swift
[351/362] Compiling NIOPosix PipeChannel.swift
[352/362] Compiling NIOPosix PipePair.swift
[353/362] Compiling NIOPosix Pool.swift
[354/362] Compiling NIOPosix BaseStreamSocketChannel.swift
[355/362] Compiling NIOPosix Bootstrap.swift
[356/362] Compiling NIOPosix ControlMessage.swift
[357/362] Compiling NIOPosix DatagramVectorReadManager.swift
[358/362] Compiling NIOPosix Errors+Any.swift
[359/362] Compiling NIOPosix FileDescriptor.swift
[360/364] Emitting module NIO
[361/364] Compiling NIO Exports.swift
[362/369] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[363/369] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[364/369] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[365/369] Emitting module NIOFoundationCompat
[366/369] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[367/383] Compiling DartSass ProtobufConversion.swift
[368/383] Compiling DartSass Concurrency+Extras.swift
[369/383] Compiling DartSass DartSassEmbedded.swift
[370/384] Compiling DartSass Versions.swift
[371/384] Compiling DartSass Deprecation.swift
[372/384] Compiling DartSass Errors.swift
[373/384] Compiling DartSass Importers.swift
[374/384] Compiling DartSass Exec.swift
[375/384] Compiling DartSass ProtobufValueConversion.swift
[376/384] Compiling DartSass CompilerRequests.swift
[377/384] Compiling DartSass CompilerWork.swift
[378/384] Emitting module DartSass
[379/384] Compiling DartSass BinaryProtocol.swift
[380/384] Compiling DartSass Compiler.swift
[381/384] Compiling DartSass embedded_sass.pb.swift
[382/386] Emitting module SassCli
[383/386] Compiling SassCli ssassc.swift
[383/386] Write Objects.LinkFileList
[384/386] Linking ssassc
[385/386] Applying ssassc
Build complete! (26.86s)
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
[36/721] Fetching semver.swift, sourcemapper
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.65s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
[179/540] Fetching sourcemapper
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.93s)
Fetched https://github.com/apple/swift-protobuf.git from cache (0.93s)
Fetched https://github.com/apple/swift-log.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio.git from cache (0.94s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (2.00s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.68s)
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.70s)
Fetched https://github.com/apple/swift-collections.git from cache (0.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.23s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
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/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/johnfairh/SourceMapper.git
Working copy of https://github.com/johnfairh/SourceMapper.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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
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.