The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-sass, reference main (361b70), with Swift 6.1 for Android on 15 Jan 2026 16:07:38 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: main
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
 * 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 '/host/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:         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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[602/2001] Fetching swift-atomics, semver.swift
[2002/7786] Fetching swift-atomics, semver.swift, swift-log
[7787/8337] Fetching swift-atomics, semver.swift, swift-log, sourcemapper
[8338/89622] Fetching swift-atomics, semver.swift, swift-log, sourcemapper, swift-nio
[44597/131453] Fetching swift-atomics, semver.swift, swift-log, sourcemapper, swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/SourceMapper.git from cache (8.59s)
Fetched https://github.com/apple/swift-nio.git from cache (8.74s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (10.09s)
Fetched https://github.com/apple/swift-atomics.git from cache (10.09s)
Fetched https://github.com/apple/swift-log.git from cache (10.10s)
Fetched https://github.com/apple/swift-protobuf.git from cache (10.20s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (14.07s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.93s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (1.78s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5415] Fetching swift-system
[4767/24038] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
[5960/18623] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.0 (0.95s)
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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/52] Write sources
[4/52] Copying PrivacyInfo.xcprivacy
[4/52] Write sources
[19/52] Compiling CNIOWindows WSAStartup.c
[20/52] Compiling CNIOWASI CNIOWASI.c
[20/52] Compiling CNIOPosix event_loop_id.c
[20/52] Compiling _AtomicsShims.c
[23/52] Compiling CNIODarwin shim.c
[24/52] Write sources
[25/52] Compiling CNIOOpenBSD shim.c
[26/52] Compiling CNIOWindows shim.c
[27/52] Compiling CNIOLinux liburing_shims.c
[28/52] Compiling CNIOLinux shim.c
[29/52] Write swift-version-24593BA9C3E375BF.txt
[31/159] Emitting module _NIOBase64
[32/159] Compiling _NIOBase64 Base64.swift
[33/160] Emitting module _NIODataStructures
[34/160] Compiling _NIODataStructures Heap.swift
[35/160] Compiling Logging LogHandler.swift
[36/160] Compiling c-nioatomics.c
[38/160] Compiling _NIODataStructures PriorityQueue.swift
[39/160] Compiling _NIODataStructures _TinyArray.swift
[40/195] Compiling c-atomics.c
[41/195] Wrapping AST for _NIOBase64 for debugging
[43/195] Compiling Atomics OptionalRawRepresentable.swift
[44/195] Compiling Atomics RawRepresentable.swift
[45/195] Compiling Atomics AtomicStorage.swift
[46/195] Compiling Atomics AtomicValue.swift
[46/203] Wrapping AST for _NIODataStructures for debugging
[48/203] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[49/203] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[50/203] Compiling Atomics ManagedAtomic.swift
[51/203] Compiling Atomics ManagedAtomicLazyReference.swift
[54/205] Compiling Atomics AtomicMemoryOrderings.swift
[55/205] Compiling Atomics DoubleWord.swift
[58/205] Compiling Atomics AtomicBool.swift
[65/205] Emitting module NIOConcurrencyHelpers
[66/205] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[67/205] Compiling NIOConcurrencyHelpers NIOLock.swift
[68/205] Compiling Atomics IntegerOperations.swift
[69/205] Compiling Atomics Unmanaged extensions.swift
[70/205] Emitting module InternalCollectionsUtilities
[71/205] Compiling Atomics AtomicInteger.swift
[72/205] Compiling Atomics AtomicOptionalWrappable.swift
[73/205] Compiling Atomics AtomicReference.swift
[74/205] Compiling NIOConcurrencyHelpers lock.swift
[75/205] Compiling SourceMapper VLQ.swift
[76/205] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/205] Compiling NIOConcurrencyHelpers atomics.swift
[80/206] Compiling Atomics IntegerConformances.swift
[81/206] Compiling Atomics PointerConformances.swift
[82/206] Compiling Atomics Primitives.native.swift
[89/207] Wrapping AST for NIOConcurrencyHelpers for debugging
[90/207] Wrapping AST for InternalCollectionsUtilities for debugging
[92/207] Compiling Logging MetadataProvider.swift
[93/207] Emitting module Logging
[94/207] Compiling Logging Locks.swift
[95/222] Compiling Logging Logging.swift
[96/223] Emitting module SwiftProtobuf
[97/234] Compiling DequeModule Deque+CustomReflectable.swift
[98/234] Compiling DequeModule Deque+Descriptions.swift
[99/236] Compiling DequeModule Deque+Equatable.swift
[100/236] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/236] Compiling DequeModule _DequeBuffer.swift
[103/236] Compiling DequeModule _DequeBufferHeader.swift
[104/236] Emitting module Semver
[104/236] Wrapping AST for Logging for debugging
[106/236] Compiling DequeModule Deque+Codable.swift
[107/236] Compiling DequeModule Deque+Collection.swift
[108/236] Compiling DequeModule _DequeSlot.swift
[109/236] Compiling DequeModule _UnsafeWrappedBuffer.swift
[110/236] Compiling Semver Semver+Expressible.swift
[111/236] Compiling Semver Semver+Parser.swift
[112/236] Compiling Semver Semver.swift
[113/236] Compiling SourceMapper UnpackedSourceMap.swift
[114/236] Compiling SourceMapper Mappings.swift
[115/236] Compiling SourceMapper SourceMap.swift
[116/236] Compiling SourceMapper Errors.swift
[117/236] Compiling SourceMapper JSON.swift
[118/236] Emitting module SourceMapper
[127/238] Compiling DequeModule Deque+Extras.swift
[128/238] Compiling DequeModule Deque+Hashable.swift
[129/238] Compiling DequeModule Deque+Testing.swift
[130/238] Compiling DequeModule Deque._Storage.swift
[131/238] Compiling DequeModule Deque._UnsafeHandle.swift
[132/238] Compiling DequeModule Deque.swift
[132/238] Wrapping AST for SourceMapper for debugging
[133/238] Wrapping AST for Semver for debugging
[135/238] Emitting module Atomics
[136/255] Compiling Sass FunctionTypes.swift
[137/255] Compiling Sass List.swift
[138/255] Compiling Sass Constants.swift
[139/255] Compiling Sass DynamicFunction.swift
[140/255] Compiling Sass Map.swift
[141/255] Compiling Sass Mixin.swift
[143/255] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[144/255] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[145/255] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[146/255] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[147/255] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[148/255] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[149/255] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[150/255] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[151/255] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[152/255] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[153/255] Compiling SwiftProtobuf HashVisitor.swift
[154/255] Compiling SwiftProtobuf Internal.swift
[155/255] Compiling SwiftProtobuf JSONDecoder.swift
[156/255] Compiling SwiftProtobuf JSONDecodingError.swift
[157/255] Compiling SwiftProtobuf JSONDecodingOptions.swift
[158/255] Compiling SwiftProtobuf JSONEncoder.swift
[159/255] Compiling SwiftProtobuf JSONEncodingError.swift
[160/255] Compiling SwiftProtobuf JSONEncodingOptions.swift
[161/255] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[162/255] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[163/255] Compiling SwiftProtobuf JSONScanner.swift
[164/255] Compiling SwiftProtobuf MathUtils.swift
[165/255] Compiling SwiftProtobuf Message+AnyAdditions.swift
[166/255] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[166/255] Wrapping AST for Atomics for debugging
[168/255] Emitting module DequeModule
[170/256] Compiling SwiftProtobuf ProtoNameProviding.swift
[171/256] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[172/256] Compiling SwiftProtobuf ProtobufMap.swift
[173/256] Compiling SwiftProtobuf SelectiveVisitor.swift
[174/256] Compiling SwiftProtobuf SimpleExtensionMap.swift
[175/256] Compiling SwiftProtobuf StringUtils.swift
[176/256] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[177/256] Compiling SwiftProtobuf SwiftProtobufError.swift
[178/256] Compiling SwiftProtobuf TextFormatDecoder.swift
[179/256] Compiling SwiftProtobuf TextFormatDecodingError.swift
[180/256] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[181/256] Compiling SwiftProtobuf TextFormatEncoder.swift
[182/256] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[183/256] Compiling SwiftProtobuf Message+FieldMask.swift
[184/256] Compiling SwiftProtobuf Message+JSONAdditions.swift
[185/256] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[186/256] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[187/256] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[188/256] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[189/256] Compiling SwiftProtobuf Message.swift
[190/256] Compiling SwiftProtobuf MessageExtension.swift
[191/256] Compiling SwiftProtobuf NameMap.swift
[192/256] Compiling SwiftProtobuf PathDecoder.swift
[193/256] Compiling SwiftProtobuf PathVisitor.swift
[194/256] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[195/256] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[196/256] Compiling SwiftProtobuf TextFormatScanner.swift
[197/256] Compiling SwiftProtobuf TimeUtils.swift
[198/256] Compiling SwiftProtobuf UnknownStorage.swift
[199/256] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[200/256] Compiling SwiftProtobuf Varint.swift
[201/256] Compiling SwiftProtobuf Version.swift
[202/256] Compiling SwiftProtobuf Visitor.swift
[203/256] Compiling SwiftProtobuf WireFormat.swift
[204/256] Compiling SwiftProtobuf ZigZag.swift
[205/256] Compiling SwiftProtobuf any.pb.swift
[205/256] Wrapping AST for DequeModule for debugging
[207/319] Compiling NIOCore NIOScheduledCallback.swift
[208/319] Compiling NIOCore NIOSendable.swift
[209/321] Compiling NIOCore AsyncChannelHandler.swift
[210/321] Compiling NIOCore AsyncChannelInboundStream.swift
[211/321] Emitting module Sass
[212/321] Compiling NIOCore NIOLoopBound.swift
[213/321] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[217/321] Compiling Sass Value.swift
[218/321] Compiling Sass ValueConvertible.swift
[219/321] Compiling NIOCore CircularBuffer.swift
[220/321] Compiling NIOCore Codec.swift
[221/321] Compiling NIOCore ConvenienceOptionSupport.swift
[222/321] Compiling NIOCore DeadChannel.swift
[223/321] Compiling NIOCore DispatchQueue+WithFuture.swift
[224/321] Compiling NIOCore EventLoop+Deprecated.swift
[225/321] Compiling NIOCore EventLoop+SerialExecutor.swift
[226/321] Compiling NIOCore AsyncChannelOutboundWriter.swift
[227/321] Compiling NIOCore NIOAsyncSequenceProducer.swift
[230/321] Compiling NIOCore NIOCoreSendableMetatype.swift
[231/321] Compiling NIOCore NIODecodedAsyncSequence.swift
[232/321] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[233/321] Compiling NIOCore NIOAsyncWriter.swift
[234/321] Compiling NIOCore AddressedEnvelope.swift
[235/321] Compiling NIOCore AsyncAwaitSupport.swift
[236/321] Compiling NIOCore AsyncChannel.swift
[237/322] Wrapping AST for Sass for debugging
[248/330] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[249/330] Compiling NIOCore SocketAddresses.swift
[250/330] Compiling NIOCore SocketOptionProvider.swift
[251/330] Compiling NIOCore SystemCallHelpers.swift
[252/330] Compiling NIOCore TimeAmount+Duration.swift
[253/330] Compiling NIOCore TypeAssistedChannelHandler.swift
[254/330] Compiling NIOCore UniversalBootstrapSupport.swift
[255/330] Compiling NIOCore Utilities.swift
[256/330] Compiling SwiftProtobuf api.pb.swift
[257/330] Compiling SwiftProtobuf descriptor.pb.swift
[258/330] Compiling SwiftProtobuf duration.pb.swift
[259/330] Compiling SwiftProtobuf empty.pb.swift
[260/330] Compiling SwiftProtobuf field_mask.pb.swift
[261/330] Compiling SwiftProtobuf source_context.pb.swift
[262/330] Compiling SwiftProtobuf struct.pb.swift
[263/330] Compiling SwiftProtobuf timestamp.pb.swift
[264/330] Compiling SwiftProtobuf type.pb.swift
[265/330] Compiling SwiftProtobuf wrappers.pb.swift
[266/330] Compiling SwiftProtobuf resource_bundle_accessor.swift
[267/331] Wrapping AST for SwiftProtobuf for debugging
[269/331] Emitting module NIOCore
[278/331] Compiling NIOCore ByteBuffer-multi-int.swift
[279/331] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[280/331] Compiling NIOCore ByteBuffer-views.swift
[281/331] Compiling NIOCore Channel.swift
[282/331] Compiling NIOCore ChannelHandler.swift
[283/331] Compiling NIOCore ChannelHandlers.swift
[284/331] Compiling NIOCore ChannelInvoker.swift
[285/331] Compiling NIOCore ChannelOption.swift
[286/331] Compiling NIOCore ChannelPipeline.swift
[294/331] Compiling NIOCore EventLoop.swift
[295/331] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[296/331] Compiling NIOCore EventLoopFuture+Deprecated.swift
[297/331] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[298/331] Compiling NIOCore EventLoopFuture.swift
[299/331] Compiling NIOCore FileDescriptor.swift
[300/331] Compiling NIOCore FileHandle.swift
[301/331] Compiling NIOCore FileRegion.swift
[302/331] Compiling NIOCore GlobalSingletons.swift
[303/331] Compiling NIOCore IO.swift
[304/331] Compiling NIOCore IOData.swift
[305/331] Compiling NIOCore IPProtocol.swift
[306/331] Compiling NIOCore IntegerBitPacking.swift
[307/331] Compiling NIOCore IntegerTypes.swift
[308/331] Compiling NIOCore Interfaces.swift
[309/331] Compiling NIOCore Linux.swift
[310/331] Compiling NIOCore MarkedCircularBuffer.swift
[311/331] Compiling NIOCore MulticastChannel.swift
[312/331] Compiling NIOCore NIOAny.swift
[313/331] Compiling NIOCore NIOCloseOnErrorHandler.swift
[314/331] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[315/331] Compiling NIOCore BSDSocketAPI.swift
[316/331] Compiling NIOCore ByteBuffer-aux.swift
[317/331] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[318/331] Compiling NIOCore ByteBuffer-conversions.swift
[319/331] Compiling NIOCore ByteBuffer-core.swift
[320/331] Compiling NIOCore ByteBuffer-hex.swift
[321/331] Compiling NIOCore ByteBuffer-int.swift
[322/331] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[323/332] Wrapping AST for NIOCore for debugging
[325/386] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[326/386] Emitting module NIOEmbedded
[327/386] Compiling NIOEmbedded AsyncTestingChannel.swift
[328/386] Compiling NIOEmbedded Embedded.swift
[330/387] Compiling NIOPosix Pool.swift
[331/387] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[332/387] Compiling NIOPosix PosixSingletons.swift
[333/387] Compiling NIOPosix RawSocketBootstrap.swift
[334/387] Compiling NIOPosix Resolver.swift
[335/387] Compiling NIOPosix Selectable.swift
[336/387] Compiling NIOPosix SelectableChannel.swift
[336/393] Wrapping AST for NIOEmbedded for debugging
[338/393] Emitting module NIOPosix
[339/393] Compiling NIOPosix Socket.swift
[340/393] Compiling NIOPosix SocketChannel.swift
[341/393] Compiling NIOPosix SocketProtocols.swift
[342/393] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[343/393] Compiling NIOPosix System.swift
[344/393] Compiling NIOPosix Thread.swift
[345/393] Compiling NIOPosix ThreadPosix.swift
[346/393] Compiling NIOPosix ThreadWindows.swift
[347/393] Compiling NIOPosix UnsafeTransfer.swift
[348/393] Compiling NIOPosix Utilities.swift
[349/393] Compiling NIOPosix VsockAddress.swift
[350/393] Compiling NIOPosix VsockChannelEvents.swift
[351/393] Compiling NIOPosix Windows.swift
[352/393] Compiling NIOPosix SelectableEventLoop.swift
[353/393] Compiling NIOPosix SelectorEpoll.swift
[354/393] Compiling NIOPosix SelectorGeneric.swift
[355/393] Compiling NIOPosix SelectorKqueue.swift
[356/393] Compiling NIOPosix SelectorUring.swift
[357/393] Compiling NIOPosix SelectorWSAPoll.swift
[358/393] Compiling NIOPosix ServerSocket.swift
[359/393] Compiling NIOPosix IO.swift
[360/393] Compiling NIOPosix IntegerBitPacking.swift
[361/393] Compiling NIOPosix IntegerTypes.swift
[362/393] Compiling NIOPosix Linux.swift
[363/393] Compiling NIOPosix LinuxCPUSet.swift
[364/393] Compiling NIOPosix LinuxUring.swift
[365/393] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[366/393] Compiling NIOPosix NIOPosixSendableMetatype.swift
[367/393] Compiling NIOPosix NIOThreadPool.swift
[368/393] Compiling NIOPosix NonBlockingFileIO.swift
[369/393] Compiling NIOPosix PendingDatagramWritesManager.swift
[370/393] Compiling NIOPosix PendingWritesManager.swift
[371/393] Compiling NIOPosix PipeChannel.swift
[372/393] Compiling NIOPosix PipePair.swift
[373/393] Compiling NIOPosix BSDSocketAPICommon.swift
[374/393] Compiling NIOPosix BSDSocketAPIPosix.swift
[375/393] Compiling NIOPosix BSDSocketAPIWindows.swift
[376/393] Compiling NIOPosix BaseSocket.swift
[377/393] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[378/393] Compiling NIOPosix BaseSocketChannel.swift
[379/393] Compiling NIOPosix BaseStreamSocketChannel.swift
[380/393] Compiling NIOPosix Bootstrap.swift
[381/393] Compiling NIOPosix ControlMessage.swift
[382/393] Compiling NIOPosix DatagramVectorReadManager.swift
[383/393] Compiling NIOPosix Errors+Any.swift
[384/393] Compiling NIOPosix FileDescriptor.swift
[385/393] Compiling NIOPosix GetaddrinfoResolver.swift
[386/393] Compiling NIOPosix HappyEyeballs.swift
[387/394] Wrapping AST for NIOPosix for debugging
[389/396] Compiling NIO Exports.swift
[390/396] Emitting module NIO
[391/397] Wrapping AST for NIO for debugging
[393/402] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[394/402] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[395/402] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[396/402] Emitting module NIOFoundationCompat
[397/402] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[398/403] Wrapping AST for NIOFoundationCompat for debugging
[400/417] Compiling DartSass Versions.swift
[401/418] 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 |     }
[402/418] 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 |     }
[403/418] Compiling DartSass Deprecation.swift
[404/418] Compiling DartSass Errors.swift
[405/418] Compiling DartSass Concurrency+Extras.swift
[406/418] Compiling DartSass DartSassEmbedded.swift
[407/418] Compiling DartSass ProtobufConversion.swift
[408/418] Compiling DartSass ProtobufValueConversion.swift
[409/418] Compiling DartSass CompilerRequests.swift
[410/418] Compiling DartSass CompilerWork.swift
[411/418] Compiling DartSass BinaryProtocol.swift
[412/418] Compiling DartSass Compiler.swift
[413/418] Emitting module DartSass
[414/418] 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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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/151] Emitting module Semver
[4/151] Compiling Logging MetadataProvider.swift
[5/151] Compiling Semver Semver+Parser.swift
[6/151] Compiling Semver Semver+Expressible.swift
[7/151] Compiling Semver Semver.swift
[9/151] Emitting module SourceMapper
[10/151] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[11/151] Compiling SwiftProtobuf BinaryDelimited.swift
[12/153] Compiling _NIODataStructures Heap.swift
[13/153] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[14/153] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[15/153] Compiling Logging Locks.swift
[16/153] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[17/153] Compiling NIOConcurrencyHelpers atomics.swift
[18/153] Compiling NIOConcurrencyHelpers lock.swift
[19/153] Compiling SourceMapper UnpackedSourceMap.swift
[20/153] Emitting module Logging
[21/153] Compiling SourceMapper VLQ.swift
[22/153] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[23/153] Compiling SwiftProtobuf BytecodeInterpreter.swift
[24/153] Compiling SwiftProtobuf BinaryEncoder.swift
[25/153] Compiling SwiftProtobuf BinaryEncodingError.swift
[26/153] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[27/153] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[28/153] Compiling SwiftProtobuf BytecodeReader.swift
[29/153] Compiling SwiftProtobuf CustomJSONCodable.swift
[30/165] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/165] Emitting module NIOConcurrencyHelpers
[32/165] Compiling NIOConcurrencyHelpers NIOLock.swift
[33/172] Compiling Atomics IntegerConformances.swift
[34/172] Compiling Atomics PointerConformances.swift
[35/172] Compiling Atomics Primitives.native.swift
[36/172] Compiling Atomics AtomicStorage.swift
[37/172] Compiling Atomics AtomicValue.swift
[38/172] Compiling SourceMapper Errors.swift
[41/174] Compiling Atomics UnsafeAtomic.swift
[42/174] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/174] Emitting module _NIOBase64
[44/174] Compiling _NIOBase64 Base64.swift
[45/175] Compiling Atomics AtomicInteger.swift
[46/175] Compiling Atomics AtomicOptionalWrappable.swift
[47/175] Compiling Atomics AtomicReference.swift
[48/175] Emitting module _NIODataStructures
[51/173] Compiling Atomics IntegerOperations.swift
[52/173] Compiling Atomics Unmanaged extensions.swift
[53/173] Compiling SourceMapper Mappings.swift
[54/173] Compiling SourceMapper JSON.swift
[55/173] Compiling SourceMapper SourceMap.swift
[56/174] Compiling Atomics AtomicMemoryOrderings.swift
[57/174] Compiling Atomics DoubleWord.swift
[58/174] Compiling Atomics ManagedAtomic.swift
[59/174] Compiling Atomics ManagedAtomicLazyReference.swift
[61/173] Compiling _NIODataStructures PriorityQueue.swift
[62/173] Compiling _NIODataStructures _TinyArray.swift
[63/174] Emitting module SwiftProtobuf
[64/185] Compiling Atomics OptionalRawRepresentable.swift
[65/185] Compiling Atomics RawRepresentable.swift
[66/185] Compiling Atomics AtomicBool.swift
[68/200] Emitting module InternalCollectionsUtilities
[70/203] Compiling Logging LogHandler.swift
[71/203] Compiling Logging Logging.swift
[72/216] Compiling DequeModule Deque+Descriptions.swift
[73/216] Compiling DequeModule Deque+Equatable.swift
[75/217] Compiling Sass Value.swift
[76/217] Compiling Sass ValueConvertible.swift
[77/217] Compiling DequeModule Deque+Extras.swift
[78/217] Compiling DequeModule Deque+Hashable.swift
[79/219] Compiling DequeModule Deque+CustomReflectable.swift
[82/219] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/219] Compiling DequeModule _DequeBuffer.swift
[86/219] Compiling DequeModule _DequeBufferHeader.swift
[88/219] Compiling DequeModule Deque+Testing.swift
[89/219] Compiling DequeModule Deque._Storage.swift
[90/219] Compiling DequeModule Deque._UnsafeHandle.swift
[91/219] Emitting module Atomics
[92/219] Compiling DequeModule _DequeSlot.swift
[93/219] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/219] Compiling DequeModule Deque.swift
[102/219] Emitting module DequeModule
[103/219] Compiling DequeModule Deque+Codable.swift
[104/219] Compiling DequeModule Deque+Collection.swift
[108/221] Emitting module Sass
[115/219] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[116/219] Compiling SwiftProtobuf Message+FieldMask.swift
[117/219] Compiling SwiftProtobuf Message+JSONAdditions.swift
[118/219] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[119/219] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[120/219] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[121/219] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[122/219] Compiling SwiftProtobuf Message.swift
[123/219] Compiling SwiftProtobuf MessageExtension.swift
[124/219] Compiling SwiftProtobuf NameMap.swift
[125/219] Compiling SwiftProtobuf PathDecoder.swift
[126/219] Compiling SwiftProtobuf PathVisitor.swift
[127/219] Compiling SwiftProtobuf ProtoNameProviding.swift
[128/219] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[129/219] Compiling SwiftProtobuf ProtobufMap.swift
[130/219] Compiling SwiftProtobuf SelectiveVisitor.swift
[131/219] Compiling SwiftProtobuf SimpleExtensionMap.swift
[132/219] Compiling SwiftProtobuf StringUtils.swift
[133/219] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[134/219] Compiling SwiftProtobuf SwiftProtobufError.swift
[135/219] Compiling SwiftProtobuf TextFormatDecoder.swift
[136/219] Compiling SwiftProtobuf TextFormatDecodingError.swift
[137/219] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[138/219] Compiling SwiftProtobuf TextFormatEncoder.swift
[139/219] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[140/219] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[141/219] Compiling SwiftProtobuf TextFormatScanner.swift
[142/219] Compiling SwiftProtobuf TimeUtils.swift
[143/219] Compiling SwiftProtobuf UnknownStorage.swift
[144/219] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[145/219] Compiling SwiftProtobuf Varint.swift
[146/219] Compiling SwiftProtobuf Version.swift
[147/219] Compiling SwiftProtobuf Visitor.swift
[148/219] Compiling SwiftProtobuf WireFormat.swift
[149/219] Compiling SwiftProtobuf ZigZag.swift
[150/219] Compiling SwiftProtobuf any.pb.swift
[151/219] Compiling SwiftProtobuf JSONDecoder.swift
[152/219] Compiling SwiftProtobuf JSONDecodingError.swift
[153/219] Compiling SwiftProtobuf JSONDecodingOptions.swift
[154/219] Compiling SwiftProtobuf JSONEncoder.swift
[155/219] Compiling SwiftProtobuf JSONEncodingError.swift
[156/219] Compiling SwiftProtobuf JSONEncodingOptions.swift
[157/219] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[158/219] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[159/219] Compiling SwiftProtobuf JSONScanner.swift
[160/219] Compiling SwiftProtobuf MathUtils.swift
[161/219] Compiling SwiftProtobuf Message+AnyAdditions.swift
[162/219] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[163/282] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[164/282] Compiling NIOCore ByteBuffer-conversions.swift
[165/282] Compiling NIOCore ByteBuffer-core.swift
[166/282] Compiling NIOCore ByteBuffer-hex.swift
[167/282] Compiling NIOCore ByteBuffer-int.swift
[168/282] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[169/282] Compiling NIOCore IPProtocol.swift
[170/282] Compiling NIOCore IntegerBitPacking.swift
[171/282] Compiling NIOCore IntegerTypes.swift
[172/282] Compiling NIOCore Interfaces.swift
[173/282] Compiling NIOCore Linux.swift
[174/282] Compiling NIOCore MarkedCircularBuffer.swift
[175/282] Compiling NIOCore AddressedEnvelope.swift
[176/282] Compiling NIOCore AsyncAwaitSupport.swift
[177/282] Compiling NIOCore AsyncChannel.swift
[178/282] Compiling NIOCore AsyncChannelHandler.swift
[179/282] Compiling NIOCore AsyncChannelInboundStream.swift
[180/282] Compiling NIOCore AsyncChannelOutboundWriter.swift
[181/282] Compiling NIOCore NIOAsyncSequenceProducer.swift
[182/282] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[183/282] Compiling NIOCore NIOAsyncWriter.swift
[184/282] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[185/282] Compiling NIOCore BSDSocketAPI.swift
[186/282] Compiling NIOCore ByteBuffer-aux.swift
[187/282] Compiling NIOCore MulticastChannel.swift
[188/282] Compiling NIOCore NIOAny.swift
[189/282] Compiling NIOCore NIOCloseOnErrorHandler.swift
[190/282] Compiling NIOCore CircularBuffer.swift
[191/282] Compiling NIOCore Codec.swift
[192/282] Compiling NIOCore ConvenienceOptionSupport.swift
[193/282] Compiling NIOCore DeadChannel.swift
[194/282] Compiling NIOCore DispatchQueue+WithFuture.swift
[195/282] Compiling NIOCore EventLoop+Deprecated.swift
[196/282] Compiling NIOCore EventLoop+SerialExecutor.swift
[197/282] Compiling NIOCore EventLoop.swift
[198/282] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[199/282] Compiling SwiftProtobuf api.pb.swift
[200/282] Compiling SwiftProtobuf descriptor.pb.swift
[201/282] Compiling SwiftProtobuf duration.pb.swift
[202/282] Compiling SwiftProtobuf empty.pb.swift
[203/282] Compiling SwiftProtobuf field_mask.pb.swift
[204/282] Compiling SwiftProtobuf source_context.pb.swift
[205/282] Compiling SwiftProtobuf struct.pb.swift
[206/282] Compiling SwiftProtobuf timestamp.pb.swift
[207/282] Compiling SwiftProtobuf type.pb.swift
[208/282] Compiling SwiftProtobuf wrappers.pb.swift
[209/282] Compiling SwiftProtobuf resource_bundle_accessor.swift
[246/291] Wrapping AST for SwiftProtobuf for debugging
[248/291] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[249/291] Compiling NIOCore SocketAddresses.swift
[250/291] Compiling NIOCore SocketOptionProvider.swift
[251/291] Compiling NIOCore SystemCallHelpers.swift
[252/291] Compiling NIOCore TimeAmount+Duration.swift
[253/291] Compiling NIOCore TypeAssistedChannelHandler.swift
[254/291] Compiling NIOCore UniversalBootstrapSupport.swift
[255/291] Compiling NIOCore Utilities.swift
[256/291] Compiling NIOCore NIOCoreSendableMetatype.swift
[257/291] Compiling NIOCore NIODecodedAsyncSequence.swift
[258/291] Compiling NIOCore NIOLoopBound.swift
[259/291] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[260/291] Compiling NIOCore NIOScheduledCallback.swift
[261/291] Compiling NIOCore NIOSendable.swift
[262/291] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[263/291] Compiling NIOCore RecvByteBufferAllocator.swift
[264/291] Compiling NIOCore ByteBuffer-multi-int.swift
[265/291] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[266/291] Compiling NIOCore ByteBuffer-views.swift
[267/291] Compiling NIOCore Channel.swift
[268/291] Compiling NIOCore ChannelHandler.swift
[269/291] Compiling NIOCore ChannelHandlers.swift
[270/291] Compiling NIOCore ChannelInvoker.swift
[271/291] Compiling NIOCore ChannelOption.swift
[272/291] Compiling NIOCore ChannelPipeline.swift
[273/291] Compiling NIOCore EventLoopFuture+Deprecated.swift
[274/291] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[275/291] Compiling NIOCore EventLoopFuture.swift
[276/291] Compiling NIOCore FileDescriptor.swift
[277/291] Compiling NIOCore FileHandle.swift
[278/291] Compiling NIOCore FileRegion.swift
[279/291] Compiling NIOCore GlobalSingletons.swift
[280/291] Compiling NIOCore IO.swift
[281/291] Compiling NIOCore IOData.swift
[282/291] Emitting module NIOCore
[284/345] Emitting module NIOEmbedded
[285/345] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[286/345] Compiling NIOEmbedded AsyncTestingChannel.swift
[287/345] Compiling NIOEmbedded Embedded.swift
[289/345] Compiling NIOPosix Pool.swift
[290/345] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[291/345] Compiling NIOPosix PosixSingletons.swift
[292/345] Compiling NIOPosix RawSocketBootstrap.swift
[293/345] Compiling NIOPosix Resolver.swift
[294/345] Compiling NIOPosix Selectable.swift
[295/345] Compiling NIOPosix SelectableChannel.swift
[296/345] Compiling NIOPosix SelectableEventLoop.swift
[297/345] Compiling NIOPosix SelectorEpoll.swift
[298/345] Compiling NIOPosix SelectorGeneric.swift
[299/345] Compiling NIOPosix SelectorKqueue.swift
[300/345] Compiling NIOPosix SelectorUring.swift
[301/345] Compiling NIOPosix SelectorWSAPoll.swift
[302/345] Compiling NIOPosix ServerSocket.swift
[303/351] Compiling NIOPosix Socket.swift
[304/351] Compiling NIOPosix SocketChannel.swift
[305/351] Compiling NIOPosix SocketProtocols.swift
[306/351] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[307/351] Compiling NIOPosix System.swift
[308/351] Compiling NIOPosix Thread.swift
[309/351] Compiling NIOPosix ThreadPosix.swift
[310/351] Compiling NIOPosix IO.swift
[311/351] Compiling NIOPosix IntegerBitPacking.swift
[312/351] Compiling NIOPosix IntegerTypes.swift
[313/351] Compiling NIOPosix Linux.swift
[314/351] Compiling NIOPosix LinuxCPUSet.swift
[315/351] Compiling NIOPosix LinuxUring.swift
[316/351] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[317/351] Compiling NIOPosix NIOPosixSendableMetatype.swift
[318/351] Compiling NIOPosix NIOThreadPool.swift
[319/351] Compiling NIOPosix NonBlockingFileIO.swift
[320/351] Compiling NIOPosix PendingDatagramWritesManager.swift
[321/351] Compiling NIOPosix PendingWritesManager.swift
[322/351] Compiling NIOPosix PipeChannel.swift
[323/351] Compiling NIOPosix PipePair.swift
[324/351] Compiling NIOPosix ThreadWindows.swift
[325/351] Compiling NIOPosix UnsafeTransfer.swift
[326/351] Compiling NIOPosix Utilities.swift
[327/351] Compiling NIOPosix VsockAddress.swift
[328/351] Compiling NIOPosix VsockChannelEvents.swift
[329/351] Compiling NIOPosix Windows.swift
[330/351] Emitting module NIOPosix
[331/351] Compiling NIOPosix BSDSocketAPICommon.swift
[332/351] Compiling NIOPosix BSDSocketAPIPosix.swift
[333/351] Compiling NIOPosix BSDSocketAPIWindows.swift
[334/351] Compiling NIOPosix BaseSocket.swift
[335/351] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[336/351] Compiling NIOPosix BaseSocketChannel.swift
[337/351] Compiling NIOPosix BaseStreamSocketChannel.swift
[338/351] Compiling NIOPosix Bootstrap.swift
[339/351] Compiling NIOPosix ControlMessage.swift
[340/351] Compiling NIOPosix DatagramVectorReadManager.swift
[341/351] Compiling NIOPosix Errors+Any.swift
[342/351] Compiling NIOPosix FileDescriptor.swift
[343/351] Compiling NIOPosix GetaddrinfoResolver.swift
[344/351] Compiling NIOPosix HappyEyeballs.swift
[346/353] Compiling NIO Exports.swift
[347/353] Emitting module NIO
[349/358] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[350/358] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.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 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 |     }
[357/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 |     }
[358/373] Compiling DartSass Deprecation.swift
[359/373] Compiling DartSass Errors.swift
[360/373] Compiling DartSass ProtobufConversion.swift
[361/373] Compiling DartSass ProtobufValueConversion.swift
[362/373] Compiling DartSass Concurrency+Extras.swift
[363/373] Compiling DartSass DartSassEmbedded.swift
[364/373] Compiling DartSass BinaryProtocol.swift
[365/373] Compiling DartSass Compiler.swift
[366/373] Compiling DartSass CompilerRequests.swift
[367/373] Compiling DartSass CompilerWork.swift
[368/373] Emitting module DartSass
[369/373] Compiling DartSass embedded_sass.pb.swift
BUILD FAILURE 6.1 android