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 openai-async-image-swiftui, reference 1.2.3 (5cec6b), with Swift 5.9 for Linux on 10 Dec 2024 13:15:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/openai-async-image-swiftui.git
Reference: 1.2.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/swiftuiux/openai-async-image-swiftui
 * tag               1.2.3      -> FETCH_HEAD
HEAD is now at 5cec6b9 update
Cloned https://github.com/swiftuiux/openai-async-image-swiftui.git
Revision (git rev-parse @):
5cec6b959315a1cbe760927c5ac03e279e19bed9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/openai-async-image-swiftui.git at 1.2.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/swiftuiux/openai-async-image-swiftui.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/swiftuiux/async-task.git
Fetching https://github.com/swiftuiux/async-http-client.git
[1/904] Fetching async-http-client
[905/1301] Fetching async-http-client, async-task
Fetched https://github.com/swiftuiux/async-http-client.git (0.47s)
Fetched https://github.com/swiftuiux/async-task.git (0.47s)
Computing version for https://github.com/swiftuiux/async-task.git
Computed https://github.com/swiftuiux/async-task.git at 1.2.5 (0.61s)
Computing version for https://github.com/swiftuiux/async-http-client.git
Computed https://github.com/swiftuiux/async-http-client.git at 1.5.0 (0.42s)
Fetching https://github.com/swiftuiux/retry-policy-service.git
[1/101] Fetching retry-policy-service
Fetched https://github.com/swiftuiux/retry-policy-service.git (0.19s)
Computing version for https://github.com/swiftuiux/retry-policy-service.git
Computed https://github.com/swiftuiux/retry-policy-service.git at 1.0.1 (0.41s)
Creating working copy for https://github.com/swiftuiux/async-http-client.git
Working copy of https://github.com/swiftuiux/async-http-client.git resolved at 1.5.0
Creating working copy for https://github.com/swiftuiux/retry-policy-service.git
Working copy of https://github.com/swiftuiux/retry-policy-service.git resolved at 1.0.1
Creating working copy for https://github.com/swiftuiux/async-task.git
Working copy of https://github.com/swiftuiux/async-task.git resolved at 1.2.5
Building for debugging...
[1/12] Compiling async_task SingleTask.swift
/host/spi-builder-workspace/.build/checkouts/async-task/Sources/async-task/task/ObservableSingleTask.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[2/12] Compiling async_task Type.swift
/host/spi-builder-workspace/.build/checkouts/async-task/Sources/async-task/task/ObservableSingleTask.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/12] Compiling async_task ObservableSingleTask.swift
/host/spi-builder-workspace/.build/checkouts/async-task/Sources/async-task/task/ObservableSingleTask.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/12] Compiling async_task State.swift
/host/spi-builder-workspace/.build/checkouts/async-task/Sources/async-task/task/ObservableSingleTask.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/12] Emitting module async_task
/host/spi-builder-workspace/.build/checkouts/async-task/Sources/async-task/task/ObservableSingleTask.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/12] Compiling async_task Async.swift
/host/spi-builder-workspace/.build/checkouts/async-task/Sources/async-task/task/ObservableSingleTask.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/12] Compiling async_task TaskProperty.swift
/host/spi-builder-workspace/.build/checkouts/async-task/Sources/async-task/task/ObservableSingleTask.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/12] Compiling async_task IAsyncTask.swift
/host/spi-builder-workspace/.build/checkouts/async-task/Sources/async-task/task/ObservableSingleTask.swift:8:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
BUILD FAILURE 5.9 linux