The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ETBinding, reference master (92500a), 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-4606859-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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EtneteraMobile/ETBinding.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 92500ab Merge pull request #19 from EtneteraMobile/target_version_bump
Cloned https://github.com/EtneteraMobile/ETBinding.git
Revision (git rev-parse @):
92500ab3b5d972fe8282478273b2cec0cb828d0a
SUCCESS checkout https://github.com/EtneteraMobile/ETBinding.git at master
========================================
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-4606859-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 LifecycleState.swift
[4/15] Compiling ETBinding Observable.swift
[5/15] Compiling ETBinding Observer.swift
[6/15] Compiling ETBinding LiveOptionalData.swift
[7/15] Compiling ETBinding LiveOptionalStateData.swift
[8/15] Emitting module ETBinding
[9/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 |         }
[10/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 |         }
[11/15] Compiling ETBinding LifecycleBoundObserver.swift
[12/15] Compiling ETBinding LiveStateData.swift
[13/15] Compiling ETBinding StateValue.swift
[14/15] Compiling ETBinding Constants.swift
[15/15] Compiling ETBinding FutureEvent.swift
BUILD FAILURE 6.3 linux