Build Information
Failed to build swift-sass, reference main (176397), with Swift 6.1 for Android on 6 Nov 2025 17:51:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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>&1Build 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 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 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-4609320-3":/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/apple/swift-atomics.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-protobuf.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/2001] Fetching semver.swift, swift-atomics
[783/2552] Fetching semver.swift, swift-atomics, sourcemapper
[2553/6961] Fetching semver.swift, swift-atomics, sourcemapper, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.71s)
[1/80027] Fetching swift-nio
[11205/121189] Fetching swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/SourceMapper.git from cache (12.98s)
Fetched https://github.com/apple/swift-nio.git from cache (13.31s)
Fetched https://github.com/apple/swift-atomics.git from cache (13.71s)
Fetched https://github.com/johnfairh/Semver.swift.git from cache (13.71s)
Fetched https://github.com/apple/swift-protobuf.git from cache (13.82s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (16.76s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.14s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5167] Fetching swift-system
[4445/23453] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
[6401/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.76s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.82s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/51] Write sources
[17/51] Compiling CNIOWindows shim.c
[18/51] Write sources
[20/51] Compiling CNIOLinux liburing_shims.c
[21/51] Copying PrivacyInfo.xcprivacy
[22/51] Compiling CNIOWASI CNIOWASI.c
[23/51] Compiling CNIOWindows WSAStartup.c
[24/51] Compiling CNIODarwin shim.c
[25/51] Compiling _AtomicsShims.c
[26/51] Compiling CNIOPosix event_loop_id.c
[27/51] Compiling CNIOLinux shim.c
[28/51] Write swift-version-24593BA9C3E375BF.txt
[30/158] Emitting module Logging
[30/158] Compiling c-nioatomics.c
[32/174] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/174] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/176] Emitting module SourceMapper
[35/176] Emitting module _NIOBase64
[36/176] Compiling _NIOBase64 Base64.swift
[37/177] Compiling _NIODataStructures _TinyArray.swift
[38/177] Emitting module InternalCollectionsUtilities
[39/177] Compiling InternalCollectionsUtilities Debugging.swift
[40/177] Compiling InternalCollectionsUtilities Descriptions.swift
[41/177] Compiling _NIODataStructures PriorityQueue.swift
[42/177] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/177] Compiling InternalCollectionsUtilities Integer rank.swift
[44/177] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/177] Compiling InternalCollectionsUtilities UInt+reversed.swift
[46/177] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/177] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/177] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/177] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/177] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/177] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[52/177] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/177] Emitting module _NIODataStructures
[54/177] Compiling _NIODataStructures Heap.swift
[57/178] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[58/178] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[58/179] Wrapping AST for _NIODataStructures for debugging
[60/197] Wrapping AST for _NIOBase64 for debugging
[62/197] Compiling Atomics AtomicStorage.swift
[63/197] Compiling Atomics AtomicValue.swift
[63/208] Wrapping AST for InternalCollectionsUtilities for debugging
[65/214] Compiling DequeModule Deque._Storage.swift
[66/214] Compiling DequeModule Deque._UnsafeHandle.swift
[67/214] Compiling Atomics UnsafeAtomic.swift
[68/214] Compiling Atomics UnsafeAtomicLazyReference.swift
[69/214] Compiling DequeModule Deque.swift
[70/214] Compiling Atomics ManagedAtomicLazyReference.swift
[71/214] Compiling DequeModule Deque+CustomReflectable.swift
[72/214] Compiling DequeModule Deque+Descriptions.swift
[73/214] Compiling DequeModule Deque+Equatable.swift
[74/214] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/216] Compiling SourceMapper VLQ.swift
[76/216] Compiling DequeModule _DequeBuffer.swift
[77/216] Compiling DequeModule _DequeBufferHeader.swift
[78/216] Compiling DequeModule Deque+Extras.swift
[79/216] Compiling DequeModule Deque+Hashable.swift
[80/216] Compiling DequeModule _DequeSlot.swift
[81/216] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/216] Compiling Atomics IntegerOperations.swift
[83/216] Compiling Atomics Unmanaged extensions.swift
[84/216] Compiling DequeModule Deque+Testing.swift
[88/216] Compiling DequeModule Deque+Codable.swift
[89/216] Compiling DequeModule Deque+Collection.swift
[90/216] Compiling Logging MetadataProvider.swift
[91/216] Compiling Logging Locks.swift
[92/216] Compiling Logging LogHandler.swift
[93/216] Compiling Logging Logging.swift
[95/217] Emitting module DequeModule
[96/218] Wrapping AST for Logging for debugging
[97/218] Wrapping AST for DequeModule for debugging
[99/218] Emitting module Semver
[100/218] Compiling SourceMapper Errors.swift
[101/218] Compiling Semver Semver.swift
[102/218] Compiling SourceMapper UnpackedSourceMap.swift
[103/218] Compiling Semver Semver+Expressible.swift
[104/218] Compiling Semver Semver+Parser.swift
[105/218] Compiling SourceMapper JSON.swift
[106/218] Compiling SourceMapper Mappings.swift
[107/218] Compiling SourceMapper SourceMap.swift
[110/220] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[111/220] Compiling SwiftProtobuf Message+FieldMask.swift
[112/220] Compiling SwiftProtobuf Message+JSONAdditions.swift
[113/220] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[114/220] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[115/220] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[116/220] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[117/220] Compiling SwiftProtobuf Message.swift
[118/220] Compiling SwiftProtobuf MessageExtension.swift
[119/220] Compiling SwiftProtobuf NameMap.swift
[120/220] Compiling SwiftProtobuf PathDecoder.swift
[121/220] Compiling SwiftProtobuf PathVisitor.swift
[121/231] Wrapping AST for Semver for debugging
[142/231] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[143/231] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[144/231] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[145/231] Compiling SwiftProtobuf HashVisitor.swift
[146/231] Compiling SwiftProtobuf Internal.swift
[146/231] Wrapping AST for SourceMapper for debugging
[157/231] Emitting module Atomics
[158/248] Wrapping AST for Atomics for debugging
[159/248] Compiling c-atomics.c
[161/254] Compiling NIOConcurrencyHelpers NIOLock.swift
[162/254] Compiling SwiftProtobuf ProtoNameProviding.swift
[163/254] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[164/254] Compiling SwiftProtobuf ProtobufMap.swift
[165/254] Compiling SwiftProtobuf SelectiveVisitor.swift
[166/254] Compiling SwiftProtobuf SimpleExtensionMap.swift
[167/254] Compiling SwiftProtobuf StringUtils.swift
[168/254] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[169/254] Compiling SwiftProtobuf SwiftProtobufError.swift
[170/254] Compiling SwiftProtobuf TextFormatDecoder.swift
[171/254] Compiling SwiftProtobuf TextFormatDecodingError.swift
[172/254] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[173/254] Compiling SwiftProtobuf TextFormatEncoder.swift
[174/254] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[175/254] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[176/254] Compiling SwiftProtobuf TextFormatScanner.swift
[177/254] Compiling SwiftProtobuf TimeUtils.swift
[178/254] Compiling SwiftProtobuf UnknownStorage.swift
[179/254] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[180/254] Compiling SwiftProtobuf Varint.swift
[181/254] Compiling SwiftProtobuf Version.swift
[182/254] Compiling SwiftProtobuf Visitor.swift
[183/254] Compiling SwiftProtobuf WireFormat.swift
[184/254] Compiling SwiftProtobuf ZigZag.swift
[185/254] Compiling SwiftProtobuf any.pb.swift
[186/254] Compiling NIOConcurrencyHelpers lock.swift
[187/254] Compiling SwiftProtobuf JSONDecoder.swift
[188/254] Compiling SwiftProtobuf JSONDecodingError.swift
[189/254] Compiling SwiftProtobuf JSONDecodingOptions.swift
[190/254] Compiling SwiftProtobuf JSONEncoder.swift
[191/254] Compiling SwiftProtobuf JSONEncodingError.swift
[192/254] Compiling SwiftProtobuf JSONEncodingOptions.swift
[193/254] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[194/254] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[195/254] Compiling SwiftProtobuf JSONScanner.swift
[196/254] Compiling SwiftProtobuf MathUtils.swift
[197/254] Compiling SwiftProtobuf Message+AnyAdditions.swift
[198/254] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[199/254] Emitting module NIOConcurrencyHelpers
[200/254] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[201/254] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[202/254] Compiling NIOConcurrencyHelpers atomics.swift
[203/255] Wrapping AST for NIOConcurrencyHelpers for debugging
[205/298] Emitting module SwiftProtobuf
[206/299] Compiling NIOCore ChannelInvoker.swift
[207/299] Compiling NIOCore ChannelOption.swift
[208/299] Compiling NIOCore ChannelPipeline.swift
[209/299] Compiling NIOCore CircularBuffer.swift
[210/299] Compiling NIOCore Codec.swift
[211/299] Compiling NIOCore ConvenienceOptionSupport.swift
[212/299] Compiling NIOCore DeadChannel.swift
[213/299] Compiling NIOCore DispatchQueue+WithFuture.swift
[214/299] Compiling NIOCore EventLoop+Deprecated.swift
[215/299] Compiling NIOCore EventLoop+SerialExecutor.swift
[216/299] Compiling NIOCore EventLoop.swift
[217/299] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[218/318] Emitting module Sass
[219/320] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[220/320] Compiling NIOCore NIOAsyncWriter.swift
[221/320] Compiling NIOCore AsyncChannelOutboundWriter.swift
[222/320] Compiling NIOCore NIOAsyncSequenceProducer.swift
[223/320] Compiling NIOCore AddressedEnvelope.swift
[224/320] Compiling NIOCore AsyncAwaitSupport.swift
[225/320] Compiling NIOCore ByteBuffer-conversions.swift
[226/320] Compiling NIOCore ByteBuffer-core.swift
[227/320] Compiling NIOCore ByteBuffer-aux.swift
[228/320] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[229/320] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[230/320] Compiling NIOCore BSDSocketAPI.swift
[231/320] Compiling Sass Value.swift
[232/320] Compiling Sass ValueConvertible.swift
[233/320] Compiling NIOCore NIOCoreSendableMetatype.swift
[234/320] Compiling NIOCore NIODecodedAsyncSequence.swift
[235/320] Compiling NIOCore NIOLoopBound.swift
[236/320] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[237/320] Compiling NIOCore NIOScheduledCallback.swift
[238/320] Compiling NIOCore NIOSendable.swift
[239/320] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[240/320] Compiling NIOCore RecvByteBufferAllocator.swift
[241/328] Compiling NIOCore IPProtocol.swift
[242/328] Compiling NIOCore IntegerBitPacking.swift
[243/328] Compiling NIOCore IntegerTypes.swift
[244/328] Compiling NIOCore Interfaces.swift
[245/328] Compiling NIOCore Linux.swift
[246/328] Compiling NIOCore MarkedCircularBuffer.swift
[247/328] Compiling NIOCore MulticastChannel.swift
[248/328] Compiling NIOCore NIOAny.swift
[249/328] Compiling NIOCore NIOCloseOnErrorHandler.swift
[250/328] Compiling NIOCore EventLoopFuture+Deprecated.swift
[251/328] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[252/328] Compiling NIOCore EventLoopFuture.swift
[253/328] Compiling NIOCore FileDescriptor.swift
[254/328] Compiling NIOCore FileHandle.swift
[255/328] Compiling NIOCore FileRegion.swift
[256/328] Compiling NIOCore GlobalSingletons.swift
[257/328] Compiling NIOCore IO.swift
[258/328] Compiling NIOCore IOData.swift
[259/328] Compiling NIOCore AsyncChannel.swift
[260/328] Compiling NIOCore AsyncChannelHandler.swift
[261/328] Compiling NIOCore AsyncChannelInboundStream.swift
[262/329] Wrapping AST for Sass for debugging
[264/329] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[265/329] Compiling NIOCore SocketAddresses.swift
[266/329] Compiling NIOCore SocketOptionProvider.swift
[267/329] Compiling NIOCore SystemCallHelpers.swift
[268/329] Compiling NIOCore TimeAmount+Duration.swift
[269/329] Compiling NIOCore TypeAssistedChannelHandler.swift
[270/329] Compiling NIOCore UniversalBootstrapSupport.swift
[271/329] Compiling NIOCore Utilities.swift
[289/329] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[299/329] Compiling NIOCore ByteBuffer-multi-int.swift
[300/329] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[301/329] Compiling NIOCore ByteBuffer-views.swift
[302/329] Compiling NIOCore Channel.swift
[303/329] Compiling NIOCore ChannelHandler.swift
[304/329] Compiling NIOCore ChannelHandlers.swift
[308/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 AsyncTestingEventLoop.swift
[314/384] Compiling NIOEmbedded Embedded.swift
[316/385] Compiling SwiftProtobuf api.pb.swift
[317/385] Compiling SwiftProtobuf descriptor.pb.swift
[318/385] Compiling SwiftProtobuf duration.pb.swift
[319/385] Compiling SwiftProtobuf empty.pb.swift
[320/385] Compiling SwiftProtobuf field_mask.pb.swift
[321/385] Compiling SwiftProtobuf source_context.pb.swift
[322/385] Compiling SwiftProtobuf struct.pb.swift
[323/385] Compiling SwiftProtobuf timestamp.pb.swift
[324/385] Compiling SwiftProtobuf type.pb.swift
[325/385] Compiling SwiftProtobuf wrappers.pb.swift
[326/385] Compiling SwiftProtobuf resource_bundle_accessor.swift
[326/386] Wrapping AST for NIOEmbedded for debugging
[328/386] Wrapping AST for SwiftProtobuf for debugging
[330/386] Compiling NIOPosix IO.swift
[331/386] Compiling NIOPosix IntegerBitPacking.swift
[332/386] Compiling NIOPosix IntegerTypes.swift
[333/386] Compiling NIOPosix Linux.swift
[334/386] Compiling NIOPosix LinuxCPUSet.swift
[335/386] Compiling NIOPosix LinuxUring.swift
[336/386] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[337/392] Compiling NIOPosix ThreadWindows.swift
[338/392] Compiling NIOPosix UnsafeTransfer.swift
[339/392] Compiling NIOPosix Utilities.swift
[340/392] Compiling NIOPosix VsockAddress.swift
[341/392] Compiling NIOPosix VsockChannelEvents.swift
[342/392] Compiling NIOPosix Windows.swift
[343/392] Compiling NIOPosix SelectableEventLoop.swift
[344/392] Compiling NIOPosix SelectorEpoll.swift
[345/392] Compiling NIOPosix SelectorGeneric.swift
[346/392] Compiling NIOPosix SelectorKqueue.swift
[347/392] Compiling NIOPosix SelectorUring.swift
[348/392] Compiling NIOPosix SelectorWSAPoll.swift
[349/392] Compiling NIOPosix ServerSocket.swift
[350/392] Compiling NIOPosix Socket.swift
[351/392] Compiling NIOPosix SocketChannel.swift
[352/392] Compiling NIOPosix SocketProtocols.swift
[353/392] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[354/392] Compiling NIOPosix System.swift
[355/392] Compiling NIOPosix Thread.swift
[356/392] Compiling NIOPosix ThreadPosix.swift
[357/392] Compiling NIOPosix Pool.swift
[358/392] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[359/392] Compiling NIOPosix PosixSingletons.swift
[360/392] Compiling NIOPosix RawSocketBootstrap.swift
[361/392] Compiling NIOPosix Resolver.swift
[362/392] Compiling NIOPosix Selectable.swift
[363/392] Compiling NIOPosix SelectableChannel.swift
[364/392] Compiling NIOPosix NIOPosixSendableMetatype.swift
[365/392] Compiling NIOPosix NIOThreadPool.swift
[366/392] Compiling NIOPosix NonBlockingFileIO.swift
[367/392] Compiling NIOPosix PendingDatagramWritesManager.swift
[368/392] Compiling NIOPosix PendingWritesManager.swift
[369/392] Compiling NIOPosix PipeChannel.swift
[370/392] Compiling NIOPosix PipePair.swift
[371/392] Emitting module NIOPosix
[372/392] Compiling NIOPosix BSDSocketAPICommon.swift
[373/392] Compiling NIOPosix BSDSocketAPIPosix.swift
[374/392] Compiling NIOPosix BSDSocketAPIWindows.swift
[375/392] Compiling NIOPosix BaseSocket.swift
[376/392] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[377/392] Compiling NIOPosix BaseSocketChannel.swift
[378/392] Compiling NIOPosix BaseStreamSocketChannel.swift
[379/392] Compiling NIOPosix Bootstrap.swift
[380/392] Compiling NIOPosix ControlMessage.swift
[381/392] Compiling NIOPosix DatagramVectorReadManager.swift
[382/392] Compiling NIOPosix Errors+Any.swift
[383/392] Compiling NIOPosix FileDescriptor.swift
[384/392] Compiling NIOPosix GetaddrinfoResolver.swift
[385/392] Compiling NIOPosix HappyEyeballs.swift
[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] Emitting module NIOFoundationCompat
[396/401] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[397/402] Wrapping AST for NIOFoundationCompat for debugging
[399/416] Compiling DartSass Versions.swift
[400/417] Compiling DartSass Deprecation.swift
[401/417] Compiling DartSass Errors.swift
[402/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 | }
[403/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 | }
[404/417] Compiling DartSass ProtobufConversion.swift
[405/417] Compiling DartSass ProtobufValueConversion.swift
[406/417] Compiling DartSass CompilerRequests.swift
[407/417] Compiling DartSass CompilerWork.swift
[408/417] Compiling DartSass Concurrency+Extras.swift
[409/417] Compiling DartSass DartSassEmbedded.swift
[410/417] Emitting module DartSass
[411/417] Compiling DartSass BinaryProtocol.swift
[412/417] Compiling DartSass Compiler.swift
[413/417] Compiling DartSass embedded_sass.pb.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/66] Compiling _NIODataStructures PriorityQueue.swift
[4/66] Compiling InternalCollectionsUtilities Debugging.swift
[5/66] Compiling InternalCollectionsUtilities Descriptions.swift
[6/100] Compiling Logging MetadataProvider.swift
[7/153] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[8/153] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[9/153] Compiling SwiftProtobuf BytecodeReader.swift
[10/153] Compiling SwiftProtobuf CustomJSONCodable.swift
[11/153] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[12/153] Compiling SwiftProtobuf BytecodeInterpreter.swift
[13/153] Compiling _NIODataStructures Heap.swift
[14/153] Compiling SwiftProtobuf Decoder.swift
[15/153] Compiling SwiftProtobuf DoubleParser.swift
[16/153] Compiling NIOConcurrencyHelpers NIOLock.swift
[17/153] Compiling SourceMapper Mappings.swift
[18/153] Emitting module SourceMapper
[19/153] Compiling SourceMapper JSON.swift
[20/153] Emitting module Logging
[21/153] Compiling SourceMapper Errors.swift
[22/153] Emitting module _NIODataStructures
[23/153] Compiling _NIODataStructures _TinyArray.swift
[24/154] Compiling _NIOBase64 Base64.swift
[25/154] Emitting module _NIOBase64
[26/155] Emitting module NIOConcurrencyHelpers
[27/155] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[28/155] Compiling NIOConcurrencyHelpers lock.swift
[30/155] Compiling SourceMapper SourceMap.swift
[31/154] Compiling Semver Semver.swift
[32/154] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/154] Compiling NIOConcurrencyHelpers atomics.swift
[34/155] Compiling SwiftProtobuf AnyMessageStorage.swift
[35/155] Compiling SwiftProtobuf AnyUnpackError.swift
[36/155] Compiling SwiftProtobuf AsyncMessageSequence.swift
[37/155] Compiling Semver Semver+Expressible.swift
[39/155] Emitting module Semver
[40/155] Compiling Semver Semver+Parser.swift
[43/165] Emitting module InternalCollectionsUtilities
[44/171] Compiling Atomics AtomicStorage.swift
[45/171] Compiling Atomics AtomicValue.swift
[46/173] Compiling Atomics OptionalRawRepresentable.swift
[47/173] Compiling Atomics RawRepresentable.swift
[48/173] Compiling Atomics AtomicBool.swift
[49/173] Compiling Atomics AtomicInteger.swift
[50/174] Compiling SourceMapper UnpackedSourceMap.swift
[51/174] Compiling SourceMapper VLQ.swift
[53/175] Compiling Atomics ManagedAtomic.swift
[54/175] Compiling Atomics ManagedAtomicLazyReference.swift
[55/175] Compiling Atomics UnsafeAtomic.swift
[56/175] Compiling Atomics UnsafeAtomicLazyReference.swift
[57/174] Compiling Atomics IntegerOperations.swift
[58/174] Compiling Atomics Unmanaged extensions.swift
[59/174] Compiling Atomics AtomicMemoryOrderings.swift
[60/174] Compiling Atomics DoubleWord.swift
[62/184] Compiling Logging LogHandler.swift
[63/184] Compiling Logging Locks.swift
[64/184] Compiling Logging Logging.swift
[65/189] Compiling DequeModule Deque+CustomReflectable.swift
[66/189] Compiling DequeModule Deque+Descriptions.swift
[67/189] Compiling DequeModule Deque+Testing.swift
[69/204] Compiling Sass Number.swift
[70/204] Compiling Sass String.swift
[71/206] Compiling Sass List.swift
[72/206] Compiling Sass Map.swift
[73/208] Compiling Sass CompilerFunction.swift
[74/208] Compiling Sass CompilerResults.swift
[75/208] Compiling Sass Constants.swift
[78/208] Compiling Sass DynamicFunction.swift
[79/208] Compiling Sass Color.swift
[80/208] Compiling Sass CompilerTypes.swift
[81/208] Compiling Sass ArgumentList.swift
[82/208] Compiling Sass Calculation.swift
[83/208] Compiling DequeModule _DequeSlot.swift
[84/208] Compiling Sass Value.swift
[87/208] Compiling Sass FunctionTypes.swift
[88/208] Compiling Sass Mixin.swift
[90/208] Compiling Sass ValueConvertible.swift
[99/208] Emitting module DequeModule
[107/208] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[108/208] Compiling SwiftProtobuf Message+FieldMask.swift
[109/208] Compiling SwiftProtobuf Message+JSONAdditions.swift
[110/208] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[111/208] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[112/208] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[113/208] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[114/208] Compiling SwiftProtobuf Message.swift
[115/208] Compiling SwiftProtobuf MessageExtension.swift
[116/208] Compiling SwiftProtobuf NameMap.swift
[117/208] Compiling SwiftProtobuf PathDecoder.swift
[118/208] Compiling SwiftProtobuf PathVisitor.swift
[119/208] Compiling SwiftProtobuf ProtoNameProviding.swift
[120/208] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[121/208] Compiling SwiftProtobuf ProtobufMap.swift
[122/208] Compiling SwiftProtobuf SelectiveVisitor.swift
[123/208] Compiling SwiftProtobuf SimpleExtensionMap.swift
[124/208] Compiling SwiftProtobuf StringUtils.swift
[125/208] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[126/208] Compiling SwiftProtobuf SwiftProtobufError.swift
[127/208] Compiling SwiftProtobuf TextFormatDecoder.swift
[128/208] Compiling SwiftProtobuf TextFormatDecodingError.swift
[129/208] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[130/208] Compiling SwiftProtobuf TextFormatEncoder.swift
[131/219] Emitting module Atomics
[133/219] Emitting module Sass
[137/220] Emitting module SwiftProtobuf
[139/282] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[140/282] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[141/282] Compiling SwiftProtobuf TextFormatScanner.swift
[142/282] Compiling SwiftProtobuf TimeUtils.swift
[143/282] Compiling SwiftProtobuf UnknownStorage.swift
[144/282] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[145/282] Compiling SwiftProtobuf Varint.swift
[146/282] Compiling SwiftProtobuf Version.swift
[147/282] Compiling SwiftProtobuf Visitor.swift
[148/282] Compiling SwiftProtobuf WireFormat.swift
[149/282] Compiling SwiftProtobuf ZigZag.swift
[150/282] Compiling SwiftProtobuf any.pb.swift
[151/282] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[152/282] Compiling NIOCore ByteBuffer-conversions.swift
[153/282] Compiling NIOCore ByteBuffer-core.swift
[154/282] Compiling NIOCore ByteBuffer-hex.swift
[155/282] Compiling NIOCore ByteBuffer-int.swift
[156/282] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[157/282] Compiling NIOCore ByteBuffer-multi-int.swift
[158/282] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[159/282] Compiling NIOCore ByteBuffer-views.swift
[160/282] Compiling NIOCore Channel.swift
[161/282] Compiling NIOCore ChannelHandler.swift
[162/282] Compiling NIOCore ChannelHandlers.swift
[163/282] Compiling NIOCore ChannelInvoker.swift
[164/282] Compiling NIOCore ChannelOption.swift
[165/282] Compiling NIOCore ChannelPipeline.swift
[166/282] Compiling NIOCore CircularBuffer.swift
[167/282] Compiling NIOCore Codec.swift
[168/282] Compiling NIOCore ConvenienceOptionSupport.swift
[169/282] Compiling NIOCore DeadChannel.swift
[170/282] Compiling NIOCore DispatchQueue+WithFuture.swift
[171/282] Compiling NIOCore EventLoop+Deprecated.swift
[172/282] Compiling NIOCore EventLoop+SerialExecutor.swift
[173/282] Compiling NIOCore EventLoop.swift
[174/282] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[175/282] Compiling NIOCore EventLoopFuture+Deprecated.swift
[176/282] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[177/282] Compiling NIOCore EventLoopFuture.swift
[178/282] Compiling NIOCore FileDescriptor.swift
[179/282] Compiling NIOCore FileHandle.swift
[180/282] Compiling NIOCore FileRegion.swift
[181/282] Compiling NIOCore GlobalSingletons.swift
[182/282] Compiling NIOCore IO.swift
[183/282] Compiling NIOCore IOData.swift
[184/282] Compiling NIOCore IPProtocol.swift
[185/282] Compiling NIOCore IntegerBitPacking.swift
[186/282] Compiling NIOCore IntegerTypes.swift
[187/282] Compiling NIOCore NIOCoreSendableMetatype.swift
[188/282] Compiling NIOCore NIODecodedAsyncSequence.swift
[189/282] Compiling NIOCore NIOLoopBound.swift
[190/282] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[191/282] Compiling NIOCore NIOScheduledCallback.swift
[192/282] Compiling NIOCore NIOSendable.swift
[193/282] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[194/282] Compiling NIOCore RecvByteBufferAllocator.swift
[195/290] Compiling NIOCore AddressedEnvelope.swift
[196/290] Compiling NIOCore AsyncAwaitSupport.swift
[197/290] Compiling NIOCore AsyncChannel.swift
[198/290] Compiling NIOCore AsyncChannelHandler.swift
[199/290] Compiling NIOCore AsyncChannelInboundStream.swift
[200/290] Compiling NIOCore AsyncChannelOutboundWriter.swift
[201/290] Compiling NIOCore NIOAsyncSequenceProducer.swift
[202/290] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[203/290] Compiling NIOCore NIOAsyncWriter.swift
[204/290] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[205/290] Compiling NIOCore BSDSocketAPI.swift
[206/290] Compiling NIOCore ByteBuffer-aux.swift
[219/290] Compiling NIOCore Interfaces.swift
[220/290] Compiling NIOCore Linux.swift
[221/290] Compiling NIOCore MarkedCircularBuffer.swift
[222/290] Compiling NIOCore MulticastChannel.swift
[223/290] Compiling NIOCore NIOAny.swift
[224/290] Compiling NIOCore NIOCloseOnErrorHandler.swift
[225/290] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[226/290] Compiling NIOCore SocketAddresses.swift
[227/290] Compiling NIOCore SocketOptionProvider.swift
[228/290] Compiling NIOCore SystemCallHelpers.swift
[229/290] Compiling NIOCore TimeAmount+Duration.swift
[230/290] Compiling NIOCore TypeAssistedChannelHandler.swift
[231/290] Compiling NIOCore UniversalBootstrapSupport.swift
[232/290] Compiling NIOCore Utilities.swift
[269/290] Compiling SwiftProtobuf api.pb.swift
[270/290] Compiling SwiftProtobuf descriptor.pb.swift
[271/290] Compiling SwiftProtobuf duration.pb.swift
[272/290] Compiling SwiftProtobuf empty.pb.swift
[273/290] Compiling SwiftProtobuf field_mask.pb.swift
[274/290] Compiling SwiftProtobuf source_context.pb.swift
[275/290] Compiling SwiftProtobuf struct.pb.swift
[276/290] Compiling SwiftProtobuf timestamp.pb.swift
[277/290] Compiling SwiftProtobuf type.pb.swift
[278/290] Compiling SwiftProtobuf wrappers.pb.swift
[279/290] Compiling SwiftProtobuf resource_bundle_accessor.swift
[280/291] Wrapping AST for SwiftProtobuf for debugging
[282/291] Emitting module NIOCore
[284/345] Compiling NIOEmbedded AsyncTestingChannel.swift
[285/345] Emitting module NIOEmbedded
[286/345] Compiling NIOEmbedded Embedded.swift
[287/345] Compiling NIOEmbedded AsyncTestingEventLoop.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/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 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 BSDSocketAPICommon.swift
[311/351] Compiling NIOPosix BSDSocketAPIPosix.swift
[312/351] Compiling NIOPosix BSDSocketAPIWindows.swift
[313/351] Compiling NIOPosix BaseSocket.swift
[314/351] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[315/351] Compiling NIOPosix BaseSocketChannel.swift
[316/351] Compiling NIOPosix BaseStreamSocketChannel.swift
[317/351] Emitting module NIOPosix
[318/351] Compiling NIOPosix Bootstrap.swift
[319/351] Compiling NIOPosix ControlMessage.swift
[320/351] Compiling NIOPosix DatagramVectorReadManager.swift
[321/351] Compiling NIOPosix Errors+Any.swift
[322/351] Compiling NIOPosix FileDescriptor.swift
[323/351] Compiling NIOPosix GetaddrinfoResolver.swift
[324/351] Compiling NIOPosix HappyEyeballs.swift
[325/351] Compiling NIOPosix IO.swift
[326/351] Compiling NIOPosix IntegerBitPacking.swift
[327/351] Compiling NIOPosix IntegerTypes.swift
[328/351] Compiling NIOPosix Linux.swift
[329/351] Compiling NIOPosix LinuxCPUSet.swift
[330/351] Compiling NIOPosix LinuxUring.swift
[331/351] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[332/351] Compiling NIOPosix NIOPosixSendableMetatype.swift
[333/351] Compiling NIOPosix NIOThreadPool.swift
[334/351] Compiling NIOPosix NonBlockingFileIO.swift
[335/351] Compiling NIOPosix PendingDatagramWritesManager.swift
[336/351] Compiling NIOPosix PendingWritesManager.swift
[337/351] Compiling NIOPosix PipeChannel.swift
[338/351] Compiling NIOPosix PipePair.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] Compiling NIO Exports.swift
[347/353] Emitting module NIO
[349/358] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[350/358] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[351/358] Compiling NIOFoundationCompat JSONSerialization+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 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 | }
[359/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 | }
[360/373] Compiling DartSass ProtobufConversion.swift
[361/373] Compiling DartSass ProtobufValueConversion.swift
[362/373] Emitting module DartSass
[363/373] Compiling DartSass Concurrency+Extras.swift
[364/373] Compiling DartSass DartSassEmbedded.swift
[365/373] Compiling DartSass BinaryProtocol.swift
[366/373] Compiling DartSass Compiler.swift
[367/373] Compiling DartSass CompilerRequests.swift
[368/373] Compiling DartSass CompilerWork.swift
[369/373] Compiling DartSass embedded_sass.pb.swift
BUILD FAILURE 6.1 android