Build Information
Failed to build PhantomKit, reference main (dbccbb
), with Swift 6.1 for Linux on 28 Apr 2025 19:50:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pawello2222/PhantomKit.git
Reference: main
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/pawello2222/PhantomKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dbccbb5 Fix APIEndpoint path
Cloned https://github.com/pawello2222/PhantomKit.git
Revision (git rev-parse @):
dbccbb5553b2cbbc44d658c3a448c64dd55a6f19
SUCCESS checkout https://github.com/pawello2222/PhantomKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/pawello2222/PhantomKit.git
https://github.com/pawello2222/PhantomKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "appliable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pawello2222/Appliable"
}
],
"manifest_display_name" : "PhantomKit",
"name" : "PhantomKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PhantomKit",
"targets" : [
"PhantomKitAPI",
"PhantomKitCore",
"PhantomKitLog",
"PhantomKitUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PhantomKitAPI",
"targets" : [
"PhantomKitAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PhantomKitCore",
"targets" : [
"PhantomKitCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PhantomKitLog",
"targets" : [
"PhantomKitLog"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PhantomKitUI",
"targets" : [
"PhantomKitUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PhantomKitUITests",
"module_type" : "SwiftTarget",
"name" : "PhantomKitUITests",
"path" : "Tests/PhantomKitUITests",
"sources" : [
"Binding+Tests.swift",
"Color+Tests.swift"
],
"target_dependencies" : [
"PhantomKitUI"
],
"type" : "test"
},
{
"c99name" : "PhantomKitUI",
"module_type" : "SwiftTarget",
"name" : "PhantomKitUI",
"path" : "Sources/PhantomKitUI",
"product_memberships" : [
"PhantomKit",
"PhantomKitUI"
],
"sources" : [
"Components/Common/CheckmarkView.swift",
"Components/Common/IndicatorView.swift",
"Components/List/MultiColumnList.swift",
"Components/Picker/CustomizablePicker+Item.swift",
"Components/Picker/CustomizablePicker+Selection.swift",
"Components/Picker/CustomizablePicker.swift",
"Components/ScrollView/VCenteredScrollView.swift",
"Components/ViewRepresentable/PDFViewRepresentable.swift",
"Components/ViewRepresentable/SafariViewRepresentable.swift",
"EnvironmentValues/EnvironmentValues+ShortLabelWidth.swift",
"EnvironmentValues/EnvironmentValues+UserInterfaceIdiom.swift",
"Extensions/Binding+Extensions.swift",
"Extensions/Color+Extensions.swift",
"Extensions/Edge+Extensions.swift",
"Extensions/View+Alignment.swift",
"Extensions/View+Apply.swift",
"Extensions/View+Extensions.swift",
"Modifiers/FullScreenViewModifier.swift",
"Modifiers/LinkViewModifier.swift",
"Modifiers/SheetViewModifier.swift",
"Shapes/Triangle.swift",
"Wrappers/ViewControllerRepresentable.swift",
"Wrappers/ViewRepresentable.swift"
],
"target_dependencies" : [
"PhantomKitCore"
],
"type" : "library"
},
{
"c99name" : "PhantomKitLogTests",
"module_type" : "SwiftTarget",
"name" : "PhantomKitLogTests",
"path" : "Tests/PhantomKitLogTests",
"sources" : [
"ConsoleLogger+Tests.swift",
"Logger+Tests.swift",
"OSLogLogger+Tests.swift",
"Shared/Shared.swift"
],
"target_dependencies" : [
"PhantomKitCore",
"PhantomKitLog"
],
"type" : "test"
},
{
"c99name" : "PhantomKitLog",
"module_type" : "SwiftTarget",
"name" : "PhantomKitLog",
"path" : "Sources/PhantomKitLog",
"product_dependencies" : [
"Appliable"
],
"product_memberships" : [
"PhantomKit",
"PhantomKitAPI",
"PhantomKitLog"
],
"sources" : [
"Components/LogBuilder.swift",
"Loggers/ConsoleLogger.swift",
"Loggers/OSLogLogger.swift",
"Models/LogCategory.swift",
"Models/LogLevel.swift",
"Models/Logger.swift"
],
"type" : "library"
},
{
"c99name" : "PhantomKitCoreTests",
"module_type" : "SwiftTarget",
"name" : "PhantomKitCoreTests",
"path" : "Tests/PhantomKitCoreTests",
"sources" : [
"Array+Tests.swift",
"Bundle+Tests.swift",
"CGSize+Tests.swift",
"Calendar+Tests.swift",
"Comparable+Tests.swift",
"Date+Tests.swift",
"Equatable+Tests.swift",
"Error+Tests.swift",
"Locale+Tests.swift",
"NSDecimalNumber+Tests.swift",
"Set+Tests.swift",
"String+Tests.swift"
],
"target_dependencies" : [
"PhantomKitCore"
],
"type" : "test"
},
{
"c99name" : "PhantomKitCore",
"module_type" : "SwiftTarget",
"name" : "PhantomKitCore",
"path" : "Sources/PhantomKitCore",
"product_dependencies" : [
"Appliable"
],
"product_memberships" : [
"PhantomKit",
"PhantomKitAPI",
"PhantomKitCore",
"PhantomKitUI"
],
"sources" : [
"Extensions/Array+Extensions.swift",
"Extensions/Bundle+Extensions.swift",
"Extensions/CGSize+Extensions.swift",
"Extensions/Calendar+Extensions.swift",
"Extensions/Comparable+Extensions.swift",
"Extensions/Date+Extensions.swift",
"Extensions/Equatable+Extensions.swift",
"Extensions/Error+Extensions.swift",
"Extensions/Locale+Extensions.swift",
"Extensions/NSDecimalNumber+Extensions.swift",
"Extensions/Set+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/TimeInterval+Extensions.swift",
"Extensions/TimeZone+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "PhantomKitAPITests",
"module_type" : "SwiftTarget",
"name" : "PhantomKitAPITests",
"path" : "Tests/PhantomKitAPITests",
"sources" : [
"APIDataSource+Tests.swift",
"APIEndpoint+Tests.swift",
"AuthorizationType+Tests.swift",
"Loadable+Tests.swift",
"NetworkDataSource+Tests.swift",
"Shared/Shared.swift"
],
"target_dependencies" : [
"PhantomKitAPI"
],
"type" : "test"
},
{
"c99name" : "PhantomKitAPI",
"module_type" : "SwiftTarget",
"name" : "PhantomKitAPI",
"path" : "Sources/PhantomKitAPI",
"product_memberships" : [
"PhantomKit",
"PhantomKitAPI"
],
"sources" : [
"API/APIDataSource.swift",
"API/APIEndpoint.swift",
"Core/NetworkDataSource.swift",
"Core/NetworkSession.swift",
"Models/APIError.swift",
"Models/APIMethod.swift",
"Models/AuthorizationType.swift",
"Models/HTTPCode.swift",
"Models/Loadable.swift"
],
"target_dependencies" : [
"PhantomKitCore",
"PhantomKitLog"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pawello2222/Appliable
[1/141] Fetching appliable
Fetched https://github.com/pawello2222/Appliable from cache (0.36s)
Computing version for https://github.com/pawello2222/Appliable
Computed https://github.com/pawello2222/Appliable at 1.1.0 (4.44s)
Creating working copy for https://github.com/pawello2222/Appliable
Working copy of https://github.com/pawello2222/Appliable resolved at 1.1.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/9] Compiling Appliable ObjectAppliable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/9] Emitting module Appliable
/host/spi-builder-workspace/.build/checkouts/Appliable/Sources/Appliable/Appliable.swift:80:11: error: cannot find type 'URLRequest' in scope
78 | extension Set: Appliable {}
79 | extension URL: Appliable {}
80 | extension URLRequest: Appliable {}
| `- error: cannot find type 'URLRequest' in scope
81 |
[9/9] Compiling Appliable Appliable.swift
/host/spi-builder-workspace/.build/checkouts/Appliable/Sources/Appliable/Appliable.swift:80:11: error: cannot find type 'URLRequest' in scope
78 | extension Set: Appliable {}
79 | extension URL: Appliable {}
80 | extension URLRequest: Appliable {}
| `- error: cannot find type 'URLRequest' in scope
81 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling Appliable ObjectAppliable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module Appliable
/host/spi-builder-workspace/.build/checkouts/Appliable/Sources/Appliable/Appliable.swift:80:11: error: cannot find type 'URLRequest' in scope
78 | extension Set: Appliable {}
79 | extension URL: Appliable {}
80 | extension URLRequest: Appliable {}
| `- error: cannot find type 'URLRequest' in scope
81 |
[4/4] Compiling Appliable Appliable.swift
/host/spi-builder-workspace/.build/checkouts/Appliable/Sources/Appliable/Appliable.swift:80:11: error: cannot find type 'URLRequest' in scope
78 | extension Set: Appliable {}
79 | extension URL: Appliable {}
80 | extension URLRequest: Appliable {}
| `- error: cannot find type 'URLRequest' in scope
81 |
BUILD FAILURE 6.1 linux