Build Information
Failed to build swift-sass, reference 3.3.0 (361b70), with Swift 6.1 for Android on 15 Jan 2026 16:05:40 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: 3.3.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.3.0 -> FETCH_HEAD
HEAD is now at 361b70b Version 3.3.0
Submodule path 'sass': checked out '6772c45222fe460901958a85dedc9548fb16d3bc'
Submodule 'sass' (https://github.com/sass/sass.git) registered for path 'sass'
Cloning into '/host/spi-builder-workspace/sass'...
Cloned https://github.com/johnfairh/swift-sass.git
Revision (git rev-parse @):
361b70bbb4f038cc850cb2d5e6ef5aa3495cb6ef
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at 3.3.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-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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/johnfairh/Semver.swift.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-protobuf.git
[1/551] Fetching sourcemapper
[79/732] Fetching sourcemapper, semver.swift
[728/6517] Fetching sourcemapper, semver.swift, swift-log
[1486/8337] Fetching sourcemapper, semver.swift, swift-log, swift-atomics
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.49s)
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
[1/81285] Fetching swift-nio
[81286/123116] Fetching swift-nio, swift-protobuf
Fetched https://github.com/johnfairh/SourceMapper.git from cache (14.31s)
Fetched https://github.com/apple/swift-atomics.git from cache (14.31s)
Fetched https://github.com/apple/swift-protobuf.git from cache (14.42s)
Fetched https://github.com/apple/swift-nio.git from cache (14.49s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (17.32s)
Computing version for https://github.com/johnfairh/Semver.swift.git
Computed https://github.com/johnfairh/Semver.swift.git at 1.2.4 (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.55s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (1.24s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5415] Fetching swift-system
[5416/24038] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.0 (0.75s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/johnfairh/Semver.swift.git
Working copy of https://github.com/johnfairh/Semver.swift.git resolved at 1.2.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.92.2
Creating working copy for https://github.com/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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/52] Write sources
[12/52] Compiling CNIODarwin shim.c
[13/52] Write sources
[14/52] Compiling CNIOLinux liburing_shims.c
[15/52] Write sources
[16/52] Copying PrivacyInfo.xcprivacy
[17/52] Write sources
[22/52] Compiling CNIOOpenBSD shim.c
[22/52] Compiling CNIOWindows shim.c
[24/52] Compiling CNIOWindows WSAStartup.c
[25/52] Compiling _AtomicsShims.c
[26/52] Compiling CNIOLinux shim.c
[27/52] Compiling CNIOWASI CNIOWASI.c
[28/52] Compiling CNIOPosix event_loop_id.c
[29/52] Write swift-version-24593BA9C3E375BF.txt
[30/159] Compiling c-nioatomics.c
[32/175] Emitting module _NIOBase64
[33/175] Compiling _NIOBase64 Base64.swift
[34/176] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[35/176] Compiling InternalCollectionsUtilities Integer rank.swift
[36/176] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[37/178] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/178] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/178] Compiling _NIODataStructures _TinyArray.swift
[40/178] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[41/178] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/178] Compiling Logging LogHandler.swift
[43/178] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/178] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/178] Compiling InternalCollectionsUtilities Debugging.swift
[46/178] Compiling InternalCollectionsUtilities Descriptions.swift
[47/178] Compiling _NIODataStructures PriorityQueue.swift
[49/178] Emitting module InternalCollectionsUtilities
[50/178] Compiling _NIODataStructures Heap.swift
[51/178] Emitting module _NIODataStructures
[52/179] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[53/179] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[54/197] Wrapping AST for _NIODataStructures for debugging
[56/197] Compiling Atomics AtomicStorage.swift
[57/197] Compiling Atomics AtomicValue.swift
[57/199] Wrapping AST for _NIOBase64 for debugging
[59/199] Compiling Atomics UnsafeAtomic.swift
[60/199] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/199] Compiling Atomics ManagedAtomic.swift
[62/199] Compiling Atomics ManagedAtomicLazyReference.swift
[63/199] Compiling Atomics AtomicMemoryOrderings.swift
[64/199] Compiling Atomics DoubleWord.swift
[65/199] Compiling Atomics AtomicReference.swift
[66/199] Compiling Atomics OptionalRawRepresentable.swift
[67/199] Compiling Atomics AtomicInteger.swift
[68/199] Compiling Atomics AtomicOptionalWrappable.swift
[72/200] Wrapping AST for InternalCollectionsUtilities for debugging
[74/200] Compiling Atomics IntegerOperations.swift
[75/200] Compiling Atomics Unmanaged extensions.swift
[76/215] Compiling DequeModule Deque+CustomReflectable.swift
[77/215] Compiling DequeModule Deque+Descriptions.swift
[78/217] Compiling DequeModule _DequeBuffer.swift
[79/217] Compiling DequeModule _DequeBufferHeader.swift
[80/217] Compiling SourceMapper VLQ.swift
[81/217] Compiling DequeModule Deque+Extras.swift
[82/217] Compiling DequeModule Deque+Hashable.swift
[83/217] Compiling DequeModule Deque+Equatable.swift
[84/217] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/217] Compiling c-atomics.c
[86/217] Compiling DequeModule _DequeSlot.swift
[87/217] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/223] Compiling DequeModule Deque+Testing.swift
[89/223] Compiling DequeModule Deque._Storage.swift
[90/223] Compiling DequeModule Deque._UnsafeHandle.swift
[91/223] Compiling DequeModule Deque.swift
[92/223] Compiling Logging MetadataProvider.swift
[93/223] Compiling Logging Logging.swift
[94/223] Compiling Logging Locks.swift
[95/223] Emitting module Logging
[97/224] Compiling DequeModule Deque+Codable.swift
[98/224] Compiling DequeModule Deque+Collection.swift
[98/224] Wrapping AST for Logging for debugging
[100/224] Emitting module DequeModule
[101/225] Compiling NIOConcurrencyHelpers lock.swift
[103/225] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/225] Emitting module Semver
[105/225] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/225] Compiling NIOConcurrencyHelpers NIOLock.swift
[107/225] Emitting module NIOConcurrencyHelpers
[108/225] Compiling NIOConcurrencyHelpers atomics.swift
[109/225] Compiling Semver Semver.swift
[110/226] Compiling Semver Semver+Parser.swift
[111/226] Compiling Semver Semver+Expressible.swift
[112/226] Compiling SourceMapper UnpackedSourceMap.swift
[112/227] Wrapping AST for DequeModule for debugging
[114/227] Compiling SourceMapper Mappings.swift
[115/227] Compiling SourceMapper JSON.swift
[116/227] Emitting module SourceMapper
[117/227] Compiling SourceMapper Errors.swift
[118/227] Compiling SourceMapper SourceMap.swift
[121/228] Wrapping AST for Semver for debugging
[122/228] Wrapping AST for SourceMapper for debugging
[122/228] Wrapping AST for NIOConcurrencyHelpers for debugging
[125/244] Compiling Sass Number.swift
[126/244] Compiling Sass String.swift
[127/244] Compiling Sass Units.swift
[130/244] Compiling Sass Constants.swift
[131/244] Compiling Sass DynamicFunction.swift
[132/244] Compiling Sass FunctionTypes.swift
[135/244] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[136/244] Compiling SwiftProtobuf ExtensionFields.swift
[137/244] Compiling SwiftProtobuf ExtensionMap.swift
[138/244] Compiling SwiftProtobuf FieldTag.swift
[139/244] Compiling SwiftProtobuf FieldTypes.swift
[140/244] Compiling Sass ArgumentList.swift
[141/244] Compiling Sass Calculation.swift
[142/244] Compiling Sass Color.swift
[143/244] Emitting module Atomics
[144/256] Wrapping AST for Atomics for debugging
[146/319] Compiling NIOCore NIOCoreSendableMetatype.swift
[147/319] Compiling NIOCore NIODecodedAsyncSequence.swift
[148/319] Compiling NIOCore NIOLoopBound.swift
[149/319] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[150/319] Compiling NIOCore NIOScheduledCallback.swift
[151/319] Compiling NIOCore NIOSendable.swift
[152/319] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[153/319] Compiling NIOCore RecvByteBufferAllocator.swift
[154/327] Compiling NIOCore AsyncChannelHandler.swift
[155/327] Compiling NIOCore AsyncChannelInboundStream.swift
[156/329] Compiling NIOCore ByteBuffer-multi-int.swift
[157/329] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[158/329] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[159/329] Compiling NIOCore NIOAsyncWriter.swift
[160/329] Compiling NIOCore ByteBuffer-views.swift
[161/329] Compiling NIOCore Channel.swift
[162/329] Compiling NIOCore AsyncChannelOutboundWriter.swift
[163/329] Compiling NIOCore NIOAsyncSequenceProducer.swift
[164/329] Compiling NIOCore ChannelHandler.swift
[165/329] Compiling NIOCore ChannelHandlers.swift
[166/329] Compiling NIOCore ByteBuffer-hex.swift
[167/329] Compiling NIOCore ByteBuffer-int.swift
[168/329] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[169/329] Compiling NIOCore EventLoopFuture+Deprecated.swift
[170/329] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[171/329] Compiling NIOCore EventLoopFuture.swift
[172/329] Compiling NIOCore FileDescriptor.swift
[173/329] Compiling NIOCore FileHandle.swift
[174/329] Compiling NIOCore FileRegion.swift
[175/329] Compiling NIOCore GlobalSingletons.swift
[176/329] Compiling NIOCore IO.swift
[177/329] Compiling NIOCore IOData.swift
[178/329] Compiling NIOCore DispatchQueue+WithFuture.swift
[179/329] Compiling NIOCore EventLoop+Deprecated.swift
[180/329] Compiling NIOCore EventLoop+SerialExecutor.swift
[181/329] Compiling NIOCore EventLoop.swift
[182/329] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[183/329] Compiling NIOCore IPProtocol.swift
[184/329] Compiling NIOCore IntegerBitPacking.swift
[185/329] Compiling NIOCore IntegerTypes.swift
[186/329] Compiling NIOCore Interfaces.swift
[187/329] Compiling NIOCore Linux.swift
[188/329] Compiling NIOCore MarkedCircularBuffer.swift
[189/329] Compiling NIOCore MulticastChannel.swift
[198/329] Compiling NIOCore CircularBuffer.swift
[199/329] Compiling NIOCore Codec.swift
[200/329] Compiling NIOCore ConvenienceOptionSupport.swift
[201/329] Compiling NIOCore DeadChannel.swift
[202/329] Compiling NIOCore NIOAny.swift
[203/329] Compiling NIOCore NIOCloseOnErrorHandler.swift
[204/329] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[205/329] Compiling NIOCore SocketAddresses.swift
[206/329] Compiling NIOCore SocketOptionProvider.swift
[207/329] Compiling NIOCore SystemCallHelpers.swift
[208/329] Compiling NIOCore TimeAmount+Duration.swift
[209/329] Compiling NIOCore TypeAssistedChannelHandler.swift
[210/329] Compiling NIOCore UniversalBootstrapSupport.swift
[211/329] Compiling NIOCore Utilities.swift
[212/329] Compiling SwiftProtobuf ZigZag.swift
[213/329] Compiling SwiftProtobuf any.pb.swift
[214/329] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[215/329] Compiling SwiftProtobuf Message+FieldMask.swift
[216/329] Compiling SwiftProtobuf Message+JSONAdditions.swift
[217/329] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[218/329] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[219/329] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[220/329] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[221/329] Compiling SwiftProtobuf Message.swift
[222/329] Compiling SwiftProtobuf MessageExtension.swift
[223/329] Compiling SwiftProtobuf NameMap.swift
[224/329] Compiling SwiftProtobuf PathDecoder.swift
[225/329] Compiling SwiftProtobuf PathVisitor.swift
[226/329] Compiling Sass Value.swift
[227/329] Compiling Sass ValueConvertible.swift
[246/329] Compiling NIOCore AddressedEnvelope.swift
[247/329] Compiling NIOCore AsyncAwaitSupport.swift
[248/329] Compiling NIOCore AsyncChannel.swift
[258/329] Emitting module SwiftProtobuf
[279/329] Emitting module Sass
[289/330] Wrapping AST for Sass for debugging
[291/330] Emitting module NIOCore
[292/330] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[293/330] Compiling NIOCore BSDSocketAPI.swift
[294/330] Compiling NIOCore ByteBuffer-aux.swift
[295/330] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[296/330] Compiling NIOCore ByteBuffer-conversions.swift
[297/330] Compiling NIOCore ByteBuffer-core.swift
[309/330] Compiling NIOCore ChannelPipeline.swift
[310/331] Wrapping AST for NIOCore for debugging
[312/385] Compiling SwiftProtobuf api.pb.swift
[313/385] Compiling SwiftProtobuf descriptor.pb.swift
[314/385] Compiling SwiftProtobuf duration.pb.swift
[315/385] Compiling SwiftProtobuf empty.pb.swift
[316/385] Compiling SwiftProtobuf field_mask.pb.swift
[317/385] Compiling SwiftProtobuf source_context.pb.swift
[318/385] Compiling SwiftProtobuf struct.pb.swift
[319/385] Compiling SwiftProtobuf timestamp.pb.swift
[320/385] Compiling SwiftProtobuf type.pb.swift
[321/385] Compiling SwiftProtobuf wrappers.pb.swift
[322/385] Compiling SwiftProtobuf resource_bundle_accessor.swift
[323/385] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[325/386] Compiling NIOEmbedded AsyncTestingChannel.swift
[326/386] Compiling NIOEmbedded Embedded.swift
[327/386] Emitting module NIOEmbedded
[327/386] Wrapping AST for SwiftProtobuf for debugging
[329/387] Wrapping AST for NIOEmbedded for debugging
[331/387] Compiling NIOPosix Pool.swift
[332/387] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[333/387] Compiling NIOPosix PosixSingletons.swift
[334/387] Compiling NIOPosix RawSocketBootstrap.swift
[335/387] Compiling NIOPosix Resolver.swift
[336/387] Compiling NIOPosix Selectable.swift
[337/387] Compiling NIOPosix SelectableChannel.swift
[338/393] Compiling NIOPosix ThreadWindows.swift
[339/393] Compiling NIOPosix UnsafeTransfer.swift
[340/393] Compiling NIOPosix Utilities.swift
[341/393] Compiling NIOPosix VsockAddress.swift
[342/393] Compiling NIOPosix VsockChannelEvents.swift
[343/393] Compiling NIOPosix Windows.swift
[344/393] Emitting module NIOPosix
[345/393] Compiling NIOPosix SelectableEventLoop.swift
[346/393] Compiling NIOPosix SelectorEpoll.swift
[347/393] Compiling NIOPosix SelectorGeneric.swift
[348/393] Compiling NIOPosix SelectorKqueue.swift
[349/393] Compiling NIOPosix SelectorUring.swift
[350/393] Compiling NIOPosix SelectorWSAPoll.swift
[351/393] Compiling NIOPosix ServerSocket.swift
[352/393] Compiling NIOPosix Socket.swift
[353/393] Compiling NIOPosix SocketChannel.swift
[354/393] Compiling NIOPosix SocketProtocols.swift
[355/393] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[356/393] Compiling NIOPosix System.swift
[357/393] Compiling NIOPosix Thread.swift
[358/393] Compiling NIOPosix ThreadPosix.swift
[359/393] Compiling NIOPosix IO.swift
[360/393] Compiling NIOPosix IntegerBitPacking.swift
[361/393] Compiling NIOPosix IntegerTypes.swift
[362/393] Compiling NIOPosix Linux.swift
[363/393] Compiling NIOPosix LinuxCPUSet.swift
[364/393] Compiling NIOPosix LinuxUring.swift
[365/393] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[366/393] Compiling NIOPosix NIOPosixSendableMetatype.swift
[367/393] Compiling NIOPosix NIOThreadPool.swift
[368/393] Compiling NIOPosix NonBlockingFileIO.swift
[369/393] Compiling NIOPosix PendingDatagramWritesManager.swift
[370/393] Compiling NIOPosix PendingWritesManager.swift
[371/393] Compiling NIOPosix PipeChannel.swift
[372/393] Compiling NIOPosix PipePair.swift
[373/393] Compiling NIOPosix BSDSocketAPICommon.swift
[374/393] Compiling NIOPosix BSDSocketAPIPosix.swift
[375/393] Compiling NIOPosix BSDSocketAPIWindows.swift
[376/393] Compiling NIOPosix BaseSocket.swift
[377/393] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[378/393] Compiling NIOPosix BaseSocketChannel.swift
[379/393] Compiling NIOPosix BaseStreamSocketChannel.swift
[380/393] Compiling NIOPosix Bootstrap.swift
[381/393] Compiling NIOPosix ControlMessage.swift
[382/393] Compiling NIOPosix DatagramVectorReadManager.swift
[383/393] Compiling NIOPosix Errors+Any.swift
[384/393] Compiling NIOPosix FileDescriptor.swift
[385/393] Compiling NIOPosix GetaddrinfoResolver.swift
[386/393] Compiling NIOPosix HappyEyeballs.swift
[387/394] Wrapping AST for NIOPosix for debugging
[389/396] Compiling NIO Exports.swift
[390/396] Emitting module NIO
[391/397] Wrapping AST for NIO for debugging
[393/402] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[394/402] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[395/402] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[396/402] Emitting module NIOFoundationCompat
[397/402] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[398/403] Wrapping AST for NIOFoundationCompat for debugging
[400/417] Compiling DartSass Exec.swift
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:22:26: error: cannot find 'SOCK_STREAM' in scope
20 | let sockStream = CInt(SOCK_STREAM.rawValue)
21 | #else
22 | let sockStream = SOCK_STREAM
| `- error: cannot find 'SOCK_STREAM' in scope
23 | #endif // such anger
24 | let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:18: error: cannot find 'socketpair' in scope
22 | let sockStream = SOCK_STREAM
23 | #endif // such anger
24 | let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
| `- error: cannot find 'socketpair' in scope
25 | precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 | reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:29: error: cannot find 'PF_LOCAL' in scope
22 | let sockStream = SOCK_STREAM
23 | #endif // such anger
24 | let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
| `- error: cannot find 'PF_LOCAL' in scope
25 | precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 | reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:25:61: error: cannot find 'errno' in scope
23 | #endif // such anger
24 | let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
25 | precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
| `- error: cannot find 'errno' in scope
26 | reader = fds[0]
27 | writer = fds[1]
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:68:9: error: cannot find 'close' in scope
66 |
67 | // Close our copy of the FDs that the child is using.
68 | close(stdoutPipe.writer)
| `- error: cannot find 'close' in scope
69 | close(stdinPipe.reader)
70 | return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:69:9: error: cannot find 'close' in scope
67 | // Close our copy of the FDs that the child is using.
68 | close(stdoutPipe.writer)
69 | close(stdinPipe.reader)
| `- error: cannot find 'close' in scope
70 | return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
71 | }
[401/417] Compiling DartSass Importers.swift
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:22:26: error: cannot find 'SOCK_STREAM' in scope
20 | let sockStream = CInt(SOCK_STREAM.rawValue)
21 | #else
22 | let sockStream = SOCK_STREAM
| `- error: cannot find 'SOCK_STREAM' in scope
23 | #endif // such anger
24 | let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:18: error: cannot find 'socketpair' in scope
22 | let sockStream = SOCK_STREAM
23 | #endif // such anger
24 | let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
| `- error: cannot find 'socketpair' in scope
25 | precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 | reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:24:29: error: cannot find 'PF_LOCAL' in scope
22 | let sockStream = SOCK_STREAM
23 | #endif // such anger
24 | let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
| `- error: cannot find 'PF_LOCAL' in scope
25 | precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
26 | reader = fds[0]
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:25:61: error: cannot find 'errno' in scope
23 | #endif // such anger
24 | let rc = socketpair(PF_LOCAL, sockStream, 0, &fds)
25 | precondition(rc == 0, "socketpair(2) failed errno=\(errno)")
| `- error: cannot find 'errno' in scope
26 | reader = fds[0]
27 | writer = fds[1]
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:68:9: error: cannot find 'close' in scope
66 |
67 | // Close our copy of the FDs that the child is using.
68 | close(stdoutPipe.writer)
| `- error: cannot find 'close' in scope
69 | close(stdinPipe.reader)
70 | return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
/host/spi-builder-workspace/Sources/DartSass/Exec.swift:69:9: error: cannot find 'close' in scope
67 | // Close our copy of the FDs that the child is using.
68 | close(stdoutPipe.writer)
69 | close(stdinPipe.reader)
| `- error: cannot find 'close' in scope
70 | return Child(process: process, stdoutFD: stdoutPipe.reader, stdinFD: stdinPipe.writer)
71 | }
[402/418] Compiling DartSass Deprecation.swift
[403/418] Compiling DartSass Errors.swift
[404/418] Compiling DartSass Versions.swift
[405/418] Compiling DartSass ProtobufConversion.swift
[406/418] Compiling DartSass ProtobufValueConversion.swift
[407/418] Compiling DartSass Concurrency+Extras.swift
[408/418] Compiling DartSass DartSassEmbedded.swift
[409/418] Compiling DartSass CompilerRequests.swift
[410/418] Compiling DartSass CompilerWork.swift
[411/418] Compiling DartSass BinaryProtocol.swift
[412/418] Compiling DartSass Compiler.swift
[413/418] Emitting module DartSass
[414/418] Compiling DartSass embedded_sass.pb.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/22] Write swift-version-24593BA9C3E375BF.txt
[3/66] Compiling InternalCollectionsUtilities _SortedCollection.swift
[4/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/135] Compiling Logging MetadataProvider.swift
[6/153] Compiling SwiftProtobuf Decoder.swift
[7/153] Compiling SwiftProtobuf DoubleParser.swift
[8/153] Compiling Logging Locks.swift
[9/153] Compiling NIOConcurrencyHelpers NIOLock.swift
[10/153] Compiling NIOConcurrencyHelpers atomics.swift
[11/153] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[12/153] Compiling NIOConcurrencyHelpers lock.swift
[13/153] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[14/153] Compiling _NIODataStructures Heap.swift
[15/153] Emitting module _NIOBase64
[16/153] Compiling _NIOBase64 Base64.swift
[17/154] Emitting module Semver
[19/153] Compiling _NIODataStructures PriorityQueue.swift
[20/153] Compiling _NIODataStructures _TinyArray.swift
[21/153] Emitting module Logging
[22/153] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[23/153] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[24/153] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[25/153] Compiling SwiftProtobuf BytecodeInterpreter.swift
[26/153] Compiling SwiftProtobuf BytecodeReader.swift
[27/153] Compiling SwiftProtobuf CustomJSONCodable.swift
[28/153] Emitting module SourceMapper
[29/153] Compiling SourceMapper Errors.swift
[30/153] Compiling SourceMapper JSON.swift
[31/153] Emitting module NIOConcurrencyHelpers
[32/154] Emitting module _NIODataStructures
[33/155] Compiling SourceMapper Mappings.swift
[34/155] Compiling SourceMapper SourceMap.swift
[36/154] Compiling SwiftProtobuf BinaryEncoder.swift
[37/154] Compiling SwiftProtobuf BinaryEncodingError.swift
[38/154] Compiling SwiftProtobuf AsyncMessageSequence.swift
[39/154] Compiling SwiftProtobuf BinaryDecoder.swift
[40/154] Compiling SwiftProtobuf BinaryDecodingError.swift
[41/154] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[42/154] Compiling SwiftProtobuf BinaryDelimited.swift
[43/172] Compiling Semver Semver+Parser.swift
[44/172] Compiling Semver Semver+Expressible.swift
[45/172] Compiling Semver Semver.swift
[48/171] Compiling Atomics UnsafeAtomic.swift
[49/171] Compiling Atomics UnsafeAtomicLazyReference.swift
[50/173] Emitting module InternalCollectionsUtilities
[52/174] Compiling Atomics ManagedAtomic.swift
[53/174] Compiling Atomics ManagedAtomicLazyReference.swift
[54/174] Emitting module SwiftProtobuf
[55/185] Compiling Atomics AtomicStorage.swift
[56/185] Compiling Atomics AtomicValue.swift
[57/185] Compiling Atomics AtomicMemoryOrderings.swift
[58/185] Compiling Atomics DoubleWord.swift
[59/184] Compiling Atomics IntegerOperations.swift
[60/184] Compiling Atomics Unmanaged extensions.swift
[61/184] Compiling Atomics AtomicInteger.swift
[62/184] Compiling Atomics AtomicOptionalWrappable.swift
[63/184] Compiling Atomics AtomicReference.swift
[64/184] Compiling SourceMapper UnpackedSourceMap.swift
[65/184] Compiling SourceMapper VLQ.swift
[67/199] Compiling Logging LogHandler.swift
[68/199] Compiling Logging Logging.swift
[70/199] Compiling DequeModule Deque+CustomReflectable.swift
[71/199] Compiling DequeModule Deque+Descriptions.swift
[72/201] Compiling DequeModule _DequeBuffer.swift
[73/201] Compiling DequeModule _DequeBufferHeader.swift
[74/201] Compiling DequeModule Deque+Equatable.swift
[75/201] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/217] Compiling Sass Map.swift
[77/217] Compiling Sass Mixin.swift
[78/217] Compiling Sass Units.swift
[79/217] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/217] Compiling Sass CompilerTypes.swift
[81/217] Compiling Sass Constants.swift
[83/219] Compiling Sass DynamicFunction.swift
[84/219] Compiling Sass FunctionTypes.swift
[85/219] Compiling Sass List.swift
[86/219] Compiling Sass Value.swift
[87/219] Compiling Sass ValueConvertible.swift
[88/219] Emitting module Sass
[89/219] Compiling Sass CompilerFunction.swift
[90/219] Compiling Sass CompilerResults.swift
[91/219] Emitting module Atomics
[92/219] Emitting module DequeModule
[93/219] Compiling Sass ArgumentList.swift
[94/219] Compiling Sass Calculation.swift
[101/220] Compiling Sass Number.swift
[102/220] Compiling Sass String.swift
[108/220] Compiling Sass Color.swift
[114/221] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[115/221] Compiling SwiftProtobuf Message+FieldMask.swift
[116/221] Compiling SwiftProtobuf Message+JSONAdditions.swift
[117/221] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[118/221] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[119/221] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[120/221] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[121/221] Compiling SwiftProtobuf Message.swift
[122/221] Compiling SwiftProtobuf MessageExtension.swift
[123/221] Compiling SwiftProtobuf NameMap.swift
[124/221] Compiling SwiftProtobuf PathDecoder.swift
[125/221] Compiling SwiftProtobuf PathVisitor.swift
[127/221] Compiling SwiftProtobuf JSONDecoder.swift
[128/221] Compiling SwiftProtobuf JSONDecodingError.swift
[129/221] Compiling SwiftProtobuf JSONDecodingOptions.swift
[130/221] Compiling SwiftProtobuf JSONEncoder.swift
[131/221] Compiling SwiftProtobuf JSONEncodingError.swift
[132/221] Compiling SwiftProtobuf JSONEncodingOptions.swift
[133/221] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[134/221] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[135/221] Compiling SwiftProtobuf JSONScanner.swift
[136/221] Compiling SwiftProtobuf MathUtils.swift
[137/221] Compiling SwiftProtobuf Message+AnyAdditions.swift
[138/221] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[146/219] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[147/219] Compiling SwiftProtobuf ExtensionFields.swift
[148/219] Compiling SwiftProtobuf ExtensionMap.swift
[149/219] Compiling SwiftProtobuf FieldTag.swift
[150/219] Compiling SwiftProtobuf FieldTypes.swift
[151/219] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[152/219] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[153/219] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[154/219] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[155/219] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[156/219] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[157/219] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[158/219] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[159/219] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[160/219] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[161/219] Compiling SwiftProtobuf HashVisitor.swift
[162/219] Compiling SwiftProtobuf Internal.swift
[163/282] Compiling SwiftProtobuf api.pb.swift
[164/282] Compiling SwiftProtobuf descriptor.pb.swift
[165/282] Compiling SwiftProtobuf duration.pb.swift
[166/282] Compiling SwiftProtobuf empty.pb.swift
[167/282] Compiling SwiftProtobuf field_mask.pb.swift
[168/282] Compiling SwiftProtobuf source_context.pb.swift
[169/282] Compiling SwiftProtobuf struct.pb.swift
[170/282] Compiling SwiftProtobuf timestamp.pb.swift
[171/282] Compiling SwiftProtobuf type.pb.swift
[172/282] Compiling SwiftProtobuf wrappers.pb.swift
[173/282] Compiling SwiftProtobuf resource_bundle_accessor.swift
[174/282] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[175/282] Compiling NIOCore NIOAsyncWriter.swift
[176/282] Compiling SwiftProtobuf ProtobufMap.swift
[177/282] Compiling SwiftProtobuf SelectiveVisitor.swift
[178/282] Compiling SwiftProtobuf SimpleExtensionMap.swift
[179/282] Compiling SwiftProtobuf StringUtils.swift
[180/282] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[181/282] Compiling SwiftProtobuf SwiftProtobufError.swift
[182/282] Compiling SwiftProtobuf TextFormatDecoder.swift
[183/282] Compiling SwiftProtobuf TextFormatDecodingError.swift
[184/282] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[185/282] Compiling SwiftProtobuf TextFormatEncoder.swift
[186/282] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[187/282] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[188/282] Compiling SwiftProtobuf TextFormatScanner.swift
[189/282] Compiling SwiftProtobuf TimeUtils.swift
[190/282] Compiling SwiftProtobuf UnknownStorage.swift
[191/282] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[192/282] Compiling SwiftProtobuf Varint.swift
[193/282] Compiling SwiftProtobuf Version.swift
[194/282] Compiling SwiftProtobuf Visitor.swift
[195/282] Compiling SwiftProtobuf WireFormat.swift
[196/282] Compiling SwiftProtobuf ZigZag.swift
[197/282] Compiling SwiftProtobuf any.pb.swift
[198/282] Compiling NIOCore ByteBuffer-multi-int.swift
[199/282] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[200/282] Compiling NIOCore ByteBuffer-views.swift
[201/282] Compiling NIOCore Channel.swift
[202/282] Compiling NIOCore ChannelHandler.swift
[203/282] Compiling NIOCore ChannelHandlers.swift
[204/282] Compiling NIOCore ChannelInvoker.swift
[205/282] Compiling NIOCore ChannelOption.swift
[206/282] Compiling NIOCore ChannelPipeline.swift
[207/282] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[208/282] Compiling NIOCore BSDSocketAPI.swift
[209/282] Compiling NIOCore ByteBuffer-aux.swift
[210/283] Wrapping AST for SwiftProtobuf for debugging
[212/283] Compiling NIOCore AddressedEnvelope.swift
[213/283] Compiling NIOCore AsyncAwaitSupport.swift
[214/283] Compiling NIOCore AsyncChannel.swift
[215/283] Compiling NIOCore AsyncChannelHandler.swift
[216/283] Compiling NIOCore AsyncChannelInboundStream.swift
[217/283] Compiling NIOCore AsyncChannelOutboundWriter.swift
[218/283] Compiling NIOCore NIOAsyncSequenceProducer.swift
[221/283] Compiling NIOCore EventLoopFuture+Deprecated.swift
[222/283] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[223/283] Compiling NIOCore EventLoopFuture.swift
[224/283] Compiling NIOCore FileDescriptor.swift
[225/283] Compiling NIOCore FileHandle.swift
[226/283] Compiling NIOCore FileRegion.swift
[227/283] Compiling NIOCore GlobalSingletons.swift
[228/283] Compiling NIOCore IO.swift
[229/283] Compiling NIOCore IOData.swift
[230/291] Compiling NIOCore IPProtocol.swift
[231/291] Compiling NIOCore IntegerBitPacking.swift
[232/291] Compiling NIOCore IntegerTypes.swift
[233/291] Compiling NIOCore Interfaces.swift
[234/291] Compiling NIOCore Linux.swift
[235/291] Compiling NIOCore MarkedCircularBuffer.swift
[236/291] Compiling NIOCore MulticastChannel.swift
[237/291] Compiling NIOCore NIOAny.swift
[238/291] Compiling NIOCore NIOCloseOnErrorHandler.swift
[242/291] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[243/291] Compiling NIOCore ByteBuffer-conversions.swift
[244/291] Compiling NIOCore ByteBuffer-core.swift
[245/291] Compiling NIOCore ByteBuffer-hex.swift
[246/291] Compiling NIOCore ByteBuffer-int.swift
[247/291] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[248/291] Compiling NIOCore NIOCoreSendableMetatype.swift
[249/291] Compiling NIOCore NIODecodedAsyncSequence.swift
[250/291] Compiling NIOCore NIOLoopBound.swift
[251/291] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[252/291] Compiling NIOCore NIOScheduledCallback.swift
[253/291] Compiling NIOCore NIOSendable.swift
[254/291] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[255/291] Compiling NIOCore RecvByteBufferAllocator.swift
[256/291] Compiling NIOCore CircularBuffer.swift
[257/291] Compiling NIOCore Codec.swift
[258/291] Compiling NIOCore ConvenienceOptionSupport.swift
[259/291] Compiling NIOCore DeadChannel.swift
[260/291] Compiling NIOCore DispatchQueue+WithFuture.swift
[261/291] Compiling NIOCore EventLoop+Deprecated.swift
[262/291] Compiling NIOCore EventLoop+SerialExecutor.swift
[263/291] Compiling NIOCore EventLoop.swift
[264/291] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[265/291] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[266/291] Compiling NIOCore SocketAddresses.swift
[267/291] Compiling NIOCore SocketOptionProvider.swift
[268/291] Compiling NIOCore SystemCallHelpers.swift
[269/291] Compiling NIOCore TimeAmount+Duration.swift
[270/291] Compiling NIOCore TypeAssistedChannelHandler.swift
[271/291] Compiling NIOCore UniversalBootstrapSupport.swift
[272/291] Compiling NIOCore Utilities.swift
[282/291] Emitting module NIOCore
[284/345] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[285/345] Emitting module NIOEmbedded
[286/345] Compiling NIOEmbedded AsyncTestingChannel.swift
[287/345] Compiling NIOEmbedded Embedded.swift
[289/345] Compiling NIOPosix Socket.swift
[290/345] Compiling NIOPosix SocketChannel.swift
[291/345] Compiling NIOPosix SocketProtocols.swift
[292/345] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[293/345] Compiling NIOPosix System.swift
[294/345] Compiling NIOPosix Thread.swift
[295/345] Compiling NIOPosix ThreadPosix.swift
[296/351] Compiling NIOPosix Pool.swift
[297/351] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[298/351] Compiling NIOPosix PosixSingletons.swift
[299/351] Compiling NIOPosix RawSocketBootstrap.swift
[300/351] Compiling NIOPosix Resolver.swift
[301/351] Compiling NIOPosix Selectable.swift
[302/351] Compiling NIOPosix SelectableChannel.swift
[303/351] Compiling NIOPosix SelectableEventLoop.swift
[304/351] Compiling NIOPosix SelectorEpoll.swift
[305/351] Compiling NIOPosix SelectorGeneric.swift
[306/351] Compiling NIOPosix SelectorKqueue.swift
[307/351] Compiling NIOPosix SelectorUring.swift
[308/351] Compiling NIOPosix SelectorWSAPoll.swift
[309/351] Compiling NIOPosix ServerSocket.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 NIOPosixSendableMetatype.swift
[319/351] Compiling NIOPosix NIOThreadPool.swift
[320/351] Compiling NIOPosix NonBlockingFileIO.swift
[321/351] Compiling NIOPosix PendingDatagramWritesManager.swift
[322/351] Compiling NIOPosix PendingWritesManager.swift
[323/351] Compiling NIOPosix PipeChannel.swift
[324/351] Compiling NIOPosix PipePair.swift
[325/351] Compiling NIOPosix 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 Bootstrap.swift
[333/351] Compiling NIOPosix ControlMessage.swift
[334/351] Compiling NIOPosix DatagramVectorReadManager.swift
[335/351] Compiling NIOPosix Errors+Any.swift
[336/351] Compiling NIOPosix FileDescriptor.swift
[337/351] Compiling NIOPosix GetaddrinfoResolver.swift
[338/351] Compiling NIOPosix HappyEyeballs.swift
[339/351] Compiling NIOPosix ThreadWindows.swift
[340/351] Compiling NIOPosix UnsafeTransfer.swift
[341/351] Compiling NIOPosix Utilities.swift
[342/351] Compiling NIOPosix VsockAddress.swift
[343/351] Compiling NIOPosix VsockChannelEvents.swift
[344/351] Compiling NIOPosix Windows.swift
[346/353] Emitting module NIO
[347/353] Compiling NIO Exports.swift
[349/358] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[350/358] Compiling NIOFoundationCompat Codable+ByteBuffer.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 ProtobufConversion.swift
[357/373] Compiling DartSass ProtobufValueConversion.swift
[358/373] Compiling DartSass Concurrency+Extras.swift
[359/373] Compiling DartSass DartSassEmbedded.swift
[360/373] Compiling DartSass Deprecation.swift
[361/373] Compiling DartSass Errors.swift
[362/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 | }
[363/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 | }
[364/373] Emitting module DartSass
[365/373] Compiling DartSass CompilerRequests.swift
[366/373] Compiling DartSass CompilerWork.swift
[367/373] Compiling DartSass BinaryProtocol.swift
[368/373] Compiling DartSass Compiler.swift
[369/373] Compiling DartSass embedded_sass.pb.swift
BUILD FAILURE 6.1 android