Build Information
Failed to build swift-sass, reference 3.1.0 (e2c9c4
), with Swift 6.1 for Android on 30 May 2025 08:42:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/swift-sass.git
Reference: 3.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/johnfairh/swift-sass
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at e2c9c4e Version 3.1.0
Submodule path 'sass': checked out '5cb2b69ada95d492ac33356f42e688f612825a19'
Submodule 'sass' (https://github.com/sass/sass.git) registered for path 'sass'
Cloning into '/host/spi-builder-workspace/sass'...
Cloned https://github.com/johnfairh/swift-sass.git
Revision (git rev-parse @):
e2c9c4e18c08f0b31f9ddbd3677a7a37460ad132
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.1.0
========================================
Build
========================================
Selected platform: 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-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/johnfairh/SourceMapper.git
[1/181] Fetching semver.swift
[182/4017] Fetching semver.swift, swift-log
[1218/4557] Fetching semver.swift, swift-log, sourcemapper
[4558/6267] Fetching semver.swift, swift-log, sourcemapper, swift-atomics
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.44s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[1/76108] Fetching swift-nio
[42622/115419] Fetching swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/Semver.swift.git from cache (6.77s)
Fetched https://github.com/apple/swift-log.git from cache (6.77s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.88s)
Fetched https://github.com/apple/swift-nio.git from cache (6.93s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (11.05s)
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.2.0 (0.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.94s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1846/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.03s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.03s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/johnfairh/SourceMapper.git
Working copy of https://github.com/johnfairh/SourceMapper.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.5.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.30.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/50] Write sources
[1/50] Copying PrivacyInfo.xcprivacy
[1/50] Write sources
[19/50] Compiling CNIOWindows shim.c
[20/50] Compiling _AtomicsShims.c
[21/50] Compiling CNIOWindows WSAStartup.c
[21/50] Compiling CNIOWASI CNIOWASI.c
[21/50] Compiling CNIOLinux liburing_shims.c
[24/50] Write sources
[25/50] Compiling CNIODarwin shim.c
[26/50] Compiling CNIOLinux shim.c
[27/50] Write swift-version-24593BA9C3E375BF.txt
[28/155] Compiling c-nioatomics.c
[29/169] Compiling c-atomics.c
[31/188] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/189] Emitting module _NIOBase64
[33/189] Compiling _NIOBase64 Base64.swift
[34/190] Compiling Atomics Primitives.native.swift
[35/190] Compiling Atomics AtomicReference.swift
[36/190] Compiling Atomics AtomicStorage.swift
[37/190] Compiling Atomics AtomicValue.swift
[38/190] Emitting module InternalCollectionsUtilities
[39/190] Compiling Atomics OptionalRawRepresentable.swift
[40/190] Compiling Atomics RawRepresentable.swift
[41/190] Compiling Atomics AtomicInteger.swift
[42/190] Compiling Atomics AtomicOptionalWrappable.swift
[43/190] Compiling Atomics IntegerConformances.swift
[44/190] Compiling Atomics PointerConformances.swift
[45/190] Compiling Atomics AtomicBool.swift
[46/190] Compiling Atomics Primitives.shims.swift
[51/192] Compiling Atomics UnsafeAtomic.swift
[52/192] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/192] Compiling _NIODataStructures _TinyArray.swift
[54/192] Emitting module _NIODataStructures
[55/192] Compiling Atomics AtomicMemoryOrderings.swift
[56/192] Compiling Atomics DoubleWord.swift
[57/192] Compiling Atomics ManagedAtomic.swift
[58/192] Compiling Atomics ManagedAtomicLazyReference.swift
[59/192] Compiling _NIODataStructures Heap.swift
[60/192] Compiling _NIODataStructures PriorityQueue.swift
[61/193] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/200] Wrapping AST for _NIOBase64 for debugging
[65/200] Emitting module SourceMapper
[66/200] Compiling Atomics IntegerOperations.swift
[67/200] Compiling Atomics Unmanaged extensions.swift
[67/200] Wrapping AST for _NIODataStructures for debugging
[71/200] Wrapping AST for InternalCollectionsUtilities for debugging
[73/215] Compiling DequeModule Deque+CustomReflectable.swift
[74/215] Compiling DequeModule Deque+Descriptions.swift
[75/217] Compiling DequeModule _DequeBuffer.swift
[76/217] Compiling DequeModule _DequeBufferHeader.swift
[77/217] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/217] Compiling DequeModule Deque+Equatable.swift
[79/217] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/217] Compiling NIOConcurrencyHelpers lock.swift
[81/217] Compiling SourceMapper VLQ.swift
[82/217] Compiling DequeModule Deque+Extras.swift
[83/217] Compiling DequeModule Deque+Hashable.swift
[84/217] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/217] Compiling NIOConcurrencyHelpers atomics.swift
[86/217] Compiling DequeModule Deque._UnsafeHandle.swift
[87/217] Compiling DequeModule Deque.swift
[88/217] Compiling DequeModule Deque+Testing.swift
[89/217] Compiling DequeModule Deque._Storage.swift
[90/217] Emitting module NIOConcurrencyHelpers
[91/217] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[92/218] Compiling DequeModule _DequeSlot.swift
[93/218] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/218] Compiling DequeModule Deque+Codable.swift
[96/218] Compiling DequeModule Deque+Collection.swift
[97/218] Emitting module DequeModule
[98/219] Wrapping AST for NIOConcurrencyHelpers for debugging
[99/219] Wrapping AST for DequeModule for debugging
[101/219] Emitting module Atomics
[109/220] Compiling Logging MetadataProvider.swift
[110/220] Emitting module Logging
[111/220] Compiling Logging Locks.swift
[111/220] Wrapping AST for Atomics for debugging
[113/280] Compiling Logging LogHandler.swift
[114/280] Compiling Logging Logging.swift
[115/281] Wrapping AST for Logging for debugging
[117/281] Compiling SourceMapper JSON.swift
[118/281] Compiling Semver Semver.swift
[119/281] Compiling Semver Semver+Parser.swift
[120/281] Emitting module Semver
[121/281] Compiling Semver Semver+Expressible.swift
[122/282] Compiling NIOCore Interfaces.swift
[123/282] Compiling NIOCore Linux.swift
[124/282] Compiling NIOCore MarkedCircularBuffer.swift
[125/282] Compiling NIOCore MulticastChannel.swift
[126/282] Compiling NIOCore NIOAny.swift
[127/282] Compiling NIOCore NIOCloseOnErrorHandler.swift
[128/282] Compiling NIOCore NIOLoopBound.swift
[129/282] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[130/282] Compiling NIOCore NIOScheduledCallback.swift
[131/282] Compiling NIOCore NIOSendable.swift
[132/282] Compiling NIOCore RecvByteBufferAllocator.swift
[133/282] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[134/293] Compiling SourceMapper Errors.swift
[135/293] Compiling SourceMapper SourceMap.swift
[136/293] Compiling SourceMapper Mappings.swift
[137/293] Compiling SourceMapper UnpackedSourceMap.swift
[139/294] Wrapping AST for Semver for debugging
[140/294] Wrapping AST for SourceMapper for debugging
[142/310] Compiling Sass Number.swift
[143/310] Compiling Sass String.swift
[144/310] Compiling Sass Units.swift
[145/310] Compiling NIOCore ByteBuffer-hex.swift
[146/310] Compiling NIOCore ByteBuffer-int.swift
[147/310] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[148/310] Compiling NIOCore ByteBuffer-multi-int.swift
[149/310] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[150/310] Compiling NIOCore ByteBuffer-views.swift
[151/310] Compiling NIOCore Channel.swift
[152/310] Compiling NIOCore ChannelHandler.swift
[153/310] Compiling NIOCore ChannelHandlers.swift
[162/318] Compiling NIOCore ChannelInvoker.swift
[163/318] Compiling NIOCore ChannelOption.swift
[164/318] Compiling NIOCore ChannelPipeline.swift
[165/318] Compiling NIOCore CircularBuffer.swift
[166/318] Compiling NIOCore Codec.swift
[167/318] Compiling NIOCore ConvenienceOptionSupport.swift
[168/318] Compiling NIOCore DeadChannel.swift
[169/318] Compiling NIOCore DispatchQueue+WithFuture.swift
[170/318] Compiling NIOCore EventLoop+Deprecated.swift
[171/318] Compiling NIOCore EventLoop+SerialExecutor.swift
[172/318] Compiling NIOCore EventLoop.swift
[173/318] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[174/318] Compiling NIOCore EventLoopFuture+Deprecated.swift
[175/318] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[176/318] Compiling NIOCore EventLoopFuture.swift
[177/318] Compiling NIOCore FileDescriptor.swift
[178/318] Compiling NIOCore FileHandle.swift
[179/318] Compiling NIOCore FileRegion.swift
[180/318] Compiling NIOCore GlobalSingletons.swift
[181/318] Compiling NIOCore IO.swift
[182/318] Compiling NIOCore IOData.swift
[183/318] Compiling NIOCore IPProtocol.swift
[184/318] Compiling NIOCore IntegerBitPacking.swift
[185/318] Compiling NIOCore IntegerTypes.swift
[186/318] Compiling NIOCore SocketAddresses.swift
[187/318] Compiling NIOCore SocketOptionProvider.swift
[188/318] Compiling NIOCore SystemCallHelpers.swift
[189/318] Compiling NIOCore TimeAmount+Duration.swift
[190/318] Compiling NIOCore TypeAssistedChannelHandler.swift
[191/318] Compiling NIOCore UniversalBootstrapSupport.swift
[192/318] Compiling NIOCore Utilities.swift
[193/318] Compiling SwiftProtobuf TextFormatDecodingError.swift
[194/318] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[195/318] Compiling SwiftProtobuf TextFormatEncoder.swift
[196/318] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[197/318] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[198/318] Compiling SwiftProtobuf TextFormatScanner.swift
[199/318] Compiling SwiftProtobuf TimeUtils.swift
[200/318] Compiling SwiftProtobuf UnknownStorage.swift
[201/318] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[202/318] Compiling SwiftProtobuf Varint.swift
[203/318] Compiling SwiftProtobuf Version.swift
[204/318] Compiling SwiftProtobuf Visitor.swift
[205/318] Compiling SwiftProtobuf WireFormat.swift
[206/318] Compiling SwiftProtobuf ZigZag.swift
[207/318] Compiling SwiftProtobuf any.pb.swift
[224/318] Emitting module SwiftProtobuf
[225/318] Compiling Sass CompilerFunction.swift
[226/318] Compiling Sass CompilerResults.swift
[227/318] Compiling Sass ArgumentList.swift
[228/318] Compiling Sass Calculation.swift
[229/318] Compiling Sass Color.swift
[230/318] Compiling Sass CompilerTypes.swift
[231/318] Compiling Sass Constants.swift
[232/318] Compiling Sass DynamicFunction.swift
[233/318] Compiling Sass FunctionTypes.swift
[234/318] Compiling Sass List.swift
[235/318] Compiling Sass Map.swift
[236/318] Compiling Sass Mixin.swift
[245/318] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[274/320] Compiling Sass Value.swift
[275/320] Compiling Sass ValueConvertible.swift
[276/320] Emitting module Sass
[280/321] Wrapping AST for Sass for debugging
[300/321] Emitting module NIOCore
[301/322] Wrapping AST for NIOCore for debugging
[303/372] Emitting module NIOEmbedded
[304/372] Compiling NIOEmbedded AsyncTestingChannel.swift
[305/372] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[306/372] Compiling NIOEmbedded Embedded.swift
[308/373] Emitting module NIOPosix
[308/379] Wrapping AST for NIOEmbedded for debugging
[310/379] Compiling NIOPosix ServerSocket.swift
[311/379] Compiling NIOPosix Socket.swift
[312/379] Compiling NIOPosix SocketChannel.swift
[313/379] Compiling NIOPosix SocketProtocols.swift
[314/379] Compiling NIOPosix System.swift
[315/379] Compiling NIOPosix Thread.swift
[316/379] Compiling NIOPosix Pool.swift
[317/379] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[318/379] Compiling NIOPosix PosixSingletons.swift
[319/379] Compiling NIOPosix RawSocketBootstrap.swift
[320/379] Compiling NIOPosix Resolver.swift
[321/379] Compiling NIOPosix Selectable.swift
[322/379] Compiling NIOPosix ThreadPosix.swift
[323/379] Compiling NIOPosix ThreadWindows.swift
[324/379] Compiling NIOPosix UnsafeTransfer.swift
[325/379] Compiling NIOPosix Utilities.swift
[326/379] Compiling NIOPosix VsockAddress.swift
[327/379] Compiling NIOPosix VsockChannelEvents.swift
[328/379] Compiling NIOPosix BSDSocketAPICommon.swift
[329/379] Compiling NIOPosix BSDSocketAPIPosix.swift
[330/379] Compiling NIOPosix BSDSocketAPIWindows.swift
[331/379] Compiling NIOPosix BaseSocket.swift
[332/379] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[333/379] Compiling NIOPosix BaseSocketChannel.swift
[334/379] Compiling NIOPosix BaseStreamSocketChannel.swift
[335/379] Compiling NIOPosix SelectableChannel.swift
[336/379] Compiling NIOPosix SelectableEventLoop.swift
[337/379] Compiling NIOPosix SelectorEpoll.swift
[338/379] Compiling NIOPosix SelectorGeneric.swift
[339/379] Compiling NIOPosix SelectorKqueue.swift
[340/379] Compiling NIOPosix SelectorUring.swift
[341/379] Compiling NIOPosix IO.swift
[342/379] Compiling NIOPosix IntegerBitPacking.swift
[343/379] Compiling NIOPosix IntegerTypes.swift
[344/379] Compiling NIOPosix Linux.swift
[345/379] Compiling NIOPosix LinuxCPUSet.swift
[346/379] Compiling NIOPosix LinuxUring.swift
[347/379] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[348/379] Compiling NIOPosix Bootstrap.swift
[349/379] Compiling NIOPosix ControlMessage.swift
[350/379] Compiling NIOPosix DatagramVectorReadManager.swift
[351/379] Compiling NIOPosix Errors+Any.swift
[352/379] Compiling NIOPosix FileDescriptor.swift
[353/379] Compiling NIOPosix GetaddrinfoResolver.swift
[354/379] Compiling NIOPosix HappyEyeballs.swift
[355/379] Compiling NIOPosix NIOThreadPool.swift
[356/379] Compiling NIOPosix NonBlockingFileIO.swift
[357/379] Compiling NIOPosix PendingDatagramWritesManager.swift
[358/379] Compiling NIOPosix PendingWritesManager.swift
[359/379] Compiling NIOPosix PipeChannel.swift
[360/379] Compiling NIOPosix PipePair.swift
[362/380] Compiling SwiftProtobuf api.pb.swift
[363/380] Compiling SwiftProtobuf descriptor.pb.swift
[364/380] Compiling SwiftProtobuf duration.pb.swift
[365/380] Compiling SwiftProtobuf empty.pb.swift
[366/380] Compiling SwiftProtobuf field_mask.pb.swift
[367/380] Compiling SwiftProtobuf source_context.pb.swift
[368/380] Compiling SwiftProtobuf struct.pb.swift
[369/380] Compiling SwiftProtobuf timestamp.pb.swift
[370/380] Compiling SwiftProtobuf type.pb.swift
[371/380] Compiling SwiftProtobuf wrappers.pb.swift
[372/380] Compiling SwiftProtobuf resource_bundle_accessor.swift
[372/381] Wrapping AST for NIOPosix for debugging
[375/383] Emitting module NIO
[376/383] Compiling NIO Exports.swift
[376/384] Wrapping AST for SwiftProtobuf for debugging
[378/384] Wrapping AST for NIO for debugging
[380/389] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[381/389] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[382/389] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[383/389] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[384/389] Emitting module NIOFoundationCompat
[385/390] Wrapping AST for NIOFoundationCompat for debugging
[387/404] Compiling DartSass Deprecation.swift
[388/404] Compiling DartSass Errors.swift
[389/404] Compiling DartSass Versions.swift
[390/405] Compiling DartSass Concurrency+Extras.swift
[391/405] Compiling DartSass DartSassEmbedded.swift
[392/405] Compiling DartSass ProtobufConversion.swift
[393/405] Compiling DartSass ProtobufValueConversion.swift
[394/405] 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 | }
[395/405] 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 | }
[396/405] Emitting module DartSass
[397/405] Compiling DartSass CompilerRequests.swift
[398/405] Compiling DartSass CompilerWork.swift
[399/405] Compiling DartSass BinaryProtocol.swift
[400/405] Compiling DartSass Compiler.swift
[401/405] Compiling DartSass embedded_sass.pb.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/58] Compiling NIOConcurrencyHelpers NIOLock.swift
[5/65] Compiling Logging MetadataProvider.swift
[6/65] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[7/148] Compiling SwiftProtobuf BinaryEncodingError.swift
[8/148] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[9/148] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[10/148] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[11/148] Emitting module Semver
[12/148] Emitting module _NIOBase64
[13/148] Compiling _NIOBase64 Base64.swift
[14/148] Compiling Semver Semver.swift
[15/149] Compiling SwiftProtobuf AnyMessageStorage.swift
[16/149] Compiling SwiftProtobuf AnyUnpackError.swift
[17/149] Compiling Semver Semver+Parser.swift
[18/149] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/149] Compiling Semver Semver+Expressible.swift
[20/149] Compiling Logging Locks.swift
[21/150] Emitting module NIOConcurrencyHelpers
[22/150] Emitting module Logging
[23/150] Compiling SwiftProtobuf AsyncMessageSequence.swift
[24/150] Compiling SwiftProtobuf BinaryDecoder.swift
[26/150] Compiling _NIODataStructures Heap.swift
[27/150] Compiling _NIODataStructures PriorityQueue.swift
[28/150] Compiling _NIODataStructures _TinyArray.swift
[29/150] Compiling SwiftProtobuf BinaryDelimited.swift
[30/150] Compiling SwiftProtobuf BinaryEncoder.swift
[31/150] Compiling SwiftProtobuf BinaryDecodingError.swift
[32/150] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[34/150] Emitting module _NIODataStructures
[35/151] Compiling NIOConcurrencyHelpers atomics.swift
[36/151] Compiling NIOConcurrencyHelpers lock.swift
[37/151] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/151] Emitting module InternalCollectionsUtilities
[39/152] Emitting module SourceMapper
[40/152] Compiling SourceMapper Errors.swift
[42/153] Compiling SourceMapper UnpackedSourceMap.swift
[43/153] Compiling SourceMapper VLQ.swift
[46/153] Compiling SourceMapper JSON.swift
[47/153] Compiling SourceMapper Mappings.swift
[48/153] Compiling SourceMapper SourceMap.swift
[50/198] Compiling Sass ArgumentList.swift
[51/198] Compiling Sass Calculation.swift
[52/200] Compiling Sass Map.swift
[53/200] Compiling Sass String.swift
[54/200] Compiling Atomics UnsafeAtomic.swift
[55/200] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/200] Compiling DequeModule _DequeSlot.swift
[59/200] Compiling DequeModule _UnsafeWrappedBuffer.swift
[60/202] Compiling Logging LogHandler.swift
[61/202] Compiling Logging Logging.swift
[62/202] Compiling Sass Color.swift
[63/202] Compiling Sass CompilerTypes.swift
[64/202] Compiling Sass Constants.swift
[65/202] Compiling Sass DynamicFunction.swift
[66/203] Compiling Sass Mixin.swift
[67/203] Compiling Sass Number.swift
[70/205] Compiling Sass FunctionTypes.swift
[73/205] Compiling Sass List.swift
[77/204] Compiling Sass CompilerFunction.swift
[78/204] Compiling Sass CompilerResults.swift
[79/204] Compiling Sass Value.swift
[80/204] Compiling Sass ValueConvertible.swift
[85/204] Compiling Atomics IntegerOperations.swift
[86/204] Compiling Atomics Unmanaged extensions.swift
[97/204] Emitting module DequeModule
[107/204] Compiling SwiftProtobuf FieldTag.swift
[108/204] Compiling SwiftProtobuf FieldTypes.swift
[109/204] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[110/204] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[117/215] Emitting module Atomics
[119/215] Emitting module Sass
[124/275] Compiling NIOCore Linux.swift
[125/275] Compiling NIOCore MarkedCircularBuffer.swift
[126/275] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[127/275] Compiling NIOCore EventLoopFuture+Deprecated.swift
[128/275] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/275] Compiling NIOCore EventLoopFuture.swift
[130/275] Compiling NIOCore FileDescriptor.swift
[131/275] Compiling NIOCore FileHandle.swift
[132/275] Compiling NIOCore FileRegion.swift
[133/275] Compiling NIOCore GlobalSingletons.swift
[134/275] Compiling NIOCore CircularBuffer.swift
[135/275] Compiling NIOCore Codec.swift
[136/275] Compiling NIOCore ConvenienceOptionSupport.swift
[137/275] Compiling NIOCore DeadChannel.swift
[138/275] Compiling NIOCore DispatchQueue+WithFuture.swift
[139/275] Compiling NIOCore EventLoop+Deprecated.swift
[140/275] Compiling NIOCore EventLoop+SerialExecutor.swift
[141/275] Compiling NIOCore EventLoop.swift
[142/275] Compiling NIOCore MulticastChannel.swift
[143/275] Compiling NIOCore NIOAny.swift
[144/275] Compiling NIOCore NIOCloseOnErrorHandler.swift
[145/275] Compiling NIOCore NIOLoopBound.swift
[146/275] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[147/275] Compiling NIOCore NIOScheduledCallback.swift
[148/275] Compiling SwiftProtobuf ProtobufMap.swift
[149/275] Compiling SwiftProtobuf SelectiveVisitor.swift
[150/275] Compiling SwiftProtobuf SimpleExtensionMap.swift
[151/275] Compiling SwiftProtobuf StringUtils.swift
[152/275] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[153/275] Compiling SwiftProtobuf SwiftProtobufError.swift
[154/275] Compiling SwiftProtobuf TextFormatDecoder.swift
[155/275] Compiling SwiftProtobuf TextFormatDecodingError.swift
[156/275] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[157/275] Compiling SwiftProtobuf TextFormatEncoder.swift
[158/275] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[159/275] Compiling NIOCore NIOSendable.swift
[160/275] Compiling NIOCore RecvByteBufferAllocator.swift
[161/275] Compiling NIOCore AddressedEnvelope.swift
[162/275] Compiling NIOCore AsyncAwaitSupport.swift
[163/275] Compiling NIOCore AsyncChannel.swift
[164/275] Compiling NIOCore AsyncChannelHandler.swift
[165/275] Compiling NIOCore AsyncChannelInboundStream.swift
[166/275] Compiling NIOCore AsyncChannelOutboundWriter.swift
[167/275] Compiling NIOCore NIOAsyncSequenceProducer.swift
[168/275] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[169/275] Compiling NIOCore NIOAsyncWriter.swift
[170/275] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[171/275] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[172/275] Compiling SwiftProtobuf TextFormatScanner.swift
[173/275] Compiling SwiftProtobuf TimeUtils.swift
[174/275] Compiling SwiftProtobuf UnknownStorage.swift
[175/275] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[176/275] Compiling SwiftProtobuf Varint.swift
[177/275] Compiling SwiftProtobuf Version.swift
[178/275] Compiling SwiftProtobuf Visitor.swift
[179/275] Compiling SwiftProtobuf WireFormat.swift
[180/275] Compiling SwiftProtobuf ZigZag.swift
[181/275] Compiling SwiftProtobuf any.pb.swift
[190/283] Emitting module SwiftProtobuf
[191/283] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[192/283] Compiling NIOCore BSDSocketAPI.swift
[193/283] Compiling NIOCore ByteBuffer-aux.swift
[194/283] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[195/283] Compiling NIOCore ByteBuffer-conversions.swift
[196/283] Compiling NIOCore ByteBuffer-core.swift
[197/283] Compiling NIOCore ByteBuffer-hex.swift
[198/283] Compiling NIOCore ByteBuffer-int.swift
[199/283] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[200/283] Compiling NIOCore ByteBuffer-multi-int.swift
[201/283] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[202/283] Compiling NIOCore ByteBuffer-views.swift
[203/283] Compiling NIOCore IO.swift
[204/283] Compiling NIOCore IOData.swift
[205/283] Compiling NIOCore IPProtocol.swift
[206/283] Compiling NIOCore IntegerBitPacking.swift
[207/283] Compiling NIOCore IntegerTypes.swift
[208/283] Compiling NIOCore Interfaces.swift
[236/283] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[237/283] Compiling NIOCore SocketAddresses.swift
[238/283] Compiling NIOCore SocketOptionProvider.swift
[239/283] Compiling NIOCore SystemCallHelpers.swift
[240/283] Compiling NIOCore TimeAmount+Duration.swift
[241/283] Compiling NIOCore TypeAssistedChannelHandler.swift
[242/283] Compiling NIOCore UniversalBootstrapSupport.swift
[243/283] Compiling NIOCore Utilities.swift
[256/283] Compiling NIOCore Channel.swift
[257/283] Compiling NIOCore ChannelHandler.swift
[258/283] Compiling NIOCore ChannelHandlers.swift
[259/283] Compiling NIOCore ChannelInvoker.swift
[260/283] Compiling NIOCore ChannelOption.swift
[261/283] Compiling NIOCore ChannelPipeline.swift
[262/283] Compiling SwiftProtobuf api.pb.swift
[263/283] Compiling SwiftProtobuf descriptor.pb.swift
[264/283] Compiling SwiftProtobuf duration.pb.swift
[265/283] Compiling SwiftProtobuf empty.pb.swift
[266/283] Compiling SwiftProtobuf field_mask.pb.swift
[267/283] Compiling SwiftProtobuf source_context.pb.swift
[268/283] Compiling SwiftProtobuf struct.pb.swift
[269/283] Compiling SwiftProtobuf timestamp.pb.swift
[270/283] Compiling SwiftProtobuf type.pb.swift
[271/283] Compiling SwiftProtobuf wrappers.pb.swift
[272/283] Compiling SwiftProtobuf resource_bundle_accessor.swift
[273/284] Wrapping AST for SwiftProtobuf for debugging
[275/284] Emitting module NIOCore
[277/334] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[278/334] Compiling NIOEmbedded AsyncTestingChannel.swift
[279/334] Emitting module NIOEmbedded
[280/334] Compiling NIOEmbedded Embedded.swift
[281/335] Compiling NIOPosix Pool.swift
[282/335] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[283/335] Compiling NIOPosix PosixSingletons.swift
[284/335] Compiling NIOPosix RawSocketBootstrap.swift
[285/335] Compiling NIOPosix Resolver.swift
[286/335] Compiling NIOPosix Selectable.swift
[288/340] Compiling NIOPosix ThreadPosix.swift
[289/340] Compiling NIOPosix ThreadWindows.swift
[290/340] Compiling NIOPosix UnsafeTransfer.swift
[291/340] Compiling NIOPosix Utilities.swift
[292/340] Compiling NIOPosix VsockAddress.swift
[293/340] Compiling NIOPosix VsockChannelEvents.swift
[294/340] Emitting module NIOPosix
[295/340] Compiling NIOPosix BSDSocketAPICommon.swift
[296/340] Compiling NIOPosix BSDSocketAPIPosix.swift
[297/340] Compiling NIOPosix BSDSocketAPIWindows.swift
[298/340] Compiling NIOPosix BaseSocket.swift
[299/340] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[300/340] Compiling NIOPosix BaseSocketChannel.swift
[301/340] Compiling NIOPosix BaseStreamSocketChannel.swift
[302/340] Compiling NIOPosix ServerSocket.swift
[303/340] Compiling NIOPosix Socket.swift
[304/340] Compiling NIOPosix SocketChannel.swift
[305/340] Compiling NIOPosix SocketProtocols.swift
[306/340] Compiling NIOPosix System.swift
[307/340] Compiling NIOPosix Thread.swift
[308/340] Compiling NIOPosix IO.swift
[309/340] Compiling NIOPosix IntegerBitPacking.swift
[310/340] Compiling NIOPosix IntegerTypes.swift
[311/340] Compiling NIOPosix Linux.swift
[312/340] Compiling NIOPosix LinuxCPUSet.swift
[313/340] Compiling NIOPosix LinuxUring.swift
[314/340] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[315/340] Compiling NIOPosix Bootstrap.swift
[316/340] Compiling NIOPosix ControlMessage.swift
[317/340] Compiling NIOPosix DatagramVectorReadManager.swift
[318/340] Compiling NIOPosix Errors+Any.swift
[319/340] Compiling NIOPosix FileDescriptor.swift
[320/340] Compiling NIOPosix GetaddrinfoResolver.swift
[321/340] Compiling NIOPosix HappyEyeballs.swift
[322/340] Compiling NIOPosix NIOThreadPool.swift
[323/340] Compiling NIOPosix NonBlockingFileIO.swift
[324/340] Compiling NIOPosix PendingDatagramWritesManager.swift
[325/340] Compiling NIOPosix PendingWritesManager.swift
[326/340] Compiling NIOPosix PipeChannel.swift
[327/340] Compiling NIOPosix PipePair.swift
[328/340] Compiling NIOPosix SelectableChannel.swift
[329/340] Compiling NIOPosix SelectableEventLoop.swift
[330/340] Compiling NIOPosix SelectorEpoll.swift
[331/340] Compiling NIOPosix SelectorGeneric.swift
[332/340] Compiling NIOPosix SelectorKqueue.swift
[333/340] Compiling NIOPosix SelectorUring.swift
[335/342] Compiling NIO Exports.swift
[336/342] Emitting module NIO
[338/347] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[339/347] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[340/347] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[341/347] Emitting module NIOFoundationCompat
[342/347] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[344/361] Compiling DartSass Versions.swift
[345/362] Compiling DartSass Concurrency+Extras.swift
[346/362] Compiling DartSass DartSassEmbedded.swift
[347/362] 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 | }
[348/362] 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 | }
[349/362] Compiling DartSass ProtobufConversion.swift
[350/362] Compiling DartSass ProtobufValueConversion.swift
[351/362] Compiling DartSass Deprecation.swift
[352/362] Compiling DartSass Errors.swift
[353/362] Compiling DartSass CompilerRequests.swift
[354/362] Compiling DartSass CompilerWork.swift
[355/362] Compiling DartSass BinaryProtocol.swift
[356/362] Compiling DartSass Compiler.swift
[357/362] Emitting module DartSass
[358/362] Compiling DartSass embedded_sass.pb.swift
BUILD FAILURE 6.1 android