Build Information
Failed to build ETBinding, reference 3.3.3 (908f68), with Swift 6.3 for Linux on 10 Apr 2026 09:21:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EtneteraMobile/ETBinding.git
Reference: 3.3.3
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/EtneteraMobile/ETBinding
* tag 3.3.3 -> FETCH_HEAD
HEAD is now at 908f684 🚨 Test target removed from package.swift
Cloned https://github.com/EtneteraMobile/ETBinding.git
Revision (git rev-parse @):
908f6847891f70902a2923ddc3a813a28d24d878
SUCCESS checkout https://github.com/EtneteraMobile/ETBinding.git at 3.3.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/EtneteraMobile/ETBinding.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling ETBinding Observable.swift
[4/15] Compiling ETBinding Observer.swift
[5/15] Compiling ETBinding LifecycleState.swift
[6/15] Compiling ETBinding LiveStateData.swift
[7/15] Compiling ETBinding StateValue.swift
[8/15] Compiling ETBinding Constants.swift
[9/15] Compiling ETBinding FutureEvent.swift
[10/15] Compiling ETBinding LiveOptionalData.swift
[11/15] Compiling ETBinding LiveOptionalStateData.swift
[12/15] Emitting module ETBinding
[13/15] Compiling ETBinding LifecycleBoundObserver.swift
[14/15] Compiling ETBinding DeallocTracker.swift
/host/spi-builder-workspace/Sources/ETBinding/Helpers/DeallocTracker.swift:31:56: error: cannot find 'arc4random' in scope
29 | while true {
30 | // Generates random key for association and checks that it wasn't used already
31 | if let key = UnsafeRawPointer(bitPattern: UInt(arc4random())), objc_getAssociatedObject(owner, key) == nil {
| `- error: cannot find 'arc4random' in scope
32 | let tracker = DeallocTracker(onDealloc: closure)
33 | objc_setAssociatedObject(owner, key, tracker, .OBJC_ASSOCIATION_RETAIN)
/host/spi-builder-workspace/Sources/ETBinding/Helpers/DeallocTracker.swift:31:72: error: cannot find 'objc_getAssociatedObject' in scope
29 | while true {
30 | // Generates random key for association and checks that it wasn't used already
31 | if let key = UnsafeRawPointer(bitPattern: UInt(arc4random())), objc_getAssociatedObject(owner, key) == nil {
| `- error: cannot find 'objc_getAssociatedObject' in scope
32 | let tracker = DeallocTracker(onDealloc: closure)
33 | objc_setAssociatedObject(owner, key, tracker, .OBJC_ASSOCIATION_RETAIN)
/host/spi-builder-workspace/Sources/ETBinding/Helpers/DeallocTracker.swift:33:13: error: cannot find 'objc_setAssociatedObject' in scope
31 | if let key = UnsafeRawPointer(bitPattern: UInt(arc4random())), objc_getAssociatedObject(owner, key) == nil {
32 | let tracker = DeallocTracker(onDealloc: closure)
33 | objc_setAssociatedObject(owner, key, tracker, .OBJC_ASSOCIATION_RETAIN)
| `- error: cannot find 'objc_setAssociatedObject' in scope
34 | break
35 | }
/host/spi-builder-workspace/Sources/ETBinding/Helpers/DeallocTracker.swift:33:60: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN'
31 | if let key = UnsafeRawPointer(bitPattern: UInt(arc4random())), objc_getAssociatedObject(owner, key) == nil {
32 | let tracker = DeallocTracker(onDealloc: closure)
33 | objc_setAssociatedObject(owner, key, tracker, .OBJC_ASSOCIATION_RETAIN)
| `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN'
34 | break
35 | }
[15/15] Compiling ETBinding LiveData.swift
/host/spi-builder-workspace/Sources/ETBinding/Helpers/DeallocTracker.swift:31:56: error: cannot find 'arc4random' in scope
29 | while true {
30 | // Generates random key for association and checks that it wasn't used already
31 | if let key = UnsafeRawPointer(bitPattern: UInt(arc4random())), objc_getAssociatedObject(owner, key) == nil {
| `- error: cannot find 'arc4random' in scope
32 | let tracker = DeallocTracker(onDealloc: closure)
33 | objc_setAssociatedObject(owner, key, tracker, .OBJC_ASSOCIATION_RETAIN)
/host/spi-builder-workspace/Sources/ETBinding/Helpers/DeallocTracker.swift:31:72: error: cannot find 'objc_getAssociatedObject' in scope
29 | while true {
30 | // Generates random key for association and checks that it wasn't used already
31 | if let key = UnsafeRawPointer(bitPattern: UInt(arc4random())), objc_getAssociatedObject(owner, key) == nil {
| `- error: cannot find 'objc_getAssociatedObject' in scope
32 | let tracker = DeallocTracker(onDealloc: closure)
33 | objc_setAssociatedObject(owner, key, tracker, .OBJC_ASSOCIATION_RETAIN)
/host/spi-builder-workspace/Sources/ETBinding/Helpers/DeallocTracker.swift:33:13: error: cannot find 'objc_setAssociatedObject' in scope
31 | if let key = UnsafeRawPointer(bitPattern: UInt(arc4random())), objc_getAssociatedObject(owner, key) == nil {
32 | let tracker = DeallocTracker(onDealloc: closure)
33 | objc_setAssociatedObject(owner, key, tracker, .OBJC_ASSOCIATION_RETAIN)
| `- error: cannot find 'objc_setAssociatedObject' in scope
34 | break
35 | }
/host/spi-builder-workspace/Sources/ETBinding/Helpers/DeallocTracker.swift:33:60: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN'
31 | if let key = UnsafeRawPointer(bitPattern: UInt(arc4random())), objc_getAssociatedObject(owner, key) == nil {
32 | let tracker = DeallocTracker(onDealloc: closure)
33 | objc_setAssociatedObject(owner, key, tracker, .OBJC_ASSOCIATION_RETAIN)
| `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN'
34 | break
35 | }
BUILD FAILURE 6.3 linux