The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-sass, reference main (361b70), with Swift 6.1 for macOS (SPM) on 15 Jan 2026 16:11:03 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/swift-sass
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 361b70b Version 3.3.0
Submodule path 'sass': checked out '6772c45222fe460901958a85dedc9548fb16d3bc'
Submodule 'sass' (https://github.com/sass/sass.git) registered for path 'sass'
Cloning into '/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 main
========================================
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
[4/39] Copying PrivacyInfo.xcprivacy
[5/39] Write sources
[5/39] Write ssassc-entitlement.plist
[8/39] Write sources
[15/39] Copying PrivacyInfo.xcprivacy
[16/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 liburing_shims.c
[28/39] Compiling CNIOOpenBSD shim.c
[29/39] Compiling CNIOLinux shim.c
[30/39] Write swift-version-2F0A5646E1D333AE.txt
[31/39] Compiling _AtomicsShims.c
[32/39] Compiling CNIOPosix event_loop_id.c
[33/165] Compiling CNIODarwin shim.c
[35/168] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[36/168] Emitting module _NIOBase64
[37/168] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/168] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/168] Compiling _NIOBase64 Base64.swift
[40/168] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/169] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[42/188] Compiling Atomics AtomicBool.swift
[43/188] Compiling Atomics IntegerConformances.swift
[44/188] Compiling Atomics AtomicValue.swift
[45/188] Compiling Atomics AtomicMemoryOrderings.swift
[46/188] Compiling Atomics AtomicInteger.swift
[47/188] Compiling Atomics AtomicOptionalWrappable.swift
[48/188] Compiling Atomics AtomicReference.swift
[49/188] Compiling Atomics AtomicStorage.swift
[50/188] Compiling Atomics OptionalRawRepresentable.swift
[51/188] Compiling Atomics RawRepresentable.swift
[52/188] Emitting module InternalCollectionsUtilities
[53/188] Compiling Atomics PointerConformances.swift
[54/188] Compiling Atomics Primitives.native.swift
[55/188] Compiling _NIODataStructures PriorityQueue.swift
[56/188] Compiling _NIODataStructures _TinyArray.swift
[57/204] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/204] Compiling Atomics IntegerOperations.swift
[59/204] Compiling Atomics ManagedAtomicLazyReference.swift
[60/204] Compiling Atomics UnsafeAtomic.swift
[61/205] Compiling DequeModule _DequeBufferHeader.swift
[62/205] Compiling DequeModule _DequeSlot.swift
[63/206] Compiling Atomics Unmanaged extensions.swift
[64/206] Compiling _NIODataStructures Heap.swift
[65/206] Emitting module _NIODataStructures
[66/206] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/206] Compiling Logging MetadataProvider.swift
[68/206] Compiling Logging LogHandler.swift
[69/206] Compiling Logging Locks.swift
[70/206] Emitting module Logging
[71/206] Compiling Logging Logging.swift
[72/206] Compiling DequeModule _DequeBuffer.swift
[73/206] Compiling DequeModule Deque._UnsafeHandle.swift
[74/206] Compiling DequeModule Deque.swift
[75/206] Compiling DequeModule Deque+Extras.swift
[76/206] Compiling DequeModule Deque+Hashable.swift
[77/206] Compiling DequeModule Deque+Testing.swift
[78/206] Compiling DequeModule Deque._Storage.swift
[79/206] Compiling DequeModule Deque+Equatable.swift
[80/206] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/206] Compiling DequeModule Deque+Codable.swift
[82/206] Compiling DequeModule Deque+Collection.swift
[83/206] Compiling DequeModule Deque+CustomReflectable.swift
[84/206] Compiling DequeModule Deque+Descriptions.swift
[85/206] Emitting module DequeModule
[87/206] Compiling c-nioatomics.c
[101/206] Emitting module Atomics
[101/206] Compiling c-atomics.c
[103/212] Emitting module NIOConcurrencyHelpers
[104/212] Compiling NIOConcurrencyHelpers NIOLock.swift
[105/212] Compiling NIOConcurrencyHelpers lock.swift
[106/212] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[107/212] Compiling NIOConcurrencyHelpers atomics.swift
[108/212] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/276] Compiling SourceMapper VLQ.swift
[110/276] Compiling Semver Semver.swift
[111/276] Compiling Semver Semver+Parser.swift
[112/276] Emitting module Semver
[113/276] Compiling Semver Semver+Expressible.swift
[114/276] Compiling SourceMapper SourceMap.swift
[115/276] Compiling SourceMapper UnpackedSourceMap.swift
[116/276] Compiling SourceMapper JSON.swift
[117/276] Compiling SourceMapper Errors.swift
[118/276] Compiling SourceMapper Mappings.swift
[119/276] Emitting module SourceMapper
[120/276] Compiling NIOCore IO.swift
[121/276] Compiling NIOCore IOData.swift
[122/276] Compiling NIOCore IPProtocol.swift
[123/276] Compiling NIOCore IntegerBitPacking.swift
[124/276] Compiling NIOCore IntegerTypes.swift
[125/276] Compiling NIOCore Interfaces.swift
[126/276] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[127/276] Compiling NIOCore NIOAsyncWriter.swift
[128/276] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/302] Compiling NIOCore ChannelHandlers.swift
[130/302] Compiling NIOCore ChannelInvoker.swift
[131/302] Compiling NIOCore ChannelOption.swift
[132/302] Compiling NIOCore ChannelPipeline.swift
[133/302] Compiling NIOCore CircularBuffer.swift
[134/302] Compiling NIOCore NIOLoopBound.swift
[135/302] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[136/302] Compiling NIOCore NIOScheduledCallback.swift
[137/302] Compiling NIOCore NIOSendable.swift
[138/302] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[139/302] Compiling NIOCore RecvByteBufferAllocator.swift
[140/302] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[141/302] Compiling NIOCore ByteBuffer-core.swift
[142/302] Compiling NIOCore ByteBuffer-hex.swift
[143/302] Compiling NIOCore ByteBuffer-int.swift
[144/302] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[145/302] Compiling NIOCore ByteBuffer-multi-int.swift
[146/302] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[147/302] Compiling NIOCore ByteBuffer-views.swift
[148/302] Compiling NIOCore GlobalSingletons.swift
[149/302] Compiling Sass FunctionTypes.swift
[150/302] Compiling Sass List.swift
[151/302] Compiling Sass Color.swift
[152/302] Compiling Sass CompilerFunction.swift
[153/302] Compiling Sass Constants.swift
[154/302] Compiling Sass DynamicFunction.swift
[155/302] Compiling Sass ArgumentList.swift
[156/309] Compiling NIOCore FileRegion.swift
[157/309] Compiling NIOCore Linux.swift
[158/309] Compiling NIOCore MarkedCircularBuffer.swift
[159/309] Compiling NIOCore MulticastChannel.swift
[160/309] Compiling NIOCore NIOAny.swift
[161/309] Compiling NIOCore NIOCloseOnErrorHandler.swift
[162/309] Compiling NIOCore NIOCoreSendableMetatype.swift
[163/309] Compiling NIOCore NIODecodedAsyncSequence.swift
[164/309] Compiling NIOCore Channel.swift
[165/309] Compiling NIOCore ChannelHandler.swift
[166/309] Compiling Sass Number.swift
[167/309] Compiling Sass String.swift
[168/309] Compiling Sass Map.swift
[169/309] Compiling Sass Mixin.swift
[170/309] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[171/309] Compiling NIOCore EventLoopFuture+Deprecated.swift
[172/309] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[173/309] Compiling NIOCore EventLoopFuture.swift
[174/309] Compiling NIOCore FileDescriptor.swift
[175/309] Compiling NIOCore FileHandle.swift
[176/309] Compiling Sass Value.swift
[184/310] Compiling Sass Calculation.swift
[185/310] Compiling Sass CompilerResults.swift
[186/310] Compiling Sass CompilerTypes.swift
[187/310] Emitting module SwiftProtobuf
[188/310] Compiling Sass Units.swift
[189/310] Compiling Sass ValueConvertible.swift
[190/310] Compiling DartSassEmbeddedMacOS resource_bundle_accessor.swift
[191/310] Compiling DartSassEmbeddedMacOS DartSassEmbeddedMacOS.swift
[192/310] Emitting module DartSassEmbeddedMacOS
[193/310] Compiling NIOCore BSDSocketAPI.swift
[194/310] Compiling NIOCore ByteBuffer-aux.swift
[195/310] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[196/310] Compiling NIOCore ByteBuffer-conversions.swift
[197/310] Compiling NIOCore SocketAddresses.swift
[198/310] Compiling NIOCore SocketOptionProvider.swift
[199/310] Compiling NIOCore SystemCallHelpers.swift
[200/310] Compiling NIOCore TimeAmount+Duration.swift
[201/310] Compiling NIOCore TypeAssistedChannelHandler.swift
[235/310] Compiling NIOCore UniversalBootstrapSupport.swift
[236/310] Compiling NIOCore Utilities.swift
[247/310] Emitting module Sass
[252/310] Compiling SwiftProtobuf duration.pb.swift
[253/310] Compiling SwiftProtobuf empty.pb.swift
[254/310] Compiling SwiftProtobuf field_mask.pb.swift
[255/310] Compiling SwiftProtobuf source_context.pb.swift
[256/310] Compiling SwiftProtobuf struct.pb.swift
[257/310] Compiling SwiftProtobuf timestamp.pb.swift
[258/310] Compiling SwiftProtobuf type.pb.swift
[259/310] Compiling SwiftProtobuf wrappers.pb.swift
[260/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] Emitting module NIOEmbedded
[310/366] Compiling NIOEmbedded AsyncTestingChannel.swift
[311/366] Compiling NIOEmbedded Embedded.swift
[312/366] Compiling NIOPosix SelectorEpoll.swift
[313/366] Compiling NIOPosix SelectorGeneric.swift
[314/366] Compiling NIOPosix SelectorKqueue.swift
[315/366] Compiling NIOPosix SelectorUring.swift
[316/366] Compiling NIOPosix SelectorWSAPoll.swift
[317/371] Emitting module NIOPosix
[318/371] Compiling NIOPosix System.swift
[319/371] Compiling NIOPosix Thread.swift
[320/371] Compiling NIOPosix ThreadPosix.swift
[321/371] Compiling NIOPosix ThreadWindows.swift
[322/371] Compiling NIOPosix UnsafeTransfer.swift
[323/371] Compiling NIOPosix Utilities.swift
[324/371] Compiling NIOPosix VsockAddress.swift
[325/371] Compiling NIOPosix VsockChannelEvents.swift
[326/371] Compiling NIOPosix Windows.swift
[327/371] Compiling NIOPosix resource_bundle_accessor.swift
[328/371] Compiling NIOPosix LinuxCPUSet.swift
[329/371] Compiling NIOPosix LinuxUring.swift
[330/371] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[331/371] Compiling NIOPosix NIOPosixSendableMetatype.swift
[332/371] Compiling NIOPosix NIOThreadPool.swift
[333/371] Compiling NIOPosix NonBlockingFileIO.swift
[334/371] Compiling NIOPosix GetaddrinfoResolver.swift
[335/371] Compiling NIOPosix HappyEyeballs.swift
[336/371] Compiling NIOPosix IO.swift
[337/371] Compiling NIOPosix IntegerBitPacking.swift
[338/371] Compiling NIOPosix IntegerTypes.swift
[339/371] Compiling NIOPosix Linux.swift
[340/371] Compiling NIOPosix BSDSocketAPICommon.swift
[341/371] Compiling NIOPosix BSDSocketAPIPosix.swift
[342/371] Compiling NIOPosix BSDSocketAPIWindows.swift
[343/371] Compiling NIOPosix BaseSocket.swift
[344/371] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[345/371] Compiling NIOPosix BaseSocketChannel.swift
[346/371] Compiling NIOPosix ServerSocket.swift
[347/371] Compiling NIOPosix Socket.swift
[348/371] Compiling NIOPosix SocketChannel.swift
[349/371] Compiling NIOPosix SocketProtocols.swift
[350/371] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[351/371] Compiling NIOPosix PosixSingletons.swift
[352/371] Compiling NIOPosix RawSocketBootstrap.swift
[353/371] Compiling NIOPosix Resolver.swift
[354/371] Compiling NIOPosix Selectable.swift
[355/371] Compiling NIOPosix SelectableChannel.swift
[356/371] Compiling NIOPosix SelectableEventLoop.swift
[357/371] Compiling NIOPosix PendingDatagramWritesManager.swift
[358/371] Compiling NIOPosix PendingWritesManager.swift
[359/371] Compiling NIOPosix PipeChannel.swift
[360/371] Compiling NIOPosix PipePair.swift
[361/371] Compiling NIOPosix Pool.swift
[362/371] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[363/371] Compiling NIOPosix BaseStreamSocketChannel.swift
[364/371] Compiling NIOPosix Bootstrap.swift
[365/371] Compiling NIOPosix ControlMessage.swift
[366/371] Compiling NIOPosix DatagramVectorReadManager.swift
[367/371] Compiling NIOPosix Errors+Any.swift
[368/371] Compiling NIOPosix FileDescriptor.swift
[369/373] Emitting module NIO
[370/373] Compiling NIO Exports.swift
[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 Exec.swift
[377/393] Compiling DartSass ProtobufConversion.swift
[378/393] Compiling DartSass Importers.swift
[379/393] Compiling DartSass Versions.swift
[380/393] Compiling DartSass ProtobufValueConversion.swift
[381/393] Compiling DartSass Concurrency+Extras.swift
[382/393] Compiling DartSass DartSassEmbedded.swift
[383/393] Compiling DartSass Deprecation.swift
[384/393] Compiling DartSass Errors.swift
[385/393] Compiling DartSass CompilerRequests.swift
[386/393] Compiling DartSass CompilerWork.swift
[387/393] Compiling DartSass BinaryProtocol.swift
[388/393] Compiling DartSass Compiler.swift
[389/393] Emitting module DartSass
[390/393] Compiling DartSass embedded_sass.pb.swift
[391/395] Emitting module SassCli
[392/395] Compiling SassCli ssassc.swift
[392/395] Write Objects.LinkFileList
[393/395] Linking ssassc
[394/395] Applying ssassc
Build complete! (65.47s)
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-atomics.git from cache
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
[182/732] Fetching semver.swift, sourcemapper
Fetched https://github.com/apple/swift-nio.git from cache (2.43s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (2.99s)
Fetched https://github.com/johnfairh/SourceMapper.git from cache (2.99s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.00s)
Fetched https://github.com/apple/swift-log.git from cache (3.02s)
Fetched https://github.com/apple/swift-protobuf.git from cache (3.05s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (6.15s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (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.94s)
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.0 (0.46s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.9.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.