The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-sass, reference 3.2.0 (176397), with Swift 6.1 for Android on 6 Nov 2025 17:49:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/swift-sass.git
Reference: 3.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/johnfairh/swift-sass
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at 1763975 Version 3.2.0
Submodule path 'sass': checked out '600e82bdb504e8996fa181fe6f0e8705d677098f'
Submodule 'sass' (https://github.com/sass/sass.git) registered for path 'sass'
Cloning into '/host/spi-builder-workspace/sass'...
Cloned https://github.com/johnfairh/swift-sass.git
Revision (git rev-parse @):
1763975168b315947dd91b386be844361ab0034f
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnfairh/swift-sass.git
https://github.com/johnfairh/swift-sass.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "semver.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/Semver.swift.git"
    },
    {
      "identity" : "sourcemapper",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnfairh/SourceMapper.git"
    }
  ],
  "manifest_display_name" : "swift-sass",
  "name" : "swift-sass",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DartSass",
      "targets" : [
        "DartSass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ssassc",
      "targets" : [
        "SassCli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SassTests",
      "module_type" : "SwiftTarget",
      "name" : "SassTests",
      "path" : "Tests/SassTests",
      "sources" : [
        "TestCalculation.swift",
        "TestColor.swift",
        "TestCompilerResults.swift",
        "TestConstants.swift",
        "TestFunction.swift",
        "TestList.swift",
        "TestMap.swift",
        "TestNumber.swift",
        "TestString.swift"
      ],
      "target_dependencies" : [
        "Sass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SassCli",
      "module_type" : "SwiftTarget",
      "name" : "SassCli",
      "path" : "Sources/SassCli",
      "product_memberships" : [
        "ssassc"
      ],
      "sources" : [
        "ssassc.swift"
      ],
      "target_dependencies" : [
        "DartSass"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Sass",
      "module_type" : "SwiftTarget",
      "name" : "Sass",
      "path" : "Sources/Sass",
      "product_dependencies" : [
        "SourceMapper"
      ],
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "sources" : [
        "ArgumentList.swift",
        "Calculation.swift",
        "Color.swift",
        "CompilerFunction.swift",
        "CompilerResults.swift",
        "CompilerTypes.swift",
        "Constants.swift",
        "DynamicFunction.swift",
        "FunctionTypes.swift",
        "List.swift",
        "Map.swift",
        "Mixin.swift",
        "Number.swift",
        "String.swift",
        "Units.swift",
        "Value.swift",
        "ValueConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSassTests",
      "module_type" : "SwiftTarget",
      "name" : "DartSassTests",
      "path" : "Tests/DartSassTests",
      "sources" : [
        "TestCompilerErrors.swift",
        "TestFunctions.swift",
        "TestImporters.swift",
        "TestInterface.swift",
        "TestProtocolErrors.swift",
        "TestResetShutdown.swift",
        "TestUtils.swift",
        "TestVersions.swift"
      ],
      "target_dependencies" : [
        "DartSass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DartSassEmbeddedMacOS",
      "module_type" : "SwiftTarget",
      "name" : "DartSassEmbeddedMacOS",
      "path" : "Sources/DartSassEmbeddedMacOS",
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/DartSassEmbeddedMacOS/x64",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DartSassEmbeddedMacOS.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSassEmbeddedLinux",
      "module_type" : "SwiftTarget",
      "name" : "DartSassEmbeddedLinux",
      "path" : "Sources/DartSassEmbeddedLinux",
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/DartSassEmbeddedLinux/x64",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DartSassEmbeddedLinux.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DartSass",
      "module_type" : "SwiftTarget",
      "name" : "DartSass",
      "path" : "Sources/DartSass",
      "product_dependencies" : [
        "SwiftProtobuf",
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat",
        "Atomics",
        "Logging",
        "Semver"
      ],
      "product_memberships" : [
        "DartSass",
        "ssassc"
      ],
      "sources" : [
        "BinaryProtocol.swift",
        "Compiler.swift",
        "CompilerRequests.swift",
        "CompilerWork.swift",
        "Concurrency+Extras.swift",
        "DartSassEmbedded.swift",
        "Deprecation.swift",
        "Errors.swift",
        "Exec.swift",
        "Importers.swift",
        "ProtobufConversion.swift",
        "ProtobufValueConversion.swift",
        "Versions.swift",
        "embedded_sass.pb.swift"
      ],
      "target_dependencies" : [
        "Sass",
        "DartSassEmbeddedMacOS",
        "DartSassEmbeddedLinux"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-log.git
[1/181] Fetching semver.swift
[182/4590] Fetching semver.swift, swift-log
[315/5141] Fetching semver.swift, swift-log, sourcemapper
[679/6961] Fetching semver.swift, swift-log, sourcemapper, swift-atomics
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.72s)
[1/80027] Fetching swift-nio
[43216/121189] Fetching swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-log.git from cache (13.80s)
Fetched https://github.com/apple/swift-atomics.git from cache (13.81s)
Fetched https://github.com/johnfairh/SourceMapper.git from cache (13.82s)
Fetched https://github.com/apple/swift-nio.git from cache (14.01s)
Fetched https://github.com/apple/swift-protobuf.git from cache (15.12s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (17.69s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (1.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.08s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5167] Fetching swift-system
[5168/23453] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[2378/18286] Fetching swift-collections
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.3 (2.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.77s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.88s)
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.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/51] Write sources
[7/51] Copying PrivacyInfo.xcprivacy
[7/51] Write sources
[20/51] Compiling CNIOWASI CNIOWASI.c
[21/51] Compiling CNIOWindows WSAStartup.c
[22/51] Compiling CNIOWindows shim.c
[23/51] Compiling _AtomicsShims.c
[24/51] Compiling CNIOPosix event_loop_id.c
[25/51] Compiling CNIOLinux liburing_shims.c
[26/51] Compiling CNIODarwin shim.c
[27/51] Compiling CNIOLinux shim.c
[28/51] Write swift-version-24593BA9C3E375BF.txt
[30/169] Emitting module InternalCollectionsUtilities
[31/171] Compiling _NIODataStructures _TinyArray.swift
[32/171] Compiling SwiftProtobuf BytecodeReader.swift
[33/171] Compiling SwiftProtobuf CustomJSONCodable.swift
[34/171] Emitting module _NIOBase64
[35/171] Compiling _NIOBase64 Base64.swift
[37/172] Compiling _NIODataStructures PriorityQueue.swift
[38/172] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[39/172] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[40/172] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[41/172] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[42/172] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[43/172] Compiling SwiftProtobuf HashVisitor.swift
[44/172] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[45/172] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[46/172] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[47/172] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[48/172] Compiling SwiftProtobuf Internal.swift
[49/172] Compiling SwiftProtobuf BytecodeInterpreter.swift
[50/172] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[51/172] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[52/172] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[53/173] Compiling _NIODataStructures Heap.swift
[54/173] Emitting module _NIODataStructures
[57/212] Compiling DequeModule Deque.swift
[58/212] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/214] Compiling DequeModule _DequeBuffer.swift
[60/214] Compiling DequeModule _DequeBufferHeader.swift
[61/216] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[62/216] Compiling DequeModule Deque+Testing.swift
[63/216] Compiling DequeModule Deque+CustomReflectable.swift
[64/216] Compiling DequeModule Deque+Descriptions.swift
[65/216] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/216] Compiling Atomics DoubleWord.swift
[67/216] Compiling DequeModule Deque+Codable.swift
[68/216] Compiling DequeModule Deque+Collection.swift
[69/216] Compiling SourceMapper VLQ.swift
[69/216] Compiling c-nioatomics.c
[71/216] Compiling DequeModule _DequeSlot.swift
[73/216] Compiling Atomics IntegerOperations.swift
[74/216] Compiling Atomics Unmanaged extensions.swift
[74/216] Wrapping AST for _NIODataStructures for debugging
[78/216] Compiling DequeModule Deque._UnsafeHandle.swift
[78/216] Wrapping AST for _NIOBase64 for debugging
[80/216] Compiling DequeModule Deque+Equatable.swift
[83/216] Compiling DequeModule Deque._Storage.swift
[86/216] Compiling DequeModule Deque+Extras.swift
[87/216] Compiling DequeModule Deque+Hashable.swift
[87/216] Wrapping AST for InternalCollectionsUtilities for debugging
[89/216] Emitting module DequeModule
[90/217] Compiling Logging Locks.swift
[91/217] Compiling Logging MetadataProvider.swift
[93/217] Compiling Logging LogHandler.swift
[94/217] Emitting module Logging
[95/217] Compiling Logging Logging.swift
[96/218] Wrapping AST for DequeModule for debugging
[97/218] Wrapping AST for Logging for debugging
[99/218] Compiling SourceMapper UnpackedSourceMap.swift
[100/218] Compiling SourceMapper SourceMap.swift
[101/218] Compiling SourceMapper Mappings.swift
[102/218] Compiling SourceMapper Errors.swift
[103/218] Compiling SourceMapper JSON.swift
[104/218] Emitting module SourceMapper
[105/219] Compiling Semver Semver+Expressible.swift
[106/219] Compiling Semver Semver+Parser.swift
[107/219] Compiling Semver Semver.swift
[108/219] Emitting module Semver
[110/220] Compiling c-atomics.c
[111/220] Wrapping AST for SourceMapper for debugging
[112/230] Wrapping AST for Semver for debugging
[114/236] Emitting module Atomics
[115/242] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[116/242] Compiling NIOConcurrencyHelpers lock.swift
[117/242] Compiling Sass CompilerResults.swift
[118/242] Compiling Sass ArgumentList.swift
[119/242] Compiling Sass CompilerTypes.swift
[120/242] Compiling Sass Constants.swift
[121/242] Compiling Sass CompilerFunction.swift
[122/242] Compiling Sass DynamicFunction.swift
[123/242] Compiling Sass FunctionTypes.swift
[124/242] Compiling Sass List.swift
[125/243] Emitting module SwiftProtobuf
[127/254] Compiling NIOConcurrencyHelpers NIOLock.swift
[128/254] Compiling NIOConcurrencyHelpers atomics.swift
[129/254] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[130/254] Emitting module NIOConcurrencyHelpers
[130/255] Wrapping AST for Atomics for debugging
[132/255] Wrapping AST for NIOConcurrencyHelpers for debugging
[134/318] Compiling NIOCore NIOAny.swift
[135/318] Compiling NIOCore NIOCloseOnErrorHandler.swift
[136/318] Compiling SwiftProtobuf ProtobufMap.swift
[137/318] Compiling SwiftProtobuf SelectiveVisitor.swift
[138/318] Compiling SwiftProtobuf SimpleExtensionMap.swift
[139/318] Compiling SwiftProtobuf StringUtils.swift
[140/318] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[141/318] Compiling SwiftProtobuf SwiftProtobufError.swift
[142/318] Compiling SwiftProtobuf TextFormatDecoder.swift
[143/318] Compiling SwiftProtobuf TextFormatDecodingError.swift
[144/318] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[145/318] Compiling SwiftProtobuf TextFormatEncoder.swift
[146/318] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[147/318] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[148/318] Compiling SwiftProtobuf TextFormatScanner.swift
[149/318] Compiling SwiftProtobuf TimeUtils.swift
[150/318] Compiling SwiftProtobuf UnknownStorage.swift
[151/318] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[152/318] Compiling SwiftProtobuf Varint.swift
[153/318] Compiling SwiftProtobuf Version.swift
[154/318] Compiling SwiftProtobuf Visitor.swift
[155/318] Compiling SwiftProtobuf WireFormat.swift
[156/318] Compiling SwiftProtobuf ZigZag.swift
[157/318] Compiling SwiftProtobuf any.pb.swift
[158/318] Compiling NIOCore ChannelInvoker.swift
[159/318] Compiling NIOCore ChannelOption.swift
[160/318] Compiling NIOCore ChannelPipeline.swift
[161/318] Compiling NIOCore EventLoopFuture+Deprecated.swift
[162/318] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[163/318] Compiling NIOCore EventLoopFuture.swift
[164/318] Compiling NIOCore FileDescriptor.swift
[165/318] Compiling NIOCore FileHandle.swift
[166/318] Compiling NIOCore FileRegion.swift
[167/318] Compiling NIOCore GlobalSingletons.swift
[168/318] Compiling NIOCore IO.swift
[169/318] Compiling NIOCore IOData.swift
[170/318] Compiling NIOCore AddressedEnvelope.swift
[171/318] Compiling NIOCore AsyncAwaitSupport.swift
[172/318] Compiling NIOCore AsyncChannel.swift
[173/318] Compiling NIOCore AsyncChannelHandler.swift
[174/318] Compiling NIOCore AsyncChannelInboundStream.swift
[175/318] Compiling NIOCore AsyncChannelOutboundWriter.swift
[176/318] Compiling NIOCore NIOAsyncSequenceProducer.swift
[177/318] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[178/318] Compiling NIOCore NIOAsyncWriter.swift
[179/318] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[180/318] Compiling NIOCore BSDSocketAPI.swift
[181/318] Compiling NIOCore ByteBuffer-aux.swift
[182/318] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[183/318] Compiling NIOCore NIOScheduledCallback.swift
[184/318] Compiling NIOCore NIOSendable.swift
[185/318] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[186/318] Compiling NIOCore RecvByteBufferAllocator.swift
[187/318] Compiling NIOCore IPProtocol.swift
[188/318] Compiling NIOCore IntegerBitPacking.swift
[189/318] Compiling NIOCore IntegerTypes.swift
[190/318] Compiling NIOCore Interfaces.swift
[191/318] Compiling NIOCore Linux.swift
[192/318] Compiling NIOCore MarkedCircularBuffer.swift
[193/318] Compiling NIOCore MulticastChannel.swift
[194/318] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[195/318] Compiling NIOCore ByteBuffer-conversions.swift
[196/318] Compiling NIOCore ByteBuffer-core.swift
[197/318] Compiling NIOCore ByteBuffer-hex.swift
[198/318] Compiling NIOCore ByteBuffer-int.swift
[199/318] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[200/318] Compiling NIOCore ByteBuffer-multi-int.swift
[201/318] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[202/318] Compiling NIOCore ByteBuffer-views.swift
[203/318] Compiling NIOCore Channel.swift
[204/318] Compiling NIOCore ChannelHandler.swift
[205/318] Compiling NIOCore ChannelHandlers.swift
[206/318] Compiling NIOCore CircularBuffer.swift
[207/318] Compiling NIOCore Codec.swift
[208/318] Compiling NIOCore ConvenienceOptionSupport.swift
[209/318] Compiling NIOCore DeadChannel.swift
[210/318] Compiling NIOCore DispatchQueue+WithFuture.swift
[211/318] Compiling NIOCore EventLoop+Deprecated.swift
[212/318] Compiling NIOCore EventLoop+SerialExecutor.swift
[213/318] Compiling NIOCore EventLoop.swift
[214/318] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[215/318] Compiling NIOCore NIOCoreSendableMetatype.swift
[216/318] Compiling NIOCore NIODecodedAsyncSequence.swift
[217/318] Compiling NIOCore NIOLoopBound.swift
[228/328] Emitting module Sass
[239/328] Compiling Sass Value.swift
[240/328] Compiling Sass ValueConvertible.swift
[268/328] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[269/328] Compiling NIOCore SocketAddresses.swift
[270/328] Compiling NIOCore SocketOptionProvider.swift
[271/328] Compiling NIOCore SystemCallHelpers.swift
[272/328] Compiling NIOCore TimeAmount+Duration.swift
[273/328] Compiling NIOCore TypeAssistedChannelHandler.swift
[274/328] Compiling NIOCore UniversalBootstrapSupport.swift
[275/328] Compiling NIOCore Utilities.swift
[297/329] Wrapping AST for Sass for debugging
[299/329] Emitting module NIOCore
[309/330] Wrapping AST for NIOCore for debugging
[311/384] Emitting module NIOEmbedded
[312/384] Compiling NIOEmbedded AsyncTestingChannel.swift
[313/384] Compiling NIOEmbedded Embedded.swift
[314/384] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[315/385] Wrapping AST for NIOEmbedded for debugging
[317/385] Compiling NIOPosix IO.swift
[318/385] Compiling NIOPosix IntegerBitPacking.swift
[319/385] Compiling NIOPosix IntegerTypes.swift
[320/385] Compiling NIOPosix Linux.swift
[321/385] Compiling NIOPosix LinuxCPUSet.swift
[322/385] Compiling NIOPosix LinuxUring.swift
[323/385] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[324/391] Emitting module NIOPosix
[325/391] Compiling NIOPosix Pool.swift
[326/391] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[327/391] Compiling NIOPosix PosixSingletons.swift
[328/391] Compiling NIOPosix RawSocketBootstrap.swift
[329/391] Compiling NIOPosix Resolver.swift
[330/391] Compiling NIOPosix Selectable.swift
[331/391] Compiling NIOPosix SelectableChannel.swift
[332/391] Compiling NIOPosix SelectableEventLoop.swift
[333/391] Compiling NIOPosix SelectorEpoll.swift
[334/391] Compiling NIOPosix SelectorGeneric.swift
[335/391] Compiling NIOPosix SelectorKqueue.swift
[336/391] Compiling NIOPosix SelectorUring.swift
[337/391] Compiling NIOPosix SelectorWSAPoll.swift
[338/391] Compiling NIOPosix ServerSocket.swift
[339/391] Compiling NIOPosix Socket.swift
[340/391] Compiling NIOPosix SocketChannel.swift
[341/391] Compiling NIOPosix SocketProtocols.swift
[342/391] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[343/391] Compiling NIOPosix System.swift
[344/391] Compiling NIOPosix Thread.swift
[345/391] Compiling NIOPosix ThreadPosix.swift
[346/391] Compiling SwiftProtobuf api.pb.swift
[347/391] Compiling SwiftProtobuf descriptor.pb.swift
[348/391] Compiling SwiftProtobuf duration.pb.swift
[349/391] Compiling SwiftProtobuf empty.pb.swift
[350/391] Compiling SwiftProtobuf field_mask.pb.swift
[351/391] Compiling SwiftProtobuf source_context.pb.swift
[352/391] Compiling SwiftProtobuf struct.pb.swift
[353/391] Compiling SwiftProtobuf timestamp.pb.swift
[354/391] Compiling SwiftProtobuf type.pb.swift
[355/391] Compiling SwiftProtobuf wrappers.pb.swift
[356/391] Compiling SwiftProtobuf resource_bundle_accessor.swift
[357/392] Compiling NIOPosix ThreadWindows.swift
[358/392] Compiling NIOPosix UnsafeTransfer.swift
[359/392] Compiling NIOPosix Utilities.swift
[360/392] Compiling NIOPosix VsockAddress.swift
[361/392] Compiling NIOPosix VsockChannelEvents.swift
[362/392] Compiling NIOPosix Windows.swift
[364/392] Compiling NIOPosix Bootstrap.swift
[365/392] Compiling NIOPosix ControlMessage.swift
[366/392] Compiling NIOPosix DatagramVectorReadManager.swift
[367/392] Compiling NIOPosix Errors+Any.swift
[368/392] Compiling NIOPosix FileDescriptor.swift
[369/392] Compiling NIOPosix GetaddrinfoResolver.swift
[370/392] Compiling NIOPosix HappyEyeballs.swift
[371/392] Compiling NIOPosix BSDSocketAPICommon.swift
[372/392] Compiling NIOPosix BSDSocketAPIPosix.swift
[373/392] Compiling NIOPosix BSDSocketAPIWindows.swift
[374/392] Compiling NIOPosix BaseSocket.swift
[375/392] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[376/392] Compiling NIOPosix BaseSocketChannel.swift
[377/392] Compiling NIOPosix BaseStreamSocketChannel.swift
[378/392] Compiling NIOPosix NIOPosixSendableMetatype.swift
[379/392] Compiling NIOPosix NIOThreadPool.swift
[380/392] Compiling NIOPosix NonBlockingFileIO.swift
[381/392] Compiling NIOPosix PendingDatagramWritesManager.swift
[382/392] Compiling NIOPosix PendingWritesManager.swift
[383/392] Compiling NIOPosix PipeChannel.swift
[384/392] Compiling NIOPosix PipePair.swift
[384/392] Wrapping AST for SwiftProtobuf for debugging
[386/393] Wrapping AST for NIOPosix for debugging
[388/395] Compiling NIO Exports.swift
[389/395] Emitting module NIO
[390/396] Wrapping AST for NIO for debugging
[392/401] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[393/401] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[394/401] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[395/401] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[396/401] Emitting module NIOFoundationCompat
[397/402] Wrapping AST for NIOFoundationCompat for debugging
[399/416] Compiling DartSass Versions.swift
[400/417] Compiling DartSass Exec.swift
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:22:26: error: cannot find 'SOCK_STREAM' in scope
20 |         let sockStream = CInt(SOCK_STREAM.rawValue)
21 |         #else
22 |         let sockStream = SOCK_STREAM
   |                          `- error: cannot find 'SOCK_STREAM' in scope
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:18: error: cannot find 'socketpair' in scope
22 |         let sockStream = SOCK_STREAM
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
   |                  `- error: cannot find 'socketpair' in scope
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 |         reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:29: error: cannot find 'PF_LOCAL' in scope
22 |         let sockStream = SOCK_STREAM
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
   |                             `- error: cannot find 'PF_LOCAL' in scope
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 |         reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:25:61: error: cannot find 'errno' in scope
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
   |                                                             `- error: cannot find 'errno' in scope
26 |         reader = fds[0]
27 |         writer = fds[1]
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:68:9: error: cannot find 'close' in scope
66 |
67 |         // Close our copy of the FDs that the child is using.
68 |         close(stdoutPipe.writer)
   |         `- error: cannot find 'close' in scope
69 |         close(stdinPipe.reader)
70 |         return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:69:9: error: cannot find 'close' in scope
67 |         // Close our copy of the FDs that the child is using.
68 |         close(stdoutPipe.writer)
69 |         close(stdinPipe.reader)
   |         `- error: cannot find 'close' in scope
70 |         return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
71 |     }
[401/417] Compiling DartSass Importers.swift
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:22:26: error: cannot find 'SOCK_STREAM' in scope
20 |         let sockStream = CInt(SOCK_STREAM.rawValue)
21 |         #else
22 |         let sockStream = SOCK_STREAM
   |                          `- error: cannot find 'SOCK_STREAM' in scope
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:18: error: cannot find 'socketpair' in scope
22 |         let sockStream = SOCK_STREAM
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
   |                  `- error: cannot find 'socketpair' in scope
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 |         reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:29: error: cannot find 'PF_LOCAL' in scope
22 |         let sockStream = SOCK_STREAM
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
   |                             `- error: cannot find 'PF_LOCAL' in scope
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 |         reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:25:61: error: cannot find 'errno' in scope
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
   |                                                             `- error: cannot find 'errno' in scope
26 |         reader = fds[0]
27 |         writer = fds[1]
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:68:9: error: cannot find 'close' in scope
66 |
67 |         // Close our copy of the FDs that the child is using.
68 |         close(stdoutPipe.writer)
   |         `- error: cannot find 'close' in scope
69 |         close(stdinPipe.reader)
70 |         return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:69:9: error: cannot find 'close' in scope
67 |         // Close our copy of the FDs that the child is using.
68 |         close(stdoutPipe.writer)
69 |         close(stdinPipe.reader)
   |         `- error: cannot find 'close' in scope
70 |         return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
71 |     }
[402/417] Compiling DartSass Concurrency+Extras.swift
[403/417] Compiling DartSass DartSassEmbedded.swift
[404/417] Compiling DartSass Deprecation.swift
[405/417] Compiling DartSass Errors.swift
[406/417] Compiling DartSass ProtobufConversion.swift
[407/417] Compiling DartSass ProtobufValueConversion.swift
[408/417] Emitting module DartSass
[409/417] Compiling DartSass BinaryProtocol.swift
[410/417] Compiling DartSass Compiler.swift
[411/417] Compiling DartSass CompilerRequests.swift
[412/417] Compiling DartSass CompilerWork.swift
[413/417] Compiling DartSass embedded_sass.pb.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/22] Write swift-version-24593BA9C3E375BF.txt
[3/84] Compiling Atomics Primitives.native.swift
[4/84] Compiling Atomics AtomicInteger.swift
[5/86] Compiling Logging MetadataProvider.swift
[6/86] Compiling Logging LogHandler.swift
[7/86] Emitting module Semver
[8/86] Compiling Atomics ManagedAtomic.swift
[9/86] Compiling Atomics ManagedAtomicLazyReference.swift
[10/86] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[11/86] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[12/88] Compiling SourceMapper Errors.swift
[13/88] Emitting module SourceMapper
[14/88] Compiling Atomics AtomicStorage.swift
[15/88] Compiling Atomics AtomicValue.swift
[16/88] Compiling Atomics AtomicMemoryOrderings.swift
[17/88] Compiling Atomics DoubleWord.swift
[18/88] Compiling _NIODataStructures PriorityQueue.swift
[19/88] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/88] Compiling Atomics AtomicOptionalWrappable.swift
[23/88] Compiling Atomics AtomicReference.swift
[28/88] Compiling Logging Locks.swift
[29/88] Emitting module Logging
[30/88] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/88] Compiling NIOConcurrencyHelpers atomics.swift
[32/88] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/88] Compiling NIOConcurrencyHelpers lock.swift
[34/88] Compiling _NIODataStructures Heap.swift
[35/88] Emitting module _NIODataStructures
[36/88] Compiling Atomics IntegerOperations.swift
[37/88] Compiling Atomics Unmanaged extensions.swift
[38/88] Compiling SourceMapper JSON.swift
[39/88] Compiling _NIODataStructures _TinyArray.swift
[40/88] Emitting module _NIOBase64
[41/88] Compiling _NIOBase64 Base64.swift
[42/90] Emitting module NIOConcurrencyHelpers
[43/91] Compiling Semver Semver+Expressible.swift
[44/91] Compiling Semver Semver.swift
[45/91] Compiling Semver Semver+Parser.swift
[53/92] Emitting module InternalCollectionsUtilities
[54/92] Compiling SourceMapper SourceMap.swift
[55/92] Compiling SourceMapper Mappings.swift
[56/92] Compiling SourceMapper UnpackedSourceMap.swift
[57/92] Compiling SourceMapper VLQ.swift
[59/93] Compiling Atomics IntegerConformances.swift
[60/93] Compiling Atomics PointerConformances.swift
[61/93] Compiling Atomics OptionalRawRepresentable.swift
[62/93] Compiling Atomics RawRepresentable.swift
[63/93] Compiling Atomics AtomicBool.swift
[67/94] Compiling Logging Logging.swift
[69/95] Emitting module Atomics
[77/204] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[78/204] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[79/206] Compiling SwiftProtobuf AsyncMessageSequence.swift
[80/206] Compiling SwiftProtobuf BinaryDecoder.swift
[81/206] Compiling SwiftProtobuf BinaryDecodingError.swift
[82/206] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[83/206] Compiling SwiftProtobuf BinaryDelimited.swift
[84/206] Compiling SwiftProtobuf BinaryEncoder.swift
[85/206] Compiling SwiftProtobuf AnyMessageStorage.swift
[86/206] Compiling SwiftProtobuf AnyUnpackError.swift
[87/208] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[88/208] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[90/208] Compiling SwiftProtobuf BinaryEncodingError.swift
[94/208] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[100/208] Compiling DequeModule _DequeSlot.swift
[102/208] Compiling Sass Value.swift
[103/208] Emitting module DequeModule
[107/209] Compiling Sass ValueConvertible.swift
[109/271] Emitting module Sass
[110/271] Compiling NIOCore AsyncChannel.swift
[111/271] Compiling NIOCore AsyncChannelHandler.swift
[112/271] Compiling NIOCore AsyncChannelInboundStream.swift
[113/272] Compiling NIOCore NIOCoreSendableMetatype.swift
[114/272] Compiling NIOCore NIODecodedAsyncSequence.swift
[115/272] Compiling NIOCore NIOLoopBound.swift
[116/272] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[117/272] Compiling NIOCore NIOScheduledCallback.swift
[118/272] Compiling NIOCore NIOSendable.swift
[119/272] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[120/272] Compiling NIOCore RecvByteBufferAllocator.swift
[122/279] Compiling NIOCore IPProtocol.swift
[123/279] Compiling NIOCore IntegerBitPacking.swift
[124/279] Compiling NIOCore IntegerTypes.swift
[125/279] Compiling NIOCore Interfaces.swift
[126/279] Compiling NIOCore Linux.swift
[127/279] Compiling NIOCore MarkedCircularBuffer.swift
[128/279] Compiling NIOCore MulticastChannel.swift
[129/279] Compiling NIOCore NIOAny.swift
[130/279] Compiling NIOCore NIOCloseOnErrorHandler.swift
[131/279] Compiling NIOCore AddressedEnvelope.swift
[132/279] Compiling NIOCore AsyncAwaitSupport.swift
[136/279] Compiling NIOCore AsyncChannelOutboundWriter.swift
[137/279] Compiling NIOCore NIOAsyncSequenceProducer.swift
[138/279] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[139/279] Compiling NIOCore NIOAsyncWriter.swift
[145/279] Compiling NIOCore EventLoopFuture+Deprecated.swift
[146/279] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[147/279] Compiling NIOCore EventLoopFuture.swift
[148/279] Compiling NIOCore FileDescriptor.swift
[149/279] Compiling NIOCore FileHandle.swift
[150/279] Compiling NIOCore FileRegion.swift
[151/279] Compiling NIOCore GlobalSingletons.swift
[152/279] Compiling NIOCore IO.swift
[153/279] Compiling NIOCore IOData.swift
[154/279] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/279] Compiling NIOCore SocketAddresses.swift
[156/279] Compiling NIOCore SocketOptionProvider.swift
[157/279] Compiling NIOCore SystemCallHelpers.swift
[158/279] Compiling NIOCore TimeAmount+Duration.swift
[159/279] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/279] Compiling NIOCore UniversalBootstrapSupport.swift
[161/279] Compiling NIOCore Utilities.swift
[162/279] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[163/279] Compiling SwiftProtobuf TextFormatEncoder.swift
[164/290] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[165/290] Compiling NIOCore ByteBuffer-conversions.swift
[166/290] Compiling NIOCore ByteBuffer-core.swift
[167/290] Compiling NIOCore ByteBuffer-hex.swift
[168/290] Compiling NIOCore ByteBuffer-int.swift
[169/290] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[170/290] Compiling NIOCore ByteBuffer-multi-int.swift
[171/290] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[172/290] Compiling NIOCore ByteBuffer-views.swift
[173/290] Compiling NIOCore Channel.swift
[174/290] Compiling NIOCore ChannelHandler.swift
[175/290] Compiling NIOCore ChannelHandlers.swift
[188/290] Compiling NIOCore ChannelInvoker.swift
[189/290] Compiling NIOCore ChannelOption.swift
[190/290] Compiling NIOCore ChannelPipeline.swift
[191/290] Compiling NIOCore CircularBuffer.swift
[192/290] Compiling NIOCore Codec.swift
[193/290] Compiling NIOCore ConvenienceOptionSupport.swift
[194/290] Compiling NIOCore DeadChannel.swift
[195/290] Compiling NIOCore DispatchQueue+WithFuture.swift
[196/290] Compiling NIOCore EventLoop+Deprecated.swift
[197/290] Compiling NIOCore EventLoop+SerialExecutor.swift
[198/290] Compiling NIOCore EventLoop.swift
[199/290] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[226/290] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[227/290] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[228/290] Compiling SwiftProtobuf TextFormatScanner.swift
[229/290] Compiling SwiftProtobuf TimeUtils.swift
[230/290] Compiling SwiftProtobuf UnknownStorage.swift
[231/290] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[232/290] Compiling SwiftProtobuf Varint.swift
[233/290] Compiling SwiftProtobuf Version.swift
[234/290] Compiling SwiftProtobuf Visitor.swift
[235/290] Compiling SwiftProtobuf WireFormat.swift
[236/290] Compiling SwiftProtobuf ZigZag.swift
[237/290] Compiling SwiftProtobuf any.pb.swift
[238/290] Emitting module SwiftProtobuf
[248/290] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[249/290] Compiling NIOCore BSDSocketAPI.swift
[250/290] Compiling NIOCore ByteBuffer-aux.swift
[269/290] Emitting module NIOCore
[271/291] Compiling SwiftProtobuf api.pb.swift
[272/291] Compiling SwiftProtobuf descriptor.pb.swift
[273/291] Compiling SwiftProtobuf duration.pb.swift
[274/291] Compiling SwiftProtobuf empty.pb.swift
[275/291] Compiling SwiftProtobuf field_mask.pb.swift
[276/291] Compiling SwiftProtobuf source_context.pb.swift
[277/291] Compiling SwiftProtobuf struct.pb.swift
[278/291] Compiling SwiftProtobuf timestamp.pb.swift
[279/291] Compiling SwiftProtobuf type.pb.swift
[280/291] Compiling SwiftProtobuf wrappers.pb.swift
[281/291] Compiling SwiftProtobuf resource_bundle_accessor.swift
[282/344] Wrapping AST for SwiftProtobuf for debugging
[284/345] Compiling NIOEmbedded Embedded.swift
[285/345] Emitting module NIOEmbedded
[286/345] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[287/345] Compiling NIOEmbedded AsyncTestingChannel.swift
[289/345] Compiling NIOPosix Socket.swift
[290/345] Compiling NIOPosix SocketChannel.swift
[291/345] Compiling NIOPosix SocketProtocols.swift
[292/345] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[293/345] Compiling NIOPosix System.swift
[294/345] Compiling NIOPosix Thread.swift
[295/345] Compiling NIOPosix ThreadPosix.swift
[296/351] Compiling NIOPosix SelectableEventLoop.swift
[297/351] Compiling NIOPosix SelectorEpoll.swift
[298/351] Compiling NIOPosix SelectorGeneric.swift
[299/351] Compiling NIOPosix SelectorKqueue.swift
[300/351] Compiling NIOPosix SelectorUring.swift
[301/351] Compiling NIOPosix SelectorWSAPoll.swift
[302/351] Compiling NIOPosix ServerSocket.swift
[303/351] Compiling NIOPosix Pool.swift
[304/351] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[305/351] Compiling NIOPosix PosixSingletons.swift
[306/351] Compiling NIOPosix RawSocketBootstrap.swift
[307/351] Compiling NIOPosix Resolver.swift
[308/351] Compiling NIOPosix Selectable.swift
[309/351] Compiling NIOPosix SelectableChannel.swift
[310/351] Emitting module NIOPosix
[311/351] Compiling NIOPosix IO.swift
[312/351] Compiling NIOPosix IntegerBitPacking.swift
[313/351] Compiling NIOPosix IntegerTypes.swift
[314/351] Compiling NIOPosix Linux.swift
[315/351] Compiling NIOPosix LinuxCPUSet.swift
[316/351] Compiling NIOPosix LinuxUring.swift
[317/351] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[318/351] Compiling NIOPosix NIOPosixSendableMetatype.swift
[319/351] Compiling NIOPosix NIOThreadPool.swift
[320/351] Compiling NIOPosix NonBlockingFileIO.swift
[321/351] Compiling NIOPosix PendingDatagramWritesManager.swift
[322/351] Compiling NIOPosix PendingWritesManager.swift
[323/351] Compiling NIOPosix PipeChannel.swift
[324/351] Compiling NIOPosix PipePair.swift
[325/351] Compiling NIOPosix BSDSocketAPICommon.swift
[326/351] Compiling NIOPosix BSDSocketAPIPosix.swift
[327/351] Compiling NIOPosix BSDSocketAPIWindows.swift
[328/351] Compiling NIOPosix BaseSocket.swift
[329/351] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[330/351] Compiling NIOPosix BaseSocketChannel.swift
[331/351] Compiling NIOPosix BaseStreamSocketChannel.swift
[332/351] Compiling NIOPosix Bootstrap.swift
[333/351] Compiling NIOPosix ControlMessage.swift
[334/351] Compiling NIOPosix DatagramVectorReadManager.swift
[335/351] Compiling NIOPosix Errors+Any.swift
[336/351] Compiling NIOPosix FileDescriptor.swift
[337/351] Compiling NIOPosix GetaddrinfoResolver.swift
[338/351] Compiling NIOPosix HappyEyeballs.swift
[339/351] Compiling NIOPosix ThreadWindows.swift
[340/351] Compiling NIOPosix UnsafeTransfer.swift
[341/351] Compiling NIOPosix Utilities.swift
[342/351] Compiling NIOPosix VsockAddress.swift
[343/351] Compiling NIOPosix VsockChannelEvents.swift
[344/351] Compiling NIOPosix Windows.swift
[346/353] Emitting module NIO
[347/353] Compiling NIO Exports.swift
[349/358] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[350/358] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[351/358] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[352/358] Emitting module NIOFoundationCompat
[353/358] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[355/372] Compiling DartSass Versions.swift
[356/373] Compiling DartSass Deprecation.swift
[357/373] Compiling DartSass Errors.swift
[358/373] Compiling DartSass ProtobufConversion.swift
[359/373] Compiling DartSass ProtobufValueConversion.swift
[360/373] Compiling DartSass Exec.swift
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:22:26: error: cannot find 'SOCK_STREAM' in scope
20 |         let sockStream = CInt(SOCK_STREAM.rawValue)
21 |         #else
22 |         let sockStream = SOCK_STREAM
   |                          `- error: cannot find 'SOCK_STREAM' in scope
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:18: error: cannot find 'socketpair' in scope
22 |         let sockStream = SOCK_STREAM
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
   |                  `- error: cannot find 'socketpair' in scope
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 |         reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:29: error: cannot find 'PF_LOCAL' in scope
22 |         let sockStream = SOCK_STREAM
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
   |                             `- error: cannot find 'PF_LOCAL' in scope
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 |         reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:25:61: error: cannot find 'errno' in scope
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
   |                                                             `- error: cannot find 'errno' in scope
26 |         reader = fds[0]
27 |         writer = fds[1]
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:68:9: error: cannot find 'close' in scope
66 |
67 |         // Close our copy of the FDs that the child is using.
68 |         close(stdoutPipe.writer)
   |         `- error: cannot find 'close' in scope
69 |         close(stdinPipe.reader)
70 |         return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:69:9: error: cannot find 'close' in scope
67 |         // Close our copy of the FDs that the child is using.
68 |         close(stdoutPipe.writer)
69 |         close(stdinPipe.reader)
   |         `- error: cannot find 'close' in scope
70 |         return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
71 |     }
[361/373] Compiling DartSass Importers.swift
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:22:26: error: cannot find 'SOCK_STREAM' in scope
20 |         let sockStream = CInt(SOCK_STREAM.rawValue)
21 |         #else
22 |         let sockStream = SOCK_STREAM
   |                          `- error: cannot find 'SOCK_STREAM' in scope
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:18: error: cannot find 'socketpair' in scope
22 |         let sockStream = SOCK_STREAM
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
   |                  `- error: cannot find 'socketpair' in scope
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 |         reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:29: error: cannot find 'PF_LOCAL' in scope
22 |         let sockStream = SOCK_STREAM
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
   |                             `- error: cannot find 'PF_LOCAL' in scope
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 |         reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:25:61: error: cannot find 'errno' in scope
23 |         #endif // such anger
24 |         let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
25 |         precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
   |                                                             `- error: cannot find 'errno' in scope
26 |         reader = fds[0]
27 |         writer = fds[1]
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:68:9: error: cannot find 'close' in scope
66 |
67 |         // Close our copy of the FDs that the child is using.
68 |         close(stdoutPipe.writer)
   |         `- error: cannot find 'close' in scope
69 |         close(stdinPipe.reader)
70 |         return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:69:9: error: cannot find 'close' in scope
67 |         // Close our copy of the FDs that the child is using.
68 |         close(stdoutPipe.writer)
69 |         close(stdinPipe.reader)
   |         `- error: cannot find 'close' in scope
70 |         return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
71 |     }
[362/373] Compiling DartSass CompilerRequests.swift
[363/373] Compiling DartSass CompilerWork.swift
[364/373] Compiling DartSass Concurrency+Extras.swift
[365/373] Compiling DartSass DartSassEmbedded.swift
[366/373] Compiling DartSass BinaryProtocol.swift
[367/373] Compiling DartSass Compiler.swift
[368/373] Emitting module DartSass
[369/373] Compiling DartSass embedded_sass.pb.swift
BUILD FAILURE 6.1 android