Build Information
Failed to build OpenCombineJS, reference 0.2.0 (e574e4
), with Swift 6.1 for Android on 28 May 2025 05:41:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftwasm/OpenCombineJS.git
Reference: 0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swiftwasm/OpenCombineJS
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at e574e41 Update CHANGELOG.md
Cloned https://github.com/swiftwasm/OpenCombineJS.git
Revision (git rev-parse @):
e574e418ba468ff5c2d4c499eb56f108aeb4d2ba
SUCCESS checkout https://github.com/swiftwasm/OpenCombineJS.git at 0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftwasm/OpenCombineJS.git
https://github.com/swiftwasm/OpenCombineJS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "javascriptkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/JavaScriptKit.git"
},
{
"identity" : "opencombine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenCombine/OpenCombine.git"
}
],
"manifest_display_name" : "OpenCombineJS",
"name" : "OpenCombineJS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OpenCombineJSExample",
"targets" : [
"OpenCombineJSExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "OpenCombineJS",
"targets" : [
"OpenCombineJS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenCombineJSExample",
"module_type" : "SwiftTarget",
"name" : "OpenCombineJSExample",
"path" : "Sources/OpenCombineJSExample",
"product_memberships" : [
"OpenCombineJSExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"OpenCombineJS"
],
"type" : "executable"
},
{
"c99name" : "OpenCombineJS",
"module_type" : "SwiftTarget",
"name" : "OpenCombineJS",
"path" : "Sources/OpenCombineJS",
"product_dependencies" : [
"JavaScriptKit",
"OpenCombine"
],
"product_memberships" : [
"OpenCombineJSExample",
"OpenCombineJS"
],
"sources" : [
"JSPromise.swift",
"JSScheduler.swift",
"JSValueDecoder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/swiftwasm/JavaScriptKit.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/23413] Fetching javascriptkit
[938/31693] Fetching javascriptkit, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.62s)
[20136/23413] Fetching javascriptkit
Fetched https://github.com/swiftwasm/JavaScriptKit.git from cache (1.27s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.15s)
Computing version for https://github.com/swiftwasm/JavaScriptKit.git
Computed https://github.com/swiftwasm/JavaScriptKit.git at 0.29.0 (0.53s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70448] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.29s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (7.09s)
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/swiftwasm/JavaScriptKit.git
Working copy of https://github.com/swiftwasm/JavaScriptKit.git resolved at 0.29.0
[1/1] Compiling plugin BridgeJSCommandPlugin
[2/2] Compiling plugin BridgeJS
[3/3] Compiling plugin PackageToJS
Building for debugging...
[3/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[7/16] Compiling _CJavaScriptKit _CJavaScriptKit.c
[9/38] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/130] Compiling OpenCombine AnyCancellable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/130] Compiling OpenCombine AnyPublisher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/130] Compiling OpenCombine AnySubscriber.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/130] Emitting module JavaScriptKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:10:8: error: Unsupported platform
8 | import Glibc
9 | #else
10 | #error("Unsupported platform")
| `- error: Unsupported platform
11 | #endif
12 |
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:39:22: error: cannot find type 'pthread_key_t' in scope
37 | }
38 |
39 | private let key: pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
40 | private let toPointer: @Sendable (Value) -> UnsafeMutableRawPointer
41 | private let fromPointer: @Sendable (UnsafeMutableRawPointer) -> Value
[15/132] Compiling JavaScriptKit Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:10:8: error: Unsupported platform
8 | import Glibc
9 | #else
10 | #error("Unsupported platform")
| `- error: Unsupported platform
11 | #endif
12 |
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:39:22: error: cannot find type 'pthread_key_t' in scope
37 | }
38 |
39 | private let key: pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
40 | private let toPointer: @Sendable (Value) -> UnsafeMutableRawPointer
41 | private let fromPointer: @Sendable (UnsafeMutableRawPointer) -> Value
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:23:33: error: cannot find 'pthread_getspecific' in scope
21 | var wrappedValue: Value? {
22 | get {
23 | guard let pointer = pthread_getspecific(key) else {
| `- error: cannot find 'pthread_getspecific' in scope
24 | return nil
25 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:29:33: error: cannot find 'pthread_getspecific' in scope
27 | }
28 | set {
29 | if let oldPointer = pthread_getspecific(key) {
| `- error: cannot find 'pthread_getspecific' in scope
30 | release(oldPointer)
31 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:34:17: error: cannot find 'pthread_setspecific' in scope
32 | if let newValue = newValue {
33 | let pointer = toPointer(newValue)
34 | pthread_setspecific(key, pointer)
| `- error: cannot find 'pthread_setspecific' in scope
35 | }
36 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:47:19: error: cannot find 'pthread_key_t' in scope
45 | /// able to store the value directly in the thread-local storage.
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
| `- error: cannot find 'pthread_key_t' in scope
48 | pthread_key_create(&key, nil)
49 | self.key = key
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:48:9: error: cannot find 'pthread_key_create' in scope
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
48 | pthread_key_create(&key, nil)
| `- error: cannot find 'pthread_key_create' in scope
49 | self.key = key
50 | self.toPointer = { Unmanaged.passRetained($0).toOpaque() }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:48:34: error: 'nil' requires a contextual type
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
48 | pthread_key_create(&key, nil)
| `- error: 'nil' requires a contextual type
49 | self.key = key
50 | self.toPointer = { Unmanaged.passRetained($0).toOpaque() }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:65:19: error: cannot find 'pthread_key_t' in scope
63 | /// boxing the value in heap-allocated memory.
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
| `- error: cannot find 'pthread_key_t' in scope
66 | pthread_key_create(&key, nil)
67 | self.key = key
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:66:9: error: cannot find 'pthread_key_create' in scope
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
66 | pthread_key_create(&key, nil)
| `- error: cannot find 'pthread_key_create' in scope
67 | self.key = key
68 | self.toPointer = {
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:66:34: error: 'nil' requires a contextual type
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
66 | pthread_key_create(&key, nil)
| `- error: 'nil' requires a contextual type
67 | self.key = key
68 | self.toPointer = {
[16/132] Compiling JavaScriptKit ThreadLocal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:10:8: error: Unsupported platform
8 | import Glibc
9 | #else
10 | #error("Unsupported platform")
| `- error: Unsupported platform
11 | #endif
12 |
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:39:22: error: cannot find type 'pthread_key_t' in scope
37 | }
38 |
39 | private let key: pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
40 | private let toPointer: @Sendable (Value) -> UnsafeMutableRawPointer
41 | private let fromPointer: @Sendable (UnsafeMutableRawPointer) -> Value
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:23:33: error: cannot find 'pthread_getspecific' in scope
21 | var wrappedValue: Value? {
22 | get {
23 | guard let pointer = pthread_getspecific(key) else {
| `- error: cannot find 'pthread_getspecific' in scope
24 | return nil
25 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:29:33: error: cannot find 'pthread_getspecific' in scope
27 | }
28 | set {
29 | if let oldPointer = pthread_getspecific(key) {
| `- error: cannot find 'pthread_getspecific' in scope
30 | release(oldPointer)
31 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:34:17: error: cannot find 'pthread_setspecific' in scope
32 | if let newValue = newValue {
33 | let pointer = toPointer(newValue)
34 | pthread_setspecific(key, pointer)
| `- error: cannot find 'pthread_setspecific' in scope
35 | }
36 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:47:19: error: cannot find 'pthread_key_t' in scope
45 | /// able to store the value directly in the thread-local storage.
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
| `- error: cannot find 'pthread_key_t' in scope
48 | pthread_key_create(&key, nil)
49 | self.key = key
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:48:9: error: cannot find 'pthread_key_create' in scope
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
48 | pthread_key_create(&key, nil)
| `- error: cannot find 'pthread_key_create' in scope
49 | self.key = key
50 | self.toPointer = { Unmanaged.passRetained($0).toOpaque() }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:48:34: error: 'nil' requires a contextual type
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
48 | pthread_key_create(&key, nil)
| `- error: 'nil' requires a contextual type
49 | self.key = key
50 | self.toPointer = { Unmanaged.passRetained($0).toOpaque() }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:65:19: error: cannot find 'pthread_key_t' in scope
63 | /// boxing the value in heap-allocated memory.
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
| `- error: cannot find 'pthread_key_t' in scope
66 | pthread_key_create(&key, nil)
67 | self.key = key
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:66:9: error: cannot find 'pthread_key_create' in scope
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
66 | pthread_key_create(&key, nil)
| `- error: cannot find 'pthread_key_create' in scope
67 | self.key = key
68 | self.toPointer = {
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:66:34: error: 'nil' requires a contextual type
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
66 | pthread_key_create(&key, nil)
| `- error: 'nil' requires a contextual type
67 | self.key = key
68 | self.toPointer = {
[17/132] Compiling OpenCombine CurrentValueSubject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/132] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/132] Compiling OpenCombine Future.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/132] Compiling OpenCombine GENERATED-RootProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/132] Compiling OpenCombine ConduitBase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/132] Compiling OpenCombine ConduitList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/132] Compiling OpenCombine DebugHook.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/132] Compiling OpenCombine FilterProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/132] Compiling OpenCombine Locking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/132] Compiling OpenCombine PartialCompletion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/132] Compiling OpenCombine PublishedSubject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/132] Compiling OpenCombine PublishedSubscriber.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/132] Compiling OpenCombine ConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/132] Compiling OpenCombine Future+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/132] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/132] Compiling OpenCombine Cancellable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/132] Compiling OpenCombine Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/132] Compiling OpenCombine CombineIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/132] Emitting module OpenCombine
[59/144] Compiling OpenCombine SubscriberTap.swift
[60/144] Compiling OpenCombine SubscriptionStatus.swift
[61/144] Compiling OpenCombine SubscriptionTap.swift
[62/144] Compiling OpenCombine Utils.swift
[63/144] Compiling OpenCombine Violations.swift
[64/144] Compiling OpenCombine ImmediateScheduler.swift
[65/144] Compiling OpenCombine ObservableObject.swift
[66/144] Compiling OpenCombine PassthroughSubject.swift
[67/144] Compiling OpenCombine Published.swift
[68/144] Compiling OpenCombine Publisher+Subscribe.swift
[69/144] Compiling OpenCombine Deferred.swift
[70/144] Compiling OpenCombine Empty.swift
[71/144] Compiling OpenCombine Fail.swift
[72/144] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[73/144] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[74/144] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[75/144] Compiling OpenCombine Publishers.Map.swift
[76/144] Compiling OpenCombine Publishers.MapError.swift
[77/144] Compiling OpenCombine Publishers.MeasureInterval.swift
[78/144] Compiling OpenCombine Publishers.Multicast.swift
[79/144] Compiling OpenCombine Publishers.Output.swift
[80/144] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[81/144] Compiling OpenCombine Publishers.PrefixWhile.swift
[82/144] Compiling OpenCombine Publishers.Print.swift
[83/144] Compiling OpenCombine Publishers.ReceiveOn.swift
[84/144] Compiling OpenCombine Publishers.Reduce.swift
[85/144] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[86/144] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[87/144] Compiling OpenCombine Publishers.ReplaceError.swift
[88/144] Compiling OpenCombine Just.swift
[89/144] Compiling OpenCombine Optional.Publisher.swift
[90/144] Compiling OpenCombine Publishers.AllSatisfy.swift
[91/144] Compiling OpenCombine Publishers.AssertNoFailure.swift
[92/144] Compiling OpenCombine Publishers.Autoconnect.swift
[93/144] Compiling OpenCombine Publishers.Breakpoint.swift
[94/144] Compiling OpenCombine Publishers.Buffer.swift
[95/144] Compiling OpenCombine Publishers.Collect.swift
[96/144] Compiling OpenCombine Publishers.CollectByCount.swift
[97/144] Compiling OpenCombine Publishers.CompactMap.swift
[98/144] Compiling OpenCombine Publishers.Comparison.swift
[99/144] Compiling OpenCombine Publishers.Concatenate.swift
[100/144] Compiling OpenCombine Publishers.Contains.swift
[101/144] Compiling OpenCombine Publishers.Count.swift
[102/144] Compiling OpenCombine Publishers.Debounce.swift
[103/144] Compiling OpenCombine Publishers.Delay.swift
[104/144] Compiling OpenCombine Publishers.Drop.swift
[105/144] Compiling OpenCombine Publishers.DropUntilOutput.swift
[106/144] Compiling OpenCombine Publishers.DropWhile.swift
[107/144] Compiling OpenCombine Publishers.Filter.swift
[108/144] Compiling OpenCombine Publishers.First.swift
[109/144] Compiling OpenCombine Publishers.FlatMap.swift
[110/144] Compiling OpenCombine Publishers.HandleEvents.swift
[111/144] Compiling OpenCombine Publishers.IgnoreOutput.swift
[112/144] Compiling OpenCombine Publishers.Last.swift
[113/144] Compiling OpenCombine Publishers.MakeConnectable.swift
[114/144] Compiling OpenCombine Publishers.Retry.swift
[115/144] Compiling OpenCombine Publishers.Scan.swift
[116/144] Compiling OpenCombine Publishers.Sequence.swift
[117/144] Compiling OpenCombine Publishers.SetFailureType.swift
[118/144] Compiling OpenCombine Publishers.Share.swift
[119/144] Compiling OpenCombine Publishers.SubscribeOn.swift
[120/144] Compiling OpenCombine Publishers.SwitchToLatest.swift
[121/144] Compiling OpenCombine Publishers.Throttle.swift
[122/144] Compiling OpenCombine Publishers.Timeout.swift
[123/144] Compiling OpenCombine Publishers.Zip.swift
[124/144] Compiling OpenCombine Publishers.swift
[125/144] Compiling OpenCombine Record.swift
[126/144] Compiling OpenCombine Result.Publisher.swift
[127/144] Compiling OpenCombine Result.swift
[128/144] Compiling OpenCombine Scheduler.swift
[129/144] Compiling OpenCombine Subject+Void.swift
[130/144] Compiling OpenCombine Subscriber+Void.swift
[131/144] Compiling OpenCombine Subscribers.Assign.swift
[132/144] Compiling OpenCombine Subscribers.Completion.swift
[133/144] Compiling OpenCombine Subscribers.Demand.swift
[134/144] Compiling OpenCombine Subscribers.Sink.swift
[135/144] Compiling OpenCombine Subscribers.swift
[136/144] Compiling OpenCombine Subscription.swift
[137/144] Compiling OpenCombine Subscriptions.swift
[138/144] Compiling OpenCombine _Introspection.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin BridgeJSCommandPlugin
[2/2] Compiling plugin BridgeJS
[3/3] Compiling plugin PackageToJS
Building for debugging...
[3/10] Write swift-version-24593BA9C3E375BF.txt
[5/124] Compiling OpenCombine CurrentValueSubject.swift
[6/124] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[7/124] Compiling OpenCombine Future.swift
[8/126] Compiling JavaScriptKit Macros.swift
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:10:8: error: Unsupported platform
8 | import Glibc
9 | #else
10 | #error("Unsupported platform")
| `- error: Unsupported platform
11 | #endif
12 |
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:39:22: error: cannot find type 'pthread_key_t' in scope
37 | }
38 |
39 | private let key: pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
40 | private let toPointer: @Sendable (Value) -> UnsafeMutableRawPointer
41 | private let fromPointer: @Sendable (UnsafeMutableRawPointer) -> Value
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:23:33: error: cannot find 'pthread_getspecific' in scope
21 | var wrappedValue: Value? {
22 | get {
23 | guard let pointer = pthread_getspecific(key) else {
| `- error: cannot find 'pthread_getspecific' in scope
24 | return nil
25 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:29:33: error: cannot find 'pthread_getspecific' in scope
27 | }
28 | set {
29 | if let oldPointer = pthread_getspecific(key) {
| `- error: cannot find 'pthread_getspecific' in scope
30 | release(oldPointer)
31 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:34:17: error: cannot find 'pthread_setspecific' in scope
32 | if let newValue = newValue {
33 | let pointer = toPointer(newValue)
34 | pthread_setspecific(key, pointer)
| `- error: cannot find 'pthread_setspecific' in scope
35 | }
36 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:47:19: error: cannot find 'pthread_key_t' in scope
45 | /// able to store the value directly in the thread-local storage.
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
| `- error: cannot find 'pthread_key_t' in scope
48 | pthread_key_create(&key, nil)
49 | self.key = key
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:48:9: error: cannot find 'pthread_key_create' in scope
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
48 | pthread_key_create(&key, nil)
| `- error: cannot find 'pthread_key_create' in scope
49 | self.key = key
50 | self.toPointer = { Unmanaged.passRetained($0).toOpaque() }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:48:34: error: 'nil' requires a contextual type
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
48 | pthread_key_create(&key, nil)
| `- error: 'nil' requires a contextual type
49 | self.key = key
50 | self.toPointer = { Unmanaged.passRetained($0).toOpaque() }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:65:19: error: cannot find 'pthread_key_t' in scope
63 | /// boxing the value in heap-allocated memory.
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
| `- error: cannot find 'pthread_key_t' in scope
66 | pthread_key_create(&key, nil)
67 | self.key = key
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:66:9: error: cannot find 'pthread_key_create' in scope
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
66 | pthread_key_create(&key, nil)
| `- error: cannot find 'pthread_key_create' in scope
67 | self.key = key
68 | self.toPointer = {
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:66:34: error: 'nil' requires a contextual type
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
66 | pthread_key_create(&key, nil)
| `- error: 'nil' requires a contextual type
67 | self.key = key
68 | self.toPointer = {
[9/126] Compiling JavaScriptKit ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:10:8: error: Unsupported platform
8 | import Glibc
9 | #else
10 | #error("Unsupported platform")
| `- error: Unsupported platform
11 | #endif
12 |
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:39:22: error: cannot find type 'pthread_key_t' in scope
37 | }
38 |
39 | private let key: pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
40 | private let toPointer: @Sendable (Value) -> UnsafeMutableRawPointer
41 | private let fromPointer: @Sendable (UnsafeMutableRawPointer) -> Value
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:23:33: error: cannot find 'pthread_getspecific' in scope
21 | var wrappedValue: Value? {
22 | get {
23 | guard let pointer = pthread_getspecific(key) else {
| `- error: cannot find 'pthread_getspecific' in scope
24 | return nil
25 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:29:33: error: cannot find 'pthread_getspecific' in scope
27 | }
28 | set {
29 | if let oldPointer = pthread_getspecific(key) {
| `- error: cannot find 'pthread_getspecific' in scope
30 | release(oldPointer)
31 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:34:17: error: cannot find 'pthread_setspecific' in scope
32 | if let newValue = newValue {
33 | let pointer = toPointer(newValue)
34 | pthread_setspecific(key, pointer)
| `- error: cannot find 'pthread_setspecific' in scope
35 | }
36 | }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:47:19: error: cannot find 'pthread_key_t' in scope
45 | /// able to store the value directly in the thread-local storage.
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
| `- error: cannot find 'pthread_key_t' in scope
48 | pthread_key_create(&key, nil)
49 | self.key = key
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:48:9: error: cannot find 'pthread_key_create' in scope
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
48 | pthread_key_create(&key, nil)
| `- error: cannot find 'pthread_key_create' in scope
49 | self.key = key
50 | self.toPointer = { Unmanaged.passRetained($0).toOpaque() }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:48:34: error: 'nil' requires a contextual type
46 | init() where Value: AnyObject {
47 | var key = pthread_key_t()
48 | pthread_key_create(&key, nil)
| `- error: 'nil' requires a contextual type
49 | self.key = key
50 | self.toPointer = { Unmanaged.passRetained($0).toOpaque() }
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:65:19: error: cannot find 'pthread_key_t' in scope
63 | /// boxing the value in heap-allocated memory.
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
| `- error: cannot find 'pthread_key_t' in scope
66 | pthread_key_create(&key, nil)
67 | self.key = key
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:66:9: error: cannot find 'pthread_key_create' in scope
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
66 | pthread_key_create(&key, nil)
| `- error: cannot find 'pthread_key_create' in scope
67 | self.key = key
68 | self.toPointer = {
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:66:34: error: 'nil' requires a contextual type
64 | init(boxing _: Void) {
65 | var key = pthread_key_t()
66 | pthread_key_create(&key, nil)
| `- error: 'nil' requires a contextual type
67 | self.key = key
68 | self.toPointer = {
[10/126] Compiling OpenCombine DebugHook.swift
[11/126] Compiling OpenCombine FilterProducer.swift
[12/126] Compiling OpenCombine Locking.swift
[13/126] Compiling OpenCombine GENERATED-RootProtocols.swift
[14/126] Compiling OpenCombine ConduitBase.swift
[15/126] Compiling OpenCombine ConduitList.swift
[16/126] Compiling OpenCombine PartialCompletion.swift
[17/126] Compiling OpenCombine PublishedSubject.swift
[18/126] Compiling OpenCombine PublishedSubscriber.swift
[19/126] Compiling OpenCombine AnyCancellable.swift
[20/126] Compiling OpenCombine AnyPublisher.swift
[21/126] Compiling OpenCombine AnySubscriber.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/126] Emitting module JavaScriptKit
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:10:8: error: Unsupported platform
8 | import Glibc
9 | #else
10 | #error("Unsupported platform")
| `- error: Unsupported platform
11 | #endif
12 |
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ThreadLocal.swift:39:22: error: cannot find type 'pthread_key_t' in scope
37 | }
38 |
39 | private let key: pthread_key_t
| `- error: cannot find type 'pthread_key_t' in scope
40 | private let toPointer: @Sendable (Value) -> UnsafeMutableRawPointer
41 | private let fromPointer: @Sendable (UnsafeMutableRawPointer) -> Value
[23/126] Compiling OpenCombine Cancellable.swift
[24/126] Compiling OpenCombine Codable.swift
[25/126] Compiling OpenCombine CombineIdentifier.swift
[26/126] Compiling OpenCombine ConcurrencyHelpers.swift
[27/126] Compiling OpenCombine Future+Concurrency.swift
[28/126] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
BUILD FAILURE 6.1 android