Build Information
Failed to build swift-sass, reference main (66d548
), with Swift 6.1 for Android on 30 May 2025 08:42:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/johnfairh/swift-sass
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 66d548f Update to Sass 1.87.0 (#45)
Submodule path 'sass': checked out 'a3ca9ed36f1aaf88a60b3f1f726691aec2a0ffa2'
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 @):
66d548f15eb280f3228ac50d6ed17ba59e196b3c
SUCCESS checkout https://github.com/johnfairh/swift-sass.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/johnfairh/swift-sass.git
https://github.com/johnfairh/swift-sass.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "semver.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnfairh/Semver.swift.git"
},
{
"identity" : "sourcemapper",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnfairh/SourceMapper.git"
}
],
"manifest_display_name" : "swift-sass",
"name" : "swift-sass",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DartSass",
"targets" : [
"DartSass"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ssassc",
"targets" : [
"SassCli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SassTests",
"module_type" : "SwiftTarget",
"name" : "SassTests",
"path" : "Tests/SassTests",
"sources" : [
"TestCalculation.swift",
"TestColor.swift",
"TestCompilerResults.swift",
"TestConstants.swift",
"TestFunction.swift",
"TestList.swift",
"TestMap.swift",
"TestNumber.swift",
"TestString.swift"
],
"target_dependencies" : [
"Sass"
],
"type" : "test"
},
{
"c99name" : "SassCli",
"module_type" : "SwiftTarget",
"name" : "SassCli",
"path" : "Sources/SassCli",
"product_memberships" : [
"ssassc"
],
"sources" : [
"ssassc.swift"
],
"target_dependencies" : [
"DartSass"
],
"type" : "executable"
},
{
"c99name" : "Sass",
"module_type" : "SwiftTarget",
"name" : "Sass",
"path" : "Sources/Sass",
"product_dependencies" : [
"SourceMapper"
],
"product_memberships" : [
"DartSass",
"ssassc"
],
"sources" : [
"ArgumentList.swift",
"Calculation.swift",
"Color.swift",
"CompilerFunction.swift",
"CompilerResults.swift",
"CompilerTypes.swift",
"Constants.swift",
"DynamicFunction.swift",
"FunctionTypes.swift",
"List.swift",
"Map.swift",
"Mixin.swift",
"Number.swift",
"String.swift",
"Units.swift",
"Value.swift",
"ValueConvertible.swift"
],
"type" : "library"
},
{
"c99name" : "DartSassTests",
"module_type" : "SwiftTarget",
"name" : "DartSassTests",
"path" : "Tests/DartSassTests",
"sources" : [
"TestCompilerErrors.swift",
"TestFunctions.swift",
"TestImporters.swift",
"TestInterface.swift",
"TestProtocolErrors.swift",
"TestResetShutdown.swift",
"TestUtils.swift",
"TestVersions.swift"
],
"target_dependencies" : [
"DartSass"
],
"type" : "test"
},
{
"c99name" : "DartSassEmbeddedMacOS",
"module_type" : "SwiftTarget",
"name" : "DartSassEmbeddedMacOS",
"path" : "Sources/DartSassEmbeddedMacOS",
"product_memberships" : [
"DartSass",
"ssassc"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DartSassEmbeddedMacOS/x64",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DartSassEmbeddedMacOS.swift"
],
"type" : "library"
},
{
"c99name" : "DartSassEmbeddedLinux",
"module_type" : "SwiftTarget",
"name" : "DartSassEmbeddedLinux",
"path" : "Sources/DartSassEmbeddedLinux",
"product_memberships" : [
"DartSass",
"ssassc"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DartSassEmbeddedLinux/x64",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DartSassEmbeddedLinux.swift"
],
"type" : "library"
},
{
"c99name" : "DartSass",
"module_type" : "SwiftTarget",
"name" : "DartSass",
"path" : "Sources/DartSass",
"product_dependencies" : [
"SwiftProtobuf",
"NIOCore",
"NIOPosix",
"NIOFoundationCompat",
"Atomics",
"Logging",
"Semver"
],
"product_memberships" : [
"DartSass",
"ssassc"
],
"sources" : [
"BinaryProtocol.swift",
"Compiler.swift",
"CompilerRequests.swift",
"CompilerWork.swift",
"Concurrency+Extras.swift",
"DartSassEmbedded.swift",
"Deprecation.swift",
"Errors.swift",
"Exec.swift",
"Importers.swift",
"ProtobufConversion.swift",
"ProtobufValueConversion.swift",
"Versions.swift",
"embedded_sass.pb.swift"
],
"target_dependencies" : [
"Sass",
"DartSassEmbeddedMacOS",
"DartSassEmbeddedLinux"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-atomics.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/johnfairh/SourceMapper.git
Fetching https://github.com/johnfairh/Semver.swift.git
[1/540] Fetching sourcemapper
[401/721] Fetching sourcemapper, semver.swift
[706/4557] Fetching sourcemapper, semver.swift, swift-log
[3024/6267] Fetching sourcemapper, semver.swift, swift-log, swift-atomics
Fetched https://github.com/johnfairh/Semver.swift.git from cache (0.66s)
Fetched https://github.com/johnfairh/SourceMapper.git from cache (0.66s)
[4176/5546] Fetching swift-log, swift-atomics
[4470/81654] Fetching swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.90s)
[3994/77818] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.12s)
[4567/76108] Fetching swift-nio
[4568/115419] Fetching swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (12.10s)
Fetched https://github.com/apple/swift-nio.git from cache (12.11s)
Computing version for https://github.com/johnfairh/SourceMapper.git
Computed https://github.com/johnfairh/SourceMapper.git at 2.0.0 (14.79s)
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.2.0 (0.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.28s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.82s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.68s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.67s)
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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-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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/50] Write sources
[3/50] Copying PrivacyInfo.xcprivacy
[3/50] Write sources
[19/50] Compiling CNIOWindows WSAStartup.c
[20/50] Compiling CNIOLinux liburing_shims.c
[20/50] Compiling _AtomicsShims.c
[20/50] Write sources
[20/50] Compiling CNIOWASI CNIOWASI.c
[24/50] Compiling CNIOWindows shim.c
[25/50] Compiling CNIODarwin shim.c
[26/50] Compiling CNIOLinux shim.c
[27/50] Write swift-version-24593BA9C3E375BF.txt
[29/155] Emitting module _NIODataStructures
[30/155] Emitting module Logging
[31/155] Compiling _NIODataStructures _TinyArray.swift
[32/155] Emitting module _NIOBase64
[33/155] Compiling _NIOBase64 Base64.swift
[34/155] Compiling _NIODataStructures PriorityQueue.swift
[35/156] Compiling _NIODataStructures Heap.swift
[36/157] Compiling c-atomics.c
[37/157] Compiling c-nioatomics.c
[39/157] Wrapping AST for _NIOBase64 for debugging
[41/196] Compiling SourceMapper Errors.swift
[41/196] Wrapping AST for _NIODataStructures for debugging
[43/196] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/197] Compiling Atomics DoubleWord.swift
[45/197] Compiling Atomics OptionalRawRepresentable.swift
[46/197] Compiling Atomics AtomicValue.swift
[47/197] Compiling Atomics AtomicMemoryOrderings.swift
[48/197] Compiling Atomics ManagedAtomic.swift
[49/197] Compiling Atomics ManagedAtomicLazyReference.swift
[50/197] Compiling Atomics UnsafeAtomic.swift
[51/197] Compiling Atomics UnsafeAtomicLazyReference.swift
[54/199] Compiling Atomics Primitives.shims.swift
[55/199] Compiling Atomics AtomicInteger.swift
[56/199] Compiling NIOConcurrencyHelpers lock.swift
[57/199] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/199] Compiling Atomics PointerConformances.swift
[59/199] Compiling Atomics Primitives.native.swift
[60/199] Compiling Atomics AtomicOptionalWrappable.swift
[61/199] Compiling Atomics IntegerConformances.swift
[62/199] Emitting module InternalCollectionsUtilities
[63/199] Compiling Atomics AtomicReference.swift
[64/199] Compiling Atomics AtomicStorage.swift
[65/200] Compiling SourceMapper VLQ.swift
[66/200] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[67/200] Compiling NIOConcurrencyHelpers NIOLock.swift
[68/200] Compiling NIOConcurrencyHelpers atomics.swift
[75/200] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[76/200] Emitting module NIOConcurrencyHelpers
[78/201] Compiling Atomics IntegerOperations.swift
[79/201] Compiling Atomics Unmanaged extensions.swift
[80/201] Wrapping AST for InternalCollectionsUtilities for debugging
[81/201] Wrapping AST for NIOConcurrencyHelpers for debugging
[83/216] Compiling Logging MetadataProvider.swift
[84/216] Compiling Logging Locks.swift
[85/216] Compiling Logging LogHandler.swift
[86/216] Compiling Logging Logging.swift
[87/217] Compiling DequeModule Deque+Equatable.swift
[88/217] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/219] Compiling DequeModule _DequeBuffer.swift
[90/219] Compiling DequeModule _DequeBufferHeader.swift
[91/219] Wrapping AST for Logging for debugging
[93/219] Compiling DequeModule Deque+Extras.swift
[94/219] Compiling DequeModule Deque+Hashable.swift
[95/219] Compiling DequeModule Deque+CustomReflectable.swift
[96/219] Compiling DequeModule Deque+Descriptions.swift
[97/219] Emitting module SourceMapper
[98/219] Compiling Semver Semver+Parser.swift
[99/219] Compiling Semver Semver.swift
[100/219] Emitting module Semver
[101/219] Compiling Semver Semver+Expressible.swift
[102/220] Compiling SourceMapper SourceMap.swift
[103/220] Compiling SourceMapper UnpackedSourceMap.swift
[104/220] Compiling DequeModule _DequeSlot.swift
[105/220] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/220] Compiling SourceMapper JSON.swift
[108/220] Compiling SourceMapper Mappings.swift
[109/221] Compiling DequeModule Deque+Testing.swift
[110/221] Compiling DequeModule Deque._Storage.swift
[111/221] Compiling DequeModule Deque._UnsafeHandle.swift
[112/221] Compiling DequeModule Deque.swift
[112/221] Wrapping AST for Semver for debugging
[121/221] Compiling DequeModule Deque+Codable.swift
[122/221] Compiling DequeModule Deque+Collection.swift
[131/221] Compiling SwiftProtobuf FieldTag.swift
[132/221] Compiling SwiftProtobuf FieldTypes.swift
[133/221] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[134/221] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[134/232] Wrapping AST for SourceMapper for debugging
[136/248] Emitting module DequeModule
[137/249] Emitting module Atomics
[140/250] Compiling SwiftProtobuf ProtobufMap.swift
[141/250] Compiling SwiftProtobuf SelectiveVisitor.swift
[142/250] Compiling SwiftProtobuf SimpleExtensionMap.swift
[143/250] Compiling SwiftProtobuf StringUtils.swift
[144/250] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[145/250] Compiling SwiftProtobuf SwiftProtobufError.swift
[146/250] Compiling SwiftProtobuf TextFormatDecoder.swift
[147/250] Compiling SwiftProtobuf TextFormatDecodingError.swift
[148/250] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[149/250] Compiling SwiftProtobuf TextFormatEncoder.swift
[150/250] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[151/250] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[152/250] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[153/250] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[154/250] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[155/250] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[156/250] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[157/250] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[158/250] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[159/250] Compiling SwiftProtobuf HashVisitor.swift
[160/250] Compiling SwiftProtobuf Internal.swift
[161/250] Compiling SwiftProtobuf JSONDecoder.swift
[162/250] Compiling SwiftProtobuf JSONDecodingError.swift
[162/250] Wrapping AST for Atomics for debugging
[163/250] Wrapping AST for DequeModule for debugging
[165/310] Compiling NIOCore MulticastChannel.swift
[166/310] Compiling NIOCore NIOAny.swift
[167/310] Compiling NIOCore NIOCloseOnErrorHandler.swift
[168/310] Compiling NIOCore NIOLoopBound.swift
[169/310] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[170/310] Compiling NIOCore NIOScheduledCallback.swift
[171/310] Compiling NIOCore NIOSendable.swift
[172/310] Compiling NIOCore RecvByteBufferAllocator.swift
[173/318] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[174/318] Compiling SwiftProtobuf TextFormatScanner.swift
[175/318] Compiling SwiftProtobuf TimeUtils.swift
[176/318] Compiling SwiftProtobuf UnknownStorage.swift
[177/318] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[178/318] Compiling SwiftProtobuf Varint.swift
[179/318] Compiling SwiftProtobuf Version.swift
[180/318] Compiling SwiftProtobuf Visitor.swift
[181/318] Compiling SwiftProtobuf WireFormat.swift
[182/318] Compiling SwiftProtobuf ZigZag.swift
[183/318] Compiling SwiftProtobuf any.pb.swift
[184/318] Compiling NIOCore ByteBuffer-core.swift
[185/318] Compiling NIOCore ByteBuffer-hex.swift
[186/318] Compiling NIOCore ByteBuffer-int.swift
[187/318] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[196/318] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[197/318] Compiling NIOCore SocketAddresses.swift
[198/318] Compiling NIOCore SocketOptionProvider.swift
[199/318] Compiling NIOCore SystemCallHelpers.swift
[200/318] Compiling NIOCore TimeAmount+Duration.swift
[201/318] Compiling NIOCore TypeAssistedChannelHandler.swift
[202/318] Compiling NIOCore UniversalBootstrapSupport.swift
[203/318] Compiling NIOCore Utilities.swift
[204/318] Compiling SwiftProtobuf Message+AnyAdditions.swift
[205/318] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[206/318] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[207/318] Compiling SwiftProtobuf Message+FieldMask.swift
[208/318] Emitting module SwiftProtobuf
[209/318] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[210/318] Compiling NIOCore EventLoopFuture+Deprecated.swift
[211/318] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[212/318] Compiling NIOCore EventLoopFuture.swift
[213/318] Compiling NIOCore FileDescriptor.swift
[214/318] Compiling NIOCore FileHandle.swift
[215/318] Compiling NIOCore FileRegion.swift
[216/318] Compiling NIOCore GlobalSingletons.swift
[217/318] Compiling NIOCore AddressedEnvelope.swift
[218/318] Compiling NIOCore AsyncAwaitSupport.swift
[219/318] Compiling NIOCore AsyncChannel.swift
[220/318] Compiling NIOCore AsyncChannelHandler.swift
[237/320] Compiling NIOCore IO.swift
[238/320] Compiling NIOCore IOData.swift
[239/320] Compiling NIOCore IPProtocol.swift
[240/320] Compiling NIOCore IntegerBitPacking.swift
[241/320] Compiling NIOCore IntegerTypes.swift
[242/320] Compiling NIOCore Interfaces.swift
[243/320] Compiling NIOCore Linux.swift
[244/320] Compiling NIOCore MarkedCircularBuffer.swift
[245/320] Compiling NIOCore CircularBuffer.swift
[246/320] Compiling NIOCore Codec.swift
[247/320] Compiling NIOCore ConvenienceOptionSupport.swift
[248/320] Compiling NIOCore DeadChannel.swift
[249/320] Compiling NIOCore DispatchQueue+WithFuture.swift
[250/320] Compiling NIOCore EventLoop+Deprecated.swift
[251/320] Compiling NIOCore EventLoop+SerialExecutor.swift
[252/320] Compiling NIOCore EventLoop.swift
[253/320] Compiling NIOCore AsyncChannelOutboundWriter.swift
[254/320] Compiling NIOCore NIOAsyncSequenceProducer.swift
[256/320] Compiling NIOCore AsyncChannelInboundStream.swift
[257/320] Compiling Sass Value.swift
[258/320] Compiling Sass ValueConvertible.swift
[267/320] Emitting module Sass
[271/321] Wrapping AST for Sass for debugging
[273/321] Emitting module NIOCore
[274/321] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[275/321] Compiling NIOCore BSDSocketAPI.swift
[276/321] Compiling NIOCore ByteBuffer-aux.swift
[277/321] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[278/321] Compiling NIOCore ByteBuffer-conversions.swift
[292/321] Compiling NIOCore ByteBuffer-multi-int.swift
[293/321] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[294/321] Compiling NIOCore ByteBuffer-views.swift
[295/321] Compiling NIOCore Channel.swift
[296/321] Compiling NIOCore ChannelHandler.swift
[297/321] Compiling NIOCore ChannelHandlers.swift
[298/321] Compiling NIOCore ChannelInvoker.swift
[299/321] Compiling NIOCore ChannelOption.swift
[300/321] Compiling NIOCore ChannelPipeline.swift
[301/322] Wrapping AST for NIOCore for debugging
[303/372] Compiling NIOEmbedded AsyncTestingChannel.swift
[304/372] Emitting module NIOEmbedded
[305/372] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[306/372] Compiling NIOEmbedded Embedded.swift
[307/373] Wrapping AST for NIOEmbedded for debugging
[309/373] Compiling SwiftProtobuf api.pb.swift
[310/373] Compiling SwiftProtobuf descriptor.pb.swift
[311/373] Compiling SwiftProtobuf duration.pb.swift
[312/373] Compiling SwiftProtobuf empty.pb.swift
[313/373] Compiling SwiftProtobuf field_mask.pb.swift
[314/373] Compiling SwiftProtobuf source_context.pb.swift
[315/373] Compiling SwiftProtobuf struct.pb.swift
[316/373] Compiling SwiftProtobuf timestamp.pb.swift
[317/373] Compiling SwiftProtobuf type.pb.swift
[318/373] Compiling SwiftProtobuf wrappers.pb.swift
[319/373] Compiling SwiftProtobuf resource_bundle_accessor.swift
[321/374] Compiling NIOPosix SelectableChannel.swift
[322/374] Compiling NIOPosix SelectableEventLoop.swift
[323/374] Compiling NIOPosix SelectorEpoll.swift
[324/374] Compiling NIOPosix SelectorGeneric.swift
[325/374] Compiling NIOPosix SelectorKqueue.swift
[326/374] Compiling NIOPosix SelectorUring.swift
[327/374] Compiling NIOPosix ServerSocket.swift
[328/374] Compiling NIOPosix Socket.swift
[329/374] Compiling NIOPosix SocketChannel.swift
[330/374] Compiling NIOPosix SocketProtocols.swift
[331/374] Compiling NIOPosix System.swift
[332/374] Compiling NIOPosix Thread.swift
[333/380] Compiling NIOPosix Pool.swift
[334/380] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[335/380] Compiling NIOPosix PosixSingletons.swift
[336/380] Compiling NIOPosix RawSocketBootstrap.swift
[337/380] Compiling NIOPosix Resolver.swift
[338/380] Compiling NIOPosix Selectable.swift
[338/380] Wrapping AST for SwiftProtobuf for debugging
[340/380] Emitting module NIOPosix
[341/380] Compiling NIOPosix BSDSocketAPICommon.swift
[342/380] Compiling NIOPosix BSDSocketAPIPosix.swift
[343/380] Compiling NIOPosix BSDSocketAPIWindows.swift
[344/380] Compiling NIOPosix BaseSocket.swift
[345/380] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[346/380] Compiling NIOPosix BaseSocketChannel.swift
[347/380] Compiling NIOPosix BaseStreamSocketChannel.swift
[348/380] Compiling NIOPosix IO.swift
[349/380] Compiling NIOPosix IntegerBitPacking.swift
[350/380] Compiling NIOPosix IntegerTypes.swift
[351/380] Compiling NIOPosix Linux.swift
[352/380] Compiling NIOPosix LinuxCPUSet.swift
[353/380] Compiling NIOPosix LinuxUring.swift
[354/380] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[355/380] Compiling NIOPosix Bootstrap.swift
[356/380] Compiling NIOPosix ControlMessage.swift
[357/380] Compiling NIOPosix DatagramVectorReadManager.swift
[358/380] Compiling NIOPosix Errors+Any.swift
[359/380] Compiling NIOPosix FileDescriptor.swift
[360/380] Compiling NIOPosix GetaddrinfoResolver.swift
[361/380] Compiling NIOPosix HappyEyeballs.swift
[362/380] Compiling NIOPosix NIOThreadPool.swift
[363/380] Compiling NIOPosix NonBlockingFileIO.swift
[364/380] Compiling NIOPosix PendingDatagramWritesManager.swift
[365/380] Compiling NIOPosix PendingWritesManager.swift
[366/380] Compiling NIOPosix PipeChannel.swift
[367/380] Compiling NIOPosix PipePair.swift
[368/380] Compiling NIOPosix ThreadPosix.swift
[369/380] Compiling NIOPosix ThreadWindows.swift
[370/380] Compiling NIOPosix UnsafeTransfer.swift
[371/380] Compiling NIOPosix Utilities.swift
[372/380] Compiling NIOPosix VsockAddress.swift
[373/380] Compiling NIOPosix VsockChannelEvents.swift
[374/381] Wrapping AST for NIOPosix for debugging
[376/383] Compiling NIO Exports.swift
[377/383] Emitting module NIO
[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] Emitting module NIOFoundationCompat
[384/389] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[385/390] Wrapping AST for NIOFoundationCompat for debugging
[387/404] Compiling DartSass Versions.swift
[388/405] Compiling DartSass Concurrency+Extras.swift
[389/405] Compiling DartSass DartSassEmbedded.swift
[390/405] Compiling DartSass Deprecation.swift
[391/405] Compiling DartSass Errors.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] Compiling DartSass CompilerRequests.swift
[397/405] Compiling DartSass CompilerWork.swift
[398/405] Emitting module DartSass
[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-0":/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/76] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[4/76] Compiling InternalCollectionsUtilities Integer rank.swift
[5/76] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[6/78] Compiling _NIODataStructures PriorityQueue.swift
[7/78] Emitting module Semver
[8/145] Compiling SwiftProtobuf HashVisitor.swift
[9/145] Compiling SwiftProtobuf Internal.swift
[10/156] Compiling SwiftProtobuf JSONDecoder.swift
[11/156] Compiling SwiftProtobuf JSONDecodingError.swift
[12/156] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/159] Compiling Logging Locks.swift
[14/162] Compiling Logging MetadataProvider.swift
[15/162] Compiling SwiftProtobuf AsyncMessageSequence.swift
[16/162] Compiling SwiftProtobuf BinaryDecoder.swift
[17/162] Compiling SwiftProtobuf BinaryDecodingError.swift
[18/162] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[19/162] Compiling SwiftProtobuf AnyMessageStorage.swift
[20/162] Compiling SwiftProtobuf AnyUnpackError.swift
[21/162] Compiling _NIODataStructures _TinyArray.swift
[22/162] Compiling SwiftProtobuf BinaryDelimited.swift
[23/162] Compiling SwiftProtobuf BinaryEncoder.swift
[24/162] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/162] Compiling NIOConcurrencyHelpers lock.swift
[29/162] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/162] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/162] Emitting module Logging
[32/162] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/162] Emitting module NIOConcurrencyHelpers
[34/162] Compiling NIOConcurrencyHelpers atomics.swift
[35/162] Compiling _NIODataStructures Heap.swift
[36/163] Compiling Semver Semver+Expressible.swift
[37/163] Emitting module _NIODataStructures
[39/164] Emitting module _NIOBase64
[40/164] Compiling _NIOBase64 Base64.swift
[41/164] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[42/164] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[44/164] Compiling Semver Semver+Parser.swift
[45/164] Compiling Semver Semver.swift
[48/162] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[49/162] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[50/162] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[51/162] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[52/162] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[53/162] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[54/164] Emitting module InternalCollectionsUtilities
[55/170] Compiling SourceMapper UnpackedSourceMap.swift
[57/169] Emitting module SourceMapper
[58/169] Compiling SourceMapper Mappings.swift
[59/182] Compiling Logging Logging.swift
[60/182] Compiling Logging LogHandler.swift
[61/185] Compiling SourceMapper Errors.swift
[63/184] Compiling DequeModule Deque+CustomReflectable.swift
[64/184] Compiling DequeModule Deque+Descriptions.swift
[65/186] Compiling DequeModule Deque+Equatable.swift
[66/186] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/186] Compiling DequeModule Deque+Extras.swift
[68/186] Compiling DequeModule Deque+Hashable.swift
[69/186] Compiling DequeModule _DequeBuffer.swift
[70/186] Compiling DequeModule _DequeBufferHeader.swift
[71/186] Compiling DequeModule Deque+Codable.swift
[72/186] Compiling DequeModule Deque+Collection.swift
[73/186] Compiling SourceMapper JSON.swift
[74/186] Emitting module Atomics
[75/186] Compiling DequeModule _DequeSlot.swift
[76/186] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/186] Compiling DequeModule Deque+Testing.swift
[78/186] Compiling DequeModule Deque._Storage.swift
[79/186] Compiling DequeModule Deque._UnsafeHandle.swift
[80/186] Compiling DequeModule Deque.swift
[88/186] Compiling SourceMapper SourceMap.swift
[89/186] Compiling SourceMapper VLQ.swift
[91/186] Emitting module DequeModule
[93/202] Emitting module Sass
[94/204] Emitting module SwiftProtobuf
[95/215] Compiling Sass CompilerFunction.swift
[96/215] Compiling Sass CompilerResults.swift
[97/215] Compiling Sass CompilerTypes.swift
[98/215] Compiling Sass Constants.swift
[99/215] Compiling Sass DynamicFunction.swift
[100/215] Compiling Sass FunctionTypes.swift
[101/215] Compiling Sass Mixin.swift
[102/215] Compiling Sass Number.swift
[103/215] Compiling Sass List.swift
[104/215] Compiling Sass Map.swift
[105/215] Compiling Sass String.swift
[106/215] Compiling Sass Units.swift
[107/244] Compiling NIOCore ByteBuffer-hex.swift
[108/244] Compiling NIOCore ByteBuffer-int.swift
[109/275] Compiling NIOCore AddressedEnvelope.swift
[110/275] Compiling NIOCore AsyncAwaitSupport.swift
[111/275] Compiling NIOCore AsyncChannel.swift
[112/275] Compiling NIOCore AsyncChannelHandler.swift
[113/275] Compiling NIOCore AsyncChannelInboundStream.swift
[114/275] Compiling NIOCore AsyncChannelOutboundWriter.swift
[115/275] Compiling NIOCore NIOAsyncSequenceProducer.swift
[116/275] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[117/275] Compiling NIOCore NIOAsyncWriter.swift
[118/275] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[119/275] Compiling NIOCore BSDSocketAPI.swift
[120/275] Compiling NIOCore ByteBuffer-aux.swift
[121/275] Compiling NIOCore ChannelInvoker.swift
[122/275] Compiling NIOCore ChannelOption.swift
[123/275] Compiling NIOCore ChannelPipeline.swift
[124/275] Compiling NIOCore CircularBuffer.swift
[125/275] Compiling NIOCore Codec.swift
[126/275] Compiling NIOCore ConvenienceOptionSupport.swift
[127/275] Compiling NIOCore DeadChannel.swift
[128/275] Compiling NIOCore DispatchQueue+WithFuture.swift
[129/275] Compiling NIOCore EventLoop+Deprecated.swift
[130/275] Compiling NIOCore EventLoop+SerialExecutor.swift
[131/275] Compiling NIOCore EventLoop.swift
[132/275] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[133/275] Compiling NIOCore EventLoopFuture+Deprecated.swift
[134/275] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[135/275] Compiling NIOCore EventLoopFuture.swift
[136/275] Compiling NIOCore FileDescriptor.swift
[137/275] Compiling NIOCore FileHandle.swift
[138/275] Compiling NIOCore FileRegion.swift
[139/275] Compiling NIOCore GlobalSingletons.swift
[140/275] Compiling NIOCore IO.swift
[141/275] Compiling NIOCore IOData.swift
[142/275] Compiling NIOCore IPProtocol.swift
[143/275] Compiling NIOCore IntegerBitPacking.swift
[144/275] Compiling NIOCore IntegerTypes.swift
[145/275] Compiling NIOCore Interfaces.swift
[146/275] Compiling NIOCore Linux.swift
[147/275] Compiling NIOCore MarkedCircularBuffer.swift
[148/275] Compiling NIOCore MulticastChannel.swift
[149/275] Compiling NIOCore NIOAny.swift
[150/275] Compiling NIOCore NIOCloseOnErrorHandler.swift
[151/275] Compiling NIOCore NIOLoopBound.swift
[152/275] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[153/275] Compiling NIOCore NIOScheduledCallback.swift
[154/275] Compiling NIOCore NIOSendable.swift
[155/275] Compiling NIOCore RecvByteBufferAllocator.swift
[156/275] Compiling SwiftProtobuf Message+JSONAdditions.swift
[157/275] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[158/275] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[159/275] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[160/275] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[161/275] Compiling SwiftProtobuf Message.swift
[162/275] Compiling SwiftProtobuf MessageExtension.swift
[163/275] Compiling SwiftProtobuf NameMap.swift
[164/275] Compiling SwiftProtobuf PathDecoder.swift
[165/275] Compiling SwiftProtobuf PathVisitor.swift
[166/275] Compiling SwiftProtobuf ProtoNameProviding.swift
[167/275] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[168/275] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[169/275] Compiling SwiftProtobuf TextFormatScanner.swift
[170/275] Compiling SwiftProtobuf TimeUtils.swift
[171/275] Compiling SwiftProtobuf UnknownStorage.swift
[172/275] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[173/275] Compiling SwiftProtobuf Varint.swift
[174/275] Compiling SwiftProtobuf Version.swift
[175/275] Compiling SwiftProtobuf Visitor.swift
[176/275] Compiling SwiftProtobuf WireFormat.swift
[177/275] Compiling SwiftProtobuf ZigZag.swift
[178/275] Compiling SwiftProtobuf any.pb.swift
[199/283] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[200/283] Compiling NIOCore ByteBuffer-conversions.swift
[201/283] Compiling NIOCore ByteBuffer-core.swift
[204/283] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[205/283] Compiling NIOCore ByteBuffer-multi-int.swift
[206/283] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[207/283] Compiling NIOCore ByteBuffer-views.swift
[208/283] Compiling NIOCore Channel.swift
[209/283] Compiling NIOCore ChannelHandler.swift
[210/283] Compiling NIOCore ChannelHandlers.swift
[227/283] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[228/283] Compiling NIOCore SocketAddresses.swift
[229/283] Compiling NIOCore SocketOptionProvider.swift
[230/283] Compiling NIOCore SystemCallHelpers.swift
[231/283] Compiling NIOCore TimeAmount+Duration.swift
[232/283] Compiling NIOCore TypeAssistedChannelHandler.swift
[233/283] Compiling NIOCore UniversalBootstrapSupport.swift
[234/283] Compiling NIOCore Utilities.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] Compiling NIOEmbedded Embedded.swift
[280/334] Emitting module NIOEmbedded
[282/335] Compiling NIOPosix IO.swift
[283/335] Compiling NIOPosix IntegerBitPacking.swift
[284/335] Compiling NIOPosix IntegerTypes.swift
[285/335] Compiling NIOPosix Linux.swift
[286/335] Compiling NIOPosix LinuxCPUSet.swift
[287/335] Compiling NIOPosix LinuxUring.swift
[288/335] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[289/341] Compiling NIOPosix BSDSocketAPICommon.swift
[290/341] Compiling NIOPosix BSDSocketAPIPosix.swift
[291/341] Compiling NIOPosix BSDSocketAPIWindows.swift
[292/341] Compiling NIOPosix BaseSocket.swift
[293/341] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[294/341] Compiling NIOPosix BaseSocketChannel.swift
[295/341] Compiling NIOPosix BaseStreamSocketChannel.swift
[296/341] Compiling NIOPosix ThreadPosix.swift
[297/341] Compiling NIOPosix ThreadWindows.swift
[298/341] Compiling NIOPosix UnsafeTransfer.swift
[299/341] Compiling NIOPosix Utilities.swift
[300/341] Compiling NIOPosix VsockAddress.swift
[301/341] Compiling NIOPosix VsockChannelEvents.swift
[302/341] Compiling NIOPosix SelectableChannel.swift
[303/341] Compiling NIOPosix SelectableEventLoop.swift
[304/341] Compiling NIOPosix SelectorEpoll.swift
[305/341] Compiling NIOPosix SelectorGeneric.swift
[306/341] Compiling NIOPosix SelectorKqueue.swift
[307/341] Compiling NIOPosix SelectorUring.swift
[308/341] Compiling NIOPosix Pool.swift
[309/341] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[310/341] Compiling NIOPosix PosixSingletons.swift
[311/341] Compiling NIOPosix RawSocketBootstrap.swift
[312/341] Compiling NIOPosix Resolver.swift
[313/341] Compiling NIOPosix Selectable.swift
[314/341] Compiling NIOPosix ServerSocket.swift
[315/341] Compiling NIOPosix Socket.swift
[316/341] Compiling NIOPosix SocketChannel.swift
[317/341] Compiling NIOPosix SocketProtocols.swift
[318/341] Compiling NIOPosix System.swift
[319/341] Compiling NIOPosix Thread.swift
[320/341] Emitting module NIOPosix
[321/341] Compiling NIOPosix Bootstrap.swift
[322/341] Compiling NIOPosix ControlMessage.swift
[323/341] Compiling NIOPosix DatagramVectorReadManager.swift
[324/341] Compiling NIOPosix Errors+Any.swift
[325/341] Compiling NIOPosix FileDescriptor.swift
[326/341] Compiling NIOPosix GetaddrinfoResolver.swift
[327/341] Compiling NIOPosix HappyEyeballs.swift
[328/341] Compiling NIOPosix NIOThreadPool.swift
[329/341] Compiling NIOPosix NonBlockingFileIO.swift
[330/341] Compiling NIOPosix PendingDatagramWritesManager.swift
[331/341] Compiling NIOPosix PendingWritesManager.swift
[332/341] Compiling NIOPosix PipeChannel.swift
[333/341] Compiling NIOPosix PipePair.swift
[335/342] Emitting module NIO
[336/342] Compiling NIO Exports.swift
[338/347] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[339/347] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[340/347] Emitting module NIOFoundationCompat
[341/347] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[342/347] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[344/361] Compiling DartSass Concurrency+Extras.swift
[345/361] Compiling DartSass DartSassEmbedded.swift
[346/361] Compiling DartSass Deprecation.swift
[347/361] Compiling DartSass Errors.swift
[348/362] Compiling DartSass Versions.swift
[349/362] Compiling DartSass ProtobufConversion.swift
[350/362] Compiling DartSass ProtobufValueConversion.swift
[351/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 | }
[352/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 | }
[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