This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build EventDrivenSwift with Swift 5.8 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Flowduino/EventDrivenSwift.git
Reference: 5.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/Flowduino/EventDrivenSwift
 * tag               5.2.0      -> FETCH_HEAD
HEAD is now at 951b5c8 Merge pull request #7 from Flowduino/custom-event-filtering
Cloned https://github.com/Flowduino/EventDrivenSwift.git
Revision (git rev-parse @):
951b5c841868987a6d4f7977694d74eb72e7c96a
SUCCESS checkout https://github.com/Flowduino/EventDrivenSwift.git at 5.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Unable to find image 'registry.gitlab.com/finestructure/spi-images:basic-5.8-latest' locally
basic-5.8-latest: Pulling from finestructure/spi-images
cbe3537751ce: Already exists
3f081093b5c3: Already exists
2fcfece184a0: Pulling fs layer
940903d122be: Pulling fs layer
0a3e2f22ccc5: Pulling fs layer
1eb136217391: Pulling fs layer
1eb136217391: Download complete
940903d122be: Download complete
0a3e2f22ccc5: Download complete
2fcfece184a0: Pull complete
940903d122be: Pull complete
0a3e2f22ccc5: Pull complete
1eb136217391: Pull complete
Digest: sha256:d41d99329fd8ff8c6619cbe0c9999a8582bebc5760b683cb31155460d4d8ecbc
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/Flowduino/ThreadSafeSwift.git
Fetching https://github.com/Flowduino/Observable.git
[1/116] Fetching observable
[20/169] Fetching observable, threadsafeswift
Fetched https://github.com/Flowduino/Observable.git (0.21s)
Fetched https://github.com/Flowduino/ThreadSafeSwift.git (0.21s)
Computing version for https://github.com/Flowduino/Observable.git
Computed https://github.com/Flowduino/Observable.git at 2.0.0 (0.31s)
Computing version for https://github.com/Flowduino/ThreadSafeSwift.git
Computed https://github.com/Flowduino/ThreadSafeSwift.git at 1.1.0 (0.32s)
Creating working copy for https://github.com/Flowduino/ThreadSafeSwift.git
Working copy of https://github.com/Flowduino/ThreadSafeSwift.git resolved at 1.1.0
Creating working copy for https://github.com/Flowduino/Observable.git
Working copy of https://github.com/Flowduino/Observable.git resolved at 2.0.0
Building for debugging...
[1/2] Emitting module ThreadSafeSwift
[2/2] Compiling ThreadSafeSwift ThreadSafeSemaphore.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/12] Emitting module Observable
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableClass.swift:20:41: error: cannot find type 'ObservableObject' in scope
open class ObservableClass: Observable, ObservableObject {
                                        ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThread.swift:20:50: error: cannot find type 'ObservableObject' in scope
open class ObservableThread: Thread, Observable, ObservableObject {
                                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThreadSafeClass.swift:20:51: error: cannot find type 'ObservableObject' in scope
open class ObservableThreadSafeClass: Observable, ObservableObject {
                                                  ^~~~~~~~~~~~~~~~
[6/13] Compiling Observable ObservableThread.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThread.swift:20:50: error: cannot find type 'ObservableObject' in scope
open class ObservableThread: Thread, Observable, ObservableObject {
                                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThread.swift:140:13: error: cannot find 'objectWillChange' in scope
            objectWillChange.send()
            ^~~~~~~~~~~~~~~~
[7/13] Compiling Observable ObservableClass.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableClass.swift:20:41: error: cannot find type 'ObservableObject' in scope
open class ObservableClass: Observable, ObservableObject {
                                        ^~~~~~~~~~~~~~~~
[8/13] Compiling Observable KeyedObservable.swift
[9/13] Compiling Observable KeyedObservableClass.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableClass.swift:20:41: error: cannot find type 'ObservableObject' in scope
open class ObservableClass: Observable, ObservableObject {
                                        ^~~~~~~~~~~~~~~~
[10/13] Compiling Observable KeyedObservableThread.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThread.swift:20:50: error: cannot find type 'ObservableObject' in scope
open class ObservableThread: Thread, Observable, ObservableObject {
                                                 ^~~~~~~~~~~~~~~~
[11/13] Compiling Observable Observable.swift
[12/13] Compiling Observable KeyedObservableThreadSafeClass.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThreadSafeClass.swift:20:51: error: cannot find type 'ObservableObject' in scope
open class ObservableThreadSafeClass: Observable, ObservableObject {
                                                  ^~~~~~~~~~~~~~~~
[13/13] Compiling Observable ObservableThreadSafeClass.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThreadSafeClass.swift:20:51: error: cannot find type 'ObservableObject' in scope
open class ObservableThreadSafeClass: Observable, ObservableObject {
                                                  ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThreadSafeClass.swift:140:13: error: cannot find 'objectWillChange' in scope
            objectWillChange.send()
            ^~~~~~~~~~~~~~~~
[0/1] Planning build
Building for debugging...
[1/1] Emitting module ThreadSafeSwift
warning: Will not do cross-module incremental builds, priors saved at TimePoint(seconds: 1703739073, nanoseconds: 0)), but the previous build started at TimePoint(seconds: 1703739073, nanoseconds: 84413000), at '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Observable.build/master.priors'
[4/11] Compiling Observable KeyedObservableClass.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableClass.swift:20:41: error: cannot find type 'ObservableObject' in scope
open class ObservableClass: Observable, ObservableObject {
                                        ^~~~~~~~~~~~~~~~
[5/12] Compiling Observable ObservableThread.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThread.swift:20:50: error: cannot find type 'ObservableObject' in scope
open class ObservableThread: Thread, Observable, ObservableObject {
                                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThread.swift:140:13: error: cannot find 'objectWillChange' in scope
            objectWillChange.send()
            ^~~~~~~~~~~~~~~~
[6/12] Compiling Observable ObservableClass.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableClass.swift:20:41: error: cannot find type 'ObservableObject' in scope
open class ObservableClass: Observable, ObservableObject {
                                        ^~~~~~~~~~~~~~~~
[7/12] Compiling Observable ObservableThreadSafeClass.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThreadSafeClass.swift:20:51: error: cannot find type 'ObservableObject' in scope
open class ObservableThreadSafeClass: Observable, ObservableObject {
                                                  ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThreadSafeClass.swift:140:13: error: cannot find 'objectWillChange' in scope
            objectWillChange.send()
            ^~~~~~~~~~~~~~~~
[8/12] Compiling Observable Observable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Compiling Observable KeyedObservable.swift
[10/12] Emitting module Observable
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableClass.swift:20:41: error: cannot find type 'ObservableObject' in scope
open class ObservableClass: Observable, ObservableObject {
                                        ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThread.swift:20:50: error: cannot find type 'ObservableObject' in scope
open class ObservableThread: Thread, Observable, ObservableObject {
                                                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThreadSafeClass.swift:20:51: error: cannot find type 'ObservableObject' in scope
open class ObservableThreadSafeClass: Observable, ObservableObject {
                                                  ^~~~~~~~~~~~~~~~
[11/12] Compiling Observable KeyedObservableThreadSafeClass.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThreadSafeClass.swift:20:51: error: cannot find type 'ObservableObject' in scope
open class ObservableThreadSafeClass: Observable, ObservableObject {
                                                  ^~~~~~~~~~~~~~~~
[12/12] Compiling Observable KeyedObservableThread.swift
/host/spi-builder-workspace/.build/checkouts/Observable/Sources/Observable/ObservableThread.swift:20:50: error: cannot find type 'ObservableObject' in scope
open class ObservableThread: Thread, Observable, ObservableObject {
                                                 ^~~~~~~~~~~~~~~~
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.