The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build EditValueView, reference 0.7.0 (454d77), with Swift 6.0 for Linux on 30 Nov 2024 20:05:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/EditValueView.git
Reference: 0.7.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/p-x9/EditValueView
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 454d779 Merge pull request #31 from p-x9/feature/improve-type-description
Cloned https://github.com/p-x9/EditValueView.git
Revision (git rev-parse @):
454d77987aea7a3673dc2b7ce8ab15efa154987f
SUCCESS checkout https://github.com/p-x9/EditValueView.git at 0.7.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/p-x9/EditValueView.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/p-x9/SwiftUIColor.git
Fetching https://github.com/p-x9/swift-magic-mirror.git
Fetching https://github.com/p-x9/swiftui-reflection-view.git
[1/226] Fetching swiftui-reflection-view
[227/271] Fetching swiftui-reflection-view, swift-magic-mirror
[272/1718] Fetching swiftui-reflection-view, swift-magic-mirror, swiftuicolor
[740/1492] Fetching swift-magic-mirror, swiftuicolor
Fetched https://github.com/p-x9/swiftui-reflection-view.git from cache (0.17s)
Fetched https://github.com/p-x9/swift-magic-mirror.git from cache (0.20s)
Fetched https://github.com/p-x9/SwiftUIColor.git from cache (0.20s)
Computing version for https://github.com/p-x9/swift-magic-mirror.git
Computed https://github.com/p-x9/swift-magic-mirror.git at 0.2.0 (0.37s)
Computing version for https://github.com/p-x9/swiftui-reflection-view.git
Computed https://github.com/p-x9/swiftui-reflection-view.git at 0.9.0 (0.39s)
Computing version for https://github.com/p-x9/SwiftUIColor.git
Computed https://github.com/p-x9/SwiftUIColor.git at 0.6.0 (0.43s)
Creating working copy for https://github.com/p-x9/SwiftUIColor.git
Working copy of https://github.com/p-x9/SwiftUIColor.git resolved at 0.6.0
Creating working copy for https://github.com/p-x9/swift-magic-mirror.git
Working copy of https://github.com/p-x9/swift-magic-mirror.git resolved at 0.2.0
Creating working copy for https://github.com/p-x9/swiftui-reflection-view.git
Working copy of https://github.com/p-x9/swiftui-reflection-view.git resolved at 0.9.0
Building for debugging...
[0/8] Write sources
[5/8] Copying Media.xcassets
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/20] Compiling SwiftUIColor Color+macOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/21] Emitting module SwiftUIColor
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[11/21] Compiling SwiftUIColor Color+iOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[12/21] Compiling SwiftUIColor Color+tvOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[13/21] Compiling SwiftUIColor Color+universal.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[14/21] Compiling MagicMirror typealias.swift
[15/21] Compiling SwiftUIColor resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[16/21] Compiling SwiftUIColor Color+visionOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[17/21] Compiling SwiftUIColor PreviewWorkaround.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[18/21] Compiling SwiftUIColor Color+watchOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[19/21] Compiling MagicMirror Misc.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/21] Emitting module MagicMirror
/host/spi-builder-workspace/.build/checkouts/swift-magic-mirror/Sources/MagicMirror/MagicMirror.swift:95:36: error: cannot find 'class_getSuperclass' in scope
 93 |         self._makeSuperclassMirror = {
 94 |             guard let subjectClass = subjectType as? AnyClass,
 95 |                   let superclass = class_getSuperclass(subjectClass) else {
    |                                    `- error: cannot find 'class_getSuperclass' in scope
 96 |                 return nil
 97 |             }
/host/spi-builder-workspace/.build/checkouts/swift-magic-mirror/Sources/MagicMirror/MagicMirror.swift:95:36: error: cannot find 'class_getSuperclass' in scope
 93 |         self._makeSuperclassMirror = {
 94 |             guard let subjectClass = subjectType as? AnyClass,
 95 |                   let superclass = class_getSuperclass(subjectClass) else {
    |                                    `- error: cannot find 'class_getSuperclass' in scope
 96 |                 return nil
 97 |             }
BUILD FAILURE 6.0 linux