Build Information
Failed to build swift-cluster-membership, reference main (f5c687
), with Swift 6.1 for Android on 30 May 2025 13:38:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-cluster-membership.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/apple/swift-cluster-membership
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f5c6877 Add static SDK CI workflow (#112)
Cloned https://github.com/apple/swift-cluster-membership.git
Revision (git rev-parse @):
f5c6877dd7fd29f85adefcdd1173ba88fd756e9a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cluster-membership.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-cluster-membership.git
https://github.com/apple/swift-cluster-membership.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++11",
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.19.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.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-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
}
],
"manifest_display_name" : "swift-cluster-membership",
"name" : "swift-cluster-membership",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ClusterMembership",
"targets" : [
"ClusterMembership"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SWIM",
"targets" : [
"SWIM"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SWIMNIOExample",
"targets" : [
"SWIMNIOExample"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SWIMTests",
"module_type" : "SwiftTarget",
"name" : "SWIMTests",
"path" : "Tests/SWIMTests",
"sources" : [
"HeapTests.swift",
"SWIMInstanceTests.swift",
"SWIMMetricsTests.swift",
"SWIMSettingsTests.swift",
"TestPeer.swift"
],
"target_dependencies" : [
"SWIM",
"SWIMTestKit"
],
"type" : "test"
},
{
"c99name" : "SWIMTestKit",
"module_type" : "SwiftTarget",
"name" : "SWIMTestKit",
"path" : "Tests/SWIMTestKit",
"product_dependencies" : [
"NIO",
"Logging",
"Metrics"
],
"sources" : [
"LogCapture.swift",
"TestMetrics.swift"
],
"target_dependencies" : [
"SWIM"
],
"type" : "test"
},
{
"c99name" : "SWIMNIOExampleTests",
"module_type" : "SwiftTarget",
"name" : "SWIMNIOExampleTests",
"path" : "Tests/SWIMNIOExampleTests",
"sources" : [
"CodingTests.swift",
"SWIMNIOClusteredTests.swift",
"SWIMNIOEventClusteredTests.swift",
"SWIMNIOMetricsTests.swift",
"Utils/BaseXCTestCases.swift"
],
"target_dependencies" : [
"SWIMNIOExample",
"SWIMTestKit"
],
"type" : "test"
},
{
"c99name" : "SWIMNIOExample",
"module_type" : "SwiftTarget",
"name" : "SWIMNIOExample",
"path" : "Sources/SWIMNIOExample",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOConcurrencyHelpers",
"NIOExtras",
"Logging",
"Metrics"
],
"product_memberships" : [
"SWIMNIOExample"
],
"sources" : [
"Coding.swift",
"Logging.swift",
"Message.swift",
"NIOPeer.swift",
"SWIMNIOHandler.swift",
"SWIMNIOShell.swift",
"Settings.swift",
"Utils/String+Extensions.swift",
"Utils/time.swift"
],
"target_dependencies" : [
"SWIM"
],
"type" : "library"
},
{
"c99name" : "SWIM",
"module_type" : "SwiftTarget",
"name" : "SWIM",
"path" : "Sources/SWIM",
"product_dependencies" : [
"Logging",
"Metrics"
],
"product_memberships" : [
"SWIM",
"SWIMNIOExample"
],
"sources" : [
"Events.swift",
"Member.swift",
"Metrics.swift",
"Peer.swift",
"SWIM.swift",
"SWIMInstance.swift",
"SWIMProtocol.swift",
"Settings.swift",
"Status.swift",
"Utils/Heap.swift",
"Utils/String+Extensions.swift",
"Utils/_PrettyLog.swift",
"Utils/time.swift"
],
"target_dependencies" : [
"ClusterMembership"
],
"type" : "library"
},
{
"c99name" : "ClusterMembershipTests",
"module_type" : "SwiftTarget",
"name" : "ClusterMembershipTests",
"path" : "Tests/ClusterMembershipTests",
"sources" : [
"NodeTests.swift"
],
"target_dependencies" : [
"ClusterMembership"
],
"type" : "test"
},
{
"c99name" : "ClusterMembershipDocumentationTests",
"module_type" : "SwiftTarget",
"name" : "ClusterMembershipDocumentationTests",
"path" : "Tests/ClusterMembershipDocumentationTests",
"sources" : [
"SWIMDocExamples.swift"
],
"target_dependencies" : [
"SWIM"
],
"type" : "test"
},
{
"c99name" : "ClusterMembership",
"module_type" : "SwiftTarget",
"name" : "ClusterMembership",
"path" : "Sources/ClusterMembership",
"product_memberships" : [
"ClusterMembership",
"SWIM",
"SWIMNIOExample"
],
"sources" : [
"Node.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.59s)
[1/76119] Fetching swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio.git from cache (7.08s)
[1/5923] Fetching swift-nio-extras
[2489/9759] Fetching swift-nio-extras, swift-log
[9760/24602] Fetching swift-nio-extras, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.57s)
Fetched https://github.com/apple/swift-log.git from cache (2.57s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.59s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (10.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.63s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.75s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/2426] Fetching swift-service-lifecycle
[2427/8581] Fetching swift-service-lifecycle, swift-certificates
[2428/10171] Fetching swift-service-lifecycle, swift-certificates, swift-asn1
[3036/11881] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-atomics
[4600/16866] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-atomics, swift-async-algorithms
[6926/22825] Fetching swift-service-lifecycle, swift-certificates, swift-asn1, swift-atomics, swift-async-algorithms, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.67s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.67s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.68s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/13572] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
[116/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.79s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.69s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.98s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.13s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.66s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.11s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.74s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.96s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.06s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.84s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.80s)
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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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/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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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
Building for debugging...
[0/32] Write sources
[18/32] Compiling CNIOWASI CNIOWASI.c
[19/32] Compiling CNIOWindows WSAStartup.c
[20/32] Compiling CNIOWindows shim.c
[21/32] Compiling _AtomicsShims.c
[22/32] Compiling CNIOLinux liburing_shims.c
[23/32] Compiling CNIODarwin shim.c
[23/32] Write sources
[25/32] Compiling CNIOLLHTTP c_nio_http.c
[26/32] Compiling CNIOLinux shim.c
[27/32] Compiling CNIOLLHTTP c_nio_api.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[29/32] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/62] Emitting module InternalCollectionsUtilities
[32/63] Emitting module _NIODataStructures
[32/63] Compiling c-atomics.c
[34/63] Compiling CoreMetrics Metrics.swift
[35/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/64] Compiling _NIODataStructures Heap.swift
[37/82] Emitting module _NIOBase64
[38/82] Compiling _NIOBase64 Base64.swift
[39/82] Compiling Logging LogHandler.swift
[40/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/83] Compiling _NIODataStructures PriorityQueue.swift
[42/83] Compiling _NIODataStructures _TinyArray.swift
[43/83] Compiling Atomics OptionalRawRepresentable.swift
[44/83] Compiling Atomics RawRepresentable.swift
[45/84] Compiling Atomics AtomicBool.swift
[46/84] Compiling Atomics Primitives.shims.swift
[48/84] Compiling Atomics Primitives.native.swift
[49/84] Compiling Atomics AtomicReference.swift
[50/84] Compiling Atomics AtomicStorage.swift
[51/84] Compiling Atomics AtomicValue.swift
[52/84] Compiling Atomics AtomicInteger.swift
[53/84] Compiling Atomics AtomicOptionalWrappable.swift
[54/84] Compiling Atomics IntegerConformances.swift
[55/84] Compiling Atomics PointerConformances.swift
[55/84] Compiling c-nioatomics.c
[57/84] Emitting module ClusterMembership
[58/84] Compiling ClusterMembership Node.swift
[62/97] Compiling Atomics ManagedAtomic.swift
[63/97] Compiling Atomics ManagedAtomicLazyReference.swift
[64/97] Compiling Atomics UnsafeAtomic.swift
[65/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[66/109] Compiling DequeModule _DequeBuffer.swift
[67/109] Compiling DequeModule _DequeBufferHeader.swift
[68/109] Compiling DequeModule Deque+Equatable.swift
[69/109] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[70/111] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[71/111] Compiling NIOConcurrencyHelpers NIOLock.swift
[72/111] Compiling NIOConcurrencyHelpers atomics.swift
[73/111] Compiling DequeModule Deque+Descriptions.swift
[76/111] Compiling DequeModule Deque._Storage.swift
[77/111] Compiling DequeModule Deque._UnsafeHandle.swift
[78/111] Compiling DequeModule Deque.swift
[79/111] Compiling NIOConcurrencyHelpers lock.swift
[82/111] Compiling DequeModule Deque+CustomReflectable.swift
[84/111] Emitting module NIOConcurrencyHelpers
[85/111] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/112] Compiling Atomics IntegerOperations.swift
[87/112] Compiling Atomics Unmanaged extensions.swift
[88/112] Compiling DequeModule _DequeSlot.swift
[89/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/112] Compiling DequeModule Deque+Testing.swift
[93/112] Compiling DequeModule Deque+Extras.swift
[94/112] Compiling DequeModule Deque+Hashable.swift
[97/112] Compiling DequeModule Deque+Codable.swift
[98/112] Compiling DequeModule Deque+Collection.swift
[99/112] Emitting module DequeModule
[101/113] Emitting module CoreMetrics
[102/113] Compiling CoreMetrics Locks.swift
[103/114] Compiling Logging MetadataProvider.swift
[104/114] Emitting module Logging
[105/114] Compiling Logging Locks.swift
[106/114] Compiling Logging Logging.swift
[109/117] Emitting module Atomics
[117/178] Compiling NIOCore MulticastChannel.swift
[118/178] Compiling NIOCore NIOAny.swift
[119/178] Compiling NIOCore NIOCloseOnErrorHandler.swift
[120/178] Compiling NIOCore NIOLoopBound.swift
[121/178] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[122/178] Compiling NIOCore NIOScheduledCallback.swift
[123/178] Compiling NIOCore NIOSendable.swift
[124/178] Compiling NIOCore RecvByteBufferAllocator.swift
[125/186] Compiling NIOCore IO.swift
[126/186] Compiling NIOCore IOData.swift
[127/186] Compiling NIOCore IPProtocol.swift
[128/186] Compiling NIOCore IntegerBitPacking.swift
[129/186] Compiling NIOCore IntegerTypes.swift
[130/186] Compiling NIOCore Interfaces.swift
[131/186] Compiling NIOCore Linux.swift
[132/186] Compiling NIOCore MarkedCircularBuffer.swift
[133/186] Emitting module Metrics
[134/186] Compiling Metrics Metrics.swift
[135/187] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/187] Compiling NIOCore EventLoopFuture+Deprecated.swift
[137/187] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[138/187] Compiling NIOCore EventLoopFuture.swift
[139/187] Compiling NIOCore FileDescriptor.swift
[140/187] Compiling NIOCore FileHandle.swift
[141/187] Compiling NIOCore FileRegion.swift
[142/187] Compiling NIOCore GlobalSingletons.swift
[144/187] Compiling NIOCore CircularBuffer.swift
[145/187] Compiling NIOCore Codec.swift
[146/187] Compiling NIOCore ConvenienceOptionSupport.swift
[147/187] Compiling NIOCore DeadChannel.swift
[148/187] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/187] Compiling NIOCore EventLoop+Deprecated.swift
[150/187] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/187] Compiling NIOCore EventLoop.swift
[152/187] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[153/187] Compiling NIOCore SocketAddresses.swift
[154/187] Compiling NIOCore SocketOptionProvider.swift
[155/187] Compiling NIOCore SystemCallHelpers.swift
[156/187] Compiling NIOCore TimeAmount+Duration.swift
[157/187] Compiling NIOCore TypeAssistedChannelHandler.swift
[158/187] Compiling NIOCore UniversalBootstrapSupport.swift
[159/187] Compiling NIOCore Utilities.swift
[160/200] Compiling SWIM Metrics.swift
[161/200] Compiling SWIM Peer.swift
[162/201] Compiling SWIM SWIMProtocol.swift
/host/spi-builder-workspace/Sources/SWIM/SWIMProtocol.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:228:71: error: cannot find 'log2' in scope
226 | return false
227 | }
228 | let maxTimesDouble = self.gossipedEnoughTimesBaseMultiplier * log2(Double(n + 1))
| `- error: cannot find 'log2' in scope
229 | return gossip.numberOfTimesGossiped > Int(maxTimesDouble)
230 | }
[163/201] Compiling SWIM Settings.swift
/host/spi-builder-workspace/Sources/SWIM/SWIMProtocol.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:228:71: error: cannot find 'log2' in scope
226 | return false
227 | }
228 | let maxTimesDouble = self.gossipedEnoughTimesBaseMultiplier * log2(Double(n + 1))
| `- error: cannot find 'log2' in scope
229 | return gossip.numberOfTimesGossiped > Int(maxTimesDouble)
230 | }
[164/201] Compiling SWIM Status.swift
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:24:8: error: Unsupported platform
22 | import Musl
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:223:21: error: cannot find 'log2' in scope
221 |
222 | func height(index: Int) -> Int {
223 | Int(log2(Double(index + 1)))
| `- error: cannot find 'log2' in scope
224 | }
225 | let myHeight = height(index: index)
[165/201] Compiling SWIM Heap.swift
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:24:8: error: Unsupported platform
22 | import Musl
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:223:21: error: cannot find 'log2' in scope
221 |
222 | func height(index: Int) -> Int {
223 | Int(log2(Double(index + 1)))
| `- error: cannot find 'log2' in scope
224 | }
225 | let myHeight = height(index: index)
[168/201] Compiling SWIM Events.swift
[169/201] Compiling SWIM Member.swift
[170/201] Compiling SWIM SWIM.swift
[171/201] Compiling SWIM SWIMInstance.swift
[175/201] Compiling SWIM String+Extensions.swift
[176/201] Compiling SWIM _PrettyLog.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[177/201] Emitting module SWIM
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:28:8: error: Unsupported platform
26 | import Musl
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/SWIM/SWIMProtocol.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:24:8: error: Unsupported platform
22 | import Musl
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[180/201] Compiling SWIM time.swift
[181/201] Emitting module NIOCore
[182/201] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[183/201] Compiling NIOCore BSDSocketAPI.swift
[184/201] Compiling NIOCore ByteBuffer-aux.swift
[185/201] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[186/201] Compiling NIOCore ByteBuffer-conversions.swift
[187/201] Compiling NIOCore ByteBuffer-core.swift
[188/201] Compiling NIOCore ByteBuffer-hex.swift
[189/201] Compiling NIOCore ByteBuffer-int.swift
[190/201] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[191/201] Compiling NIOCore ByteBuffer-multi-int.swift
[192/201] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[193/201] Compiling NIOCore ByteBuffer-views.swift
[194/201] Compiling NIOCore Channel.swift
[195/201] Compiling NIOCore ChannelHandler.swift
[196/201] Compiling NIOCore ChannelHandlers.swift
[197/201] Compiling NIOCore ChannelInvoker.swift
[198/201] Compiling NIOCore ChannelOption.swift
[199/201] Compiling NIOCore ChannelPipeline.swift
[201/252] Compiling NIOPosix FileDescriptor.swift
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:28:8: error: Unsupported platform
26 | import Musl
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:544:33: error: cannot find 'round' in scope
542 | maxTimeout
543 | - Int64(
544 | round(
| `- error: cannot find 'round' in scope
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:546:44: error: cannot find 'log2' in scope
544 | round(
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
| `- error: cannot find 'log2' in scope
547 | / log2(Double(self.settings.lifeguard.maxIndependentSuspicions + 1)))
548 | )
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:547:47: error: cannot find 'log2' in scope
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
547 | / log2(Double(self.settings.lifeguard.maxIndependentSuspicions + 1)))
| `- error: cannot find 'log2' in scope
548 | )
549 | )
[202/252] Compiling NIOPosix GetaddrinfoResolver.swift
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:28:8: error: Unsupported platform
26 | import Musl
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:544:33: error: cannot find 'round' in scope
542 | maxTimeout
543 | - Int64(
544 | round(
| `- error: cannot find 'round' in scope
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:546:44: error: cannot find 'log2' in scope
544 | round(
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
| `- error: cannot find 'log2' in scope
547 | / log2(Double(self.settings.lifeguard.maxIndependentSuspicions + 1)))
548 | )
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:547:47: error: cannot find 'log2' in scope
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
547 | / log2(Double(self.settings.lifeguard.maxIndependentSuspicions + 1)))
| `- error: cannot find 'log2' in scope
548 | )
549 | )
[203/252] Emitting module NIOEmbedded
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/56] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/57] Compiling Atomics UnsafeAtomic.swift
[4/57] Compiling Atomics UnsafeAtomicLazyReference.swift
[5/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/59] Compiling InternalCollectionsUtilities Debugging.swift
[9/59] Compiling InternalCollectionsUtilities Descriptions.swift
[10/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/59] Compiling Logging MetadataProvider.swift
[12/59] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[13/59] Compiling Atomics AtomicMemoryOrderings.swift
[14/59] Compiling Atomics DoubleWord.swift
[15/59] Emitting module ClusterMembership
[16/59] Compiling ClusterMembership Node.swift
[17/60] Compiling Logging Locks.swift
[18/60] Compiling _NIODataStructures Heap.swift
[19/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/60] Emitting module _NIODataStructures
[22/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/60] Compiling InternalCollectionsUtilities Integer rank.swift
[24/60] Compiling _NIODataStructures PriorityQueue.swift
[25/60] Compiling _NIODataStructures _TinyArray.swift
[26/60] Emitting module _NIOBase64
[27/60] Compiling _NIOBase64 Base64.swift
[28/61] Compiling Atomics IntegerOperations.swift
[29/61] Compiling Atomics Unmanaged extensions.swift
[30/62] Compiling Logging LogHandler.swift
[31/62] Emitting module Logging
[32/62] Compiling Logging Logging.swift
[34/62] Compiling Atomics AtomicInteger.swift
[35/62] Compiling Atomics AtomicOptionalWrappable.swift
[36/62] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/62] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/63] Compiling NIOConcurrencyHelpers NIOLock.swift
[41/63] Compiling NIOConcurrencyHelpers atomics.swift
[42/63] Compiling NIOConcurrencyHelpers lock.swift
[43/63] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[44/63] Emitting module NIOConcurrencyHelpers
[45/64] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/64] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[48/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[54/64] Emitting module InternalCollectionsUtilities
[56/80] Compiling CoreMetrics Locks.swift
[57/80] Compiling CoreMetrics Metrics.swift
[58/80] Emitting module CoreMetrics
[60/81] Compiling DequeModule _DequeBuffer.swift
[61/81] Compiling DequeModule _DequeBufferHeader.swift
[62/83] Compiling DequeModule Deque+CustomReflectable.swift
[63/83] Compiling DequeModule Deque+Descriptions.swift
[64/85] Compiling DequeModule Deque+Codable.swift
[65/85] Compiling DequeModule Deque+Collection.swift
[67/85] Emitting module Atomics
[69/85] Compiling DequeModule Deque+Equatable.swift
[70/85] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/86] Compiling DequeModule _DequeSlot.swift
[73/86] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/86] Compiling DequeModule Deque+Testing.swift
[75/86] Compiling DequeModule Deque._Storage.swift
[76/86] Compiling DequeModule Deque+Extras.swift
[77/86] Compiling DequeModule Deque+Hashable.swift
[80/86] Compiling DequeModule Deque._UnsafeHandle.swift
[81/86] Compiling DequeModule Deque.swift
[84/86] Emitting module Metrics
[85/86] Compiling Metrics Metrics.swift
[87/87] Emitting module DequeModule
[89/155] Compiling NIOCore ByteBuffer-aux.swift
[90/155] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[91/162] Compiling SWIM String+Extensions.swift
[92/162] Compiling SWIM _PrettyLog.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/162] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[94/162] Compiling NIOCore BSDSocketAPI.swift
[95/162] Emitting module SWIM
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:28:8: error: Unsupported platform
26 | import Musl
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/SWIM/SWIMProtocol.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:24:8: error: Unsupported platform
22 | import Musl
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[96/162] Compiling NIOCore ByteBuffer-lengthPrefix.swift
/host/spi-builder-workspace/Sources/SWIM/SWIMProtocol.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:228:71: error: cannot find 'log2' in scope
226 | return false
227 | }
228 | let maxTimesDouble = self.gossipedEnoughTimesBaseMultiplier * log2(Double(n + 1))
| `- error: cannot find 'log2' in scope
229 | return gossip.numberOfTimesGossiped > Int(maxTimesDouble)
230 | }
[97/162] Compiling NIOCore AddressedEnvelope.swift
/host/spi-builder-workspace/Sources/SWIM/SWIMProtocol.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:27:8: error: Unsupported platform
25 | import Musl
26 | #else
27 | #error("Unsupported platform")
| `- error: Unsupported platform
28 | #endif
29 |
/host/spi-builder-workspace/Sources/SWIM/Settings.swift:228:71: error: cannot find 'log2' in scope
226 | return false
227 | }
228 | let maxTimesDouble = self.gossipedEnoughTimesBaseMultiplier * log2(Double(n + 1))
| `- error: cannot find 'log2' in scope
229 | return gossip.numberOfTimesGossiped > Int(maxTimesDouble)
230 | }
[98/162] Compiling NIOCore ByteBuffer-hex.swift
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:24:8: error: Unsupported platform
22 | import Musl
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:223:21: error: cannot find 'log2' in scope
221 |
222 | func height(index: Int) -> Int {
223 | Int(log2(Double(index + 1)))
| `- error: cannot find 'log2' in scope
224 | }
225 | let myHeight = height(index: index)
[99/162] Compiling NIOCore ByteBuffer-int.swift
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:24:8: error: Unsupported platform
22 | import Musl
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/Sources/SWIM/Utils/Heap.swift:223:21: error: cannot find 'log2' in scope
221 |
222 | func height(index: Int) -> Int {
223 | Int(log2(Double(index + 1)))
| `- error: cannot find 'log2' in scope
224 | }
225 | let myHeight = height(index: index)
[100/162] Compiling SWIM time.swift
[101/162] Compiling NIOCore MulticastChannel.swift
[102/162] Compiling NIOCore NIOAny.swift
[103/162] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/162] Compiling NIOCore NIOLoopBound.swift
[105/162] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[106/162] Compiling NIOCore NIOScheduledCallback.swift
[107/162] Compiling NIOCore NIOSendable.swift
[108/162] Compiling NIOCore RecvByteBufferAllocator.swift
[109/170] Compiling NIOCore IO.swift
[110/170] Compiling NIOCore IOData.swift
[111/170] Compiling NIOCore IPProtocol.swift
[112/170] Compiling NIOCore IntegerBitPacking.swift
[113/170] Compiling NIOCore IntegerTypes.swift
[114/170] Compiling NIOCore Interfaces.swift
[115/170] Compiling NIOCore Linux.swift
[116/170] Compiling NIOCore MarkedCircularBuffer.swift
[117/170] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[118/170] Compiling NIOCore EventLoopFuture+Deprecated.swift
[119/170] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[120/170] Compiling NIOCore EventLoopFuture.swift
[121/170] Compiling NIOCore FileDescriptor.swift
[122/170] Compiling NIOCore FileHandle.swift
[123/170] Compiling NIOCore FileRegion.swift
[124/170] Compiling NIOCore GlobalSingletons.swift
[125/170] Compiling NIOCore CircularBuffer.swift
[126/170] Compiling NIOCore Codec.swift
[127/170] Compiling NIOCore ConvenienceOptionSupport.swift
[128/170] Compiling NIOCore DeadChannel.swift
[129/170] Compiling NIOCore DispatchQueue+WithFuture.swift
[130/170] Compiling NIOCore EventLoop+Deprecated.swift
[131/170] Compiling NIOCore EventLoop+SerialExecutor.swift
[132/170] Compiling NIOCore EventLoop.swift
[133/170] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[134/170] Compiling NIOCore SocketAddresses.swift
[135/170] Compiling NIOCore SocketOptionProvider.swift
[136/170] Compiling NIOCore SystemCallHelpers.swift
[137/170] Compiling NIOCore TimeAmount+Duration.swift
[138/170] Compiling NIOCore TypeAssistedChannelHandler.swift
[139/170] Compiling NIOCore UniversalBootstrapSupport.swift
[140/170] Compiling NIOCore Utilities.swift
[141/170] Compiling NIOCore ByteBuffer-conversions.swift
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:28:8: error: Unsupported platform
26 | import Musl
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:544:33: error: cannot find 'round' in scope
542 | maxTimeout
543 | - Int64(
544 | round(
| `- error: cannot find 'round' in scope
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:546:44: error: cannot find 'log2' in scope
544 | round(
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
| `- error: cannot find 'log2' in scope
547 | / log2(Double(self.settings.lifeguard.maxIndependentSuspicions + 1)))
548 | )
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:547:47: error: cannot find 'log2' in scope
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
547 | / log2(Double(self.settings.lifeguard.maxIndependentSuspicions + 1)))
| `- error: cannot find 'log2' in scope
548 | )
549 | )
[142/170] Compiling NIOCore ByteBuffer-core.swift
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:28:8: error: Unsupported platform
26 | import Musl
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:544:33: error: cannot find 'round' in scope
542 | maxTimeout
543 | - Int64(
544 | round(
| `- error: cannot find 'round' in scope
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:546:44: error: cannot find 'log2' in scope
544 | round(
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
| `- error: cannot find 'log2' in scope
547 | / log2(Double(self.settings.lifeguard.maxIndependentSuspicions + 1)))
548 | )
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:547:47: error: cannot find 'log2' in scope
545 | Double(maxTimeout - minTimeout)
546 | * (log2(Double(suspectedByCount + 1))
547 | / log2(Double(self.settings.lifeguard.maxIndependentSuspicions + 1)))
| `- error: cannot find 'log2' in scope
548 | )
549 | )
BUILD FAILURE 6.1 android