Build Information
Failed to build Pods, reference main (969e5c
), with Swift 6.1 for Linux on 27 Apr 2025 05:12:14 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.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/swiftyfinch/Pods.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/swiftyfinch/Pods
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 969e5c6 Update README.md
Cloned https://github.com/swiftyfinch/Pods.git
Revision (git rev-parse @):
969e5c6ac899e9668604344c5ddcc2d1a44eeef3
SUCCESS checkout https://github.com/swiftyfinch/Pods.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftyfinch/Pods.git
https://github.com/swiftyfinch/Pods.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell"
}
],
"manifest_display_name" : "Pods",
"name" : "Pods",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "pods",
"targets" : [
"Pods"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Pods",
"module_type" : "SwiftTarget",
"name" : "Pods",
"path" : "Sources/Pods",
"product_dependencies" : [
"ArgumentParser",
"Rainbow",
"SwiftShell"
],
"product_memberships" : [
"pods"
],
"sources" : [
"Extensions/Double+FormatTime.swift",
"Output/LogPrinter/Extensions/Printer+Spinner.swift",
"Output/LogPrinter/Formatter/Formatter.swift",
"Output/LogPrinter/Formatter/PodsFormatter.swift",
"Output/LogPrinter/Printers/DefaultPrinter.swift",
"Output/LogPrinter/Printers/OneLinePrinter.swift",
"Output/LogPrinter/Printers/PodsPrinter.swift",
"Output/LogPrinter/Printers/Printer.swift",
"Output/Progress/Progress.swift",
"Utils/FileManager+Contains.swift",
"Utils/ParsableCommand.swift",
"Utils/ProcessMonitor.swift",
"Utils/ShellRunner.swift",
"Utils/Sounds.swift",
"Utils/WrapError.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[1071/6059] Fetching swiftshell, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.38s)
Fetched https://github.com/kareman/SwiftShell from cache (0.38s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.92s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.01s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.63s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/36] Emitting module SwiftShell
[9/37] Emitting module ArgumentParserToolInfo
[10/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/38] Compiling Rainbow StringGenerator.swift
[13/39] Compiling Rainbow String+Rainbow.swift
[13/39] Wrapping AST for ArgumentParserToolInfo for debugging
[15/39] Compiling Rainbow Style.swift
[16/77] Compiling ArgumentParser OptionGroup.swift
[17/77] Compiling ArgumentParser AsyncParsableCommand.swift
[18/77] Compiling ArgumentParser CommandConfiguration.swift
[19/77] Compiling ArgumentParser CommandGroup.swift
[20/77] Compiling ArgumentParser EnumerableFlag.swift
[21/82] Compiling ArgumentParser ArgumentVisibility.swift
[22/82] Compiling ArgumentParser CompletionKind.swift
[23/82] Compiling ArgumentParser Errors.swift
[24/82] Compiling ArgumentParser Flag.swift
[25/82] Compiling ArgumentParser NameSpecification.swift
[26/82] Compiling ArgumentParser Option.swift
[27/82] Emitting module ArgumentParser
[28/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/82] Compiling ArgumentParser CompletionsGenerator.swift
[30/82] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/82] Compiling ArgumentParser Argument.swift
[33/82] Compiling ArgumentParser ArgumentHelp.swift
[34/82] Compiling Rainbow Rainbow.swift
[35/82] Compiling SwiftShell Lazy-split.swift
[36/82] Compiling SwiftShell Stream.swift
[37/82] Emitting module Rainbow
[40/82] Compiling SwiftShell String.swift
[41/82] Compiling SwiftShell Files.swift
[46/82] Compiling Rainbow OutputTarget.swift
[49/83] Compiling SwiftShell Array.swift
[50/83] Compiling SwiftShell Context.swift
[51/83] Compiling SwiftShell Process.swift
[53/84] Compiling ArgumentParser CollectionExtensions.swift
[54/84] Compiling ArgumentParser Platform.swift
[55/84] Compiling ArgumentParser SequenceExtensions.swift
[56/84] Compiling ArgumentParser StringExtensions.swift
[57/84] Compiling ArgumentParser Tree.swift
[59/84] Compiling ArgumentParser Name.swift
[60/84] Compiling ArgumentParser Parsed.swift
[61/84] Compiling ArgumentParser ParsedValues.swift
[62/84] Compiling ArgumentParser ParserError.swift
[63/84] Compiling ArgumentParser SplitArguments.swift
[64/84] Compiling ArgumentParser DumpHelpGenerator.swift
[65/84] Compiling ArgumentParser HelpCommand.swift
[66/84] Compiling ArgumentParser HelpGenerator.swift
[67/84] Compiling ArgumentParser MessageInfo.swift
[68/84] Compiling ArgumentParser UsageGenerator.swift
[68/84] Wrapping AST for Rainbow for debugging
[69/84] Wrapping AST for SwiftShell for debugging
[71/84] Compiling ArgumentParser ExpressibleByArgument.swift
[72/84] Compiling ArgumentParser ParsableArguments.swift
[73/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[74/84] Compiling ArgumentParser ParsableCommand.swift
[75/84] Compiling ArgumentParser ArgumentDecoder.swift
[76/84] Compiling ArgumentParser ArgumentDefinition.swift
[77/84] Compiling ArgumentParser ArgumentSet.swift
[78/84] Compiling ArgumentParser CommandParser.swift
[79/84] Compiling ArgumentParser InputKey.swift
[80/84] Compiling ArgumentParser InputOrigin.swift
[81/85] Wrapping AST for ArgumentParser for debugging
[83/100] Compiling Pods ShellRunner.swift
/host/spi-builder-workspace/Sources/Pods/Utils/ShellRunner.swift:94:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellRunner' may have shared mutable state; this is an error in the Swift 6 language mode
91 | }
92 |
93 | final class ShellRunner {
| `- note: class 'ShellRunner' does not conform to the 'Sendable' protocol
94 | static let shared = ShellRunner()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellRunner' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 | private var shell: String?
96 |
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
[84/100] Compiling Pods Sounds.swift
/host/spi-builder-workspace/Sources/Pods/Utils/ShellRunner.swift:94:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellRunner' may have shared mutable state; this is an error in the Swift 6 language mode
91 | }
92 |
93 | final class ShellRunner {
| `- note: class 'ShellRunner' does not conform to the 'Sendable' protocol
94 | static let shared = ShellRunner()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellRunner' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 | private var shell: String?
96 |
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[85/102] Compiling Pods DefaultPrinter.swift
[86/102] Compiling Pods OneLinePrinter.swift
[87/102] Compiling Pods Formatter.swift
[88/102] Compiling Pods PodsFormatter.swift
[89/102] Emitting module Pods
/host/spi-builder-workspace/Sources/Pods/main.swift:5:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | struct Pods: ParsableCommand {
5 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | abstract: """
7 | \(logo) Cozy pod install
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:14:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ProcessMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | /// Synchronise shell subprocesses
13 | final class ProcessMonitor {
| `- note: class 'ProcessMonitor' does not conform to the 'Sendable' protocol
14 | static let shared = ProcessMonitor()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ProcessMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | private var isSync = false
/host/spi-builder-workspace/Sources/Pods/Utils/ShellRunner.swift:94:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellRunner' may have shared mutable state; this is an error in the Swift 6 language mode
91 | }
92 |
93 | final class ShellRunner {
| `- note: class 'ShellRunner' does not conform to the 'Sendable' protocol
94 | static let shared = ShellRunner()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ShellRunner' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 | private var shell: String?
96 |
[90/102] Compiling Pods Double+FormatTime.swift
/host/spi-builder-workspace/Sources/Pods/Extensions/Double+FormatTime.swift:13:25: error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
11 | extension Double {
12 | private func formatTime() -> String {
13 | let formatter = DateComponentsFormatter()
| `- error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
14 |
15 | var calendar = Calendar.current
Foundation.DateComponentsFormatter:2:12: note: 'DateComponentsFormatter' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
2 | open class DateComponentsFormatter : Formatter, @unchecked Sendable {
| `- note: 'DateComponentsFormatter' has been explicitly marked unavailable here
3 | public enum UnitsStyle : Int, Sendable {
4 | case positional
/host/spi-builder-workspace/Sources/Pods/Extensions/Double+FormatTime.swift:21:45: error: member 'dropAll' in 'DateComponentsFormatter.ZeroFormattingBehavior' produces result of type '[DateComponentsFormatter.ZeroFormattingBehavior]', but context expects 'DateComponentsFormatter.ZeroFormattingBehavior'
19 | formatter.allowedUnits = [.hour, .minute, .second]
20 | formatter.unitsStyle = .abbreviated
21 | formatter.zeroFormattingBehavior = .dropAll
| `- error: member 'dropAll' in 'DateComponentsFormatter.ZeroFormattingBehavior' produces result of type '[DateComponentsFormatter.ZeroFormattingBehavior]', but context expects 'DateComponentsFormatter.ZeroFormattingBehavior'
22 | formatter.maximumUnitCount = 2
23 | return formatter.string(from: max(1, self)) ?? "NaN"
[91/102] Compiling Pods Printer+Spinner.swift
/host/spi-builder-workspace/Sources/Pods/Extensions/Double+FormatTime.swift:13:25: error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
11 | extension Double {
12 | private func formatTime() -> String {
13 | let formatter = DateComponentsFormatter()
| `- error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
14 |
15 | var calendar = Calendar.current
Foundation.DateComponentsFormatter:2:12: note: 'DateComponentsFormatter' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
2 | open class DateComponentsFormatter : Formatter, @unchecked Sendable {
| `- note: 'DateComponentsFormatter' has been explicitly marked unavailable here
3 | public enum UnitsStyle : Int, Sendable {
4 | case positional
/host/spi-builder-workspace/Sources/Pods/Extensions/Double+FormatTime.swift:21:45: error: member 'dropAll' in 'DateComponentsFormatter.ZeroFormattingBehavior' produces result of type '[DateComponentsFormatter.ZeroFormattingBehavior]', but context expects 'DateComponentsFormatter.ZeroFormattingBehavior'
19 | formatter.allowedUnits = [.hour, .minute, .second]
20 | formatter.unitsStyle = .abbreviated
21 | formatter.zeroFormattingBehavior = .dropAll
| `- error: member 'dropAll' in 'DateComponentsFormatter.ZeroFormattingBehavior' produces result of type '[DateComponentsFormatter.ZeroFormattingBehavior]', but context expects 'DateComponentsFormatter.ZeroFormattingBehavior'
22 | formatter.maximumUnitCount = 2
23 | return formatter.string(from: max(1, self)) ?? "NaN"
[92/102] Compiling Pods PodsPrinter.swift
[93/102] Compiling Pods Printer.swift
[94/102] Compiling Pods Progress.swift
[95/102] Compiling Pods FileManager+Contains.swift
[96/102] Compiling Pods ParsableCommand.swift
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:14:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ProcessMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | /// Synchronise shell subprocesses
13 | final class ProcessMonitor {
| `- note: class 'ProcessMonitor' does not conform to the 'Sendable' protocol
14 | static let shared = ProcessMonitor()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ProcessMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | private var isSync = false
[97/102] Compiling Pods ProcessMonitor.swift
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:14:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ProcessMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | /// Synchronise shell subprocesses
13 | final class ProcessMonitor {
| `- note: class 'ProcessMonitor' does not conform to the 'Sendable' protocol
14 | static let shared = ProcessMonitor()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ProcessMonitor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | private var isSync = false
[98/102] Compiling Pods WrapError.swift
/host/spi-builder-workspace/Sources/Pods/main.swift:5:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | struct Pods: ParsableCommand {
5 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | abstract: """
7 | \(logo) Cozy pod install
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
[99/102] Compiling Pods main.swift
/host/spi-builder-workspace/Sources/Pods/main.swift:5:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | struct Pods: ParsableCommand {
5 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | abstract: """
7 | \(logo) Cozy pod install
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write swift-version-24593BA9C3E375BF.txt
[3/31] Compiling SwiftShell Bash.swift
[4/31] Compiling SwiftShell Command.swift
[5/32] Compiling Rainbow OutputTarget.swift
[6/32] Compiling SwiftShell Array.swift
[7/33] Compiling SwiftShell Files.swift
[8/33] Compiling Rainbow StringGenerator.swift
[9/33] Compiling SwiftShell Process.swift
[10/33] Compiling Rainbow Style.swift
[11/33] Compiling Rainbow String+Rainbow.swift
[12/33] Compiling Rainbow Rainbow.swift
[13/33] Compiling SwiftShell Context.swift
[14/33] Compiling SwiftShell Lazy-split.swift
[15/33] Compiling SwiftShell Stream.swift
[16/33] Emitting module SwiftShell
[19/33] Compiling SwiftShell String.swift
[21/34] Emitting module ArgumentParserToolInfo
[22/34] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/35] Emitting module Rainbow
[24/35] Compiling Rainbow BackgroundColor.swift
[25/35] Compiling Rainbow CodesParser.swift
[26/35] Compiling Rainbow Color.swift
[27/35] Compiling Rainbow ColorApproximation.swift
[30/71] Compiling ArgumentParser OptionGroup.swift
[31/71] Compiling ArgumentParser AsyncParsableCommand.swift
[32/71] Compiling ArgumentParser CommandConfiguration.swift
[33/71] Compiling ArgumentParser CommandGroup.swift
[34/71] Compiling ArgumentParser EnumerableFlag.swift
[35/76] Compiling ArgumentParser ArgumentVisibility.swift
[36/76] Compiling ArgumentParser CompletionKind.swift
[37/76] Compiling ArgumentParser Errors.swift
[38/76] Compiling ArgumentParser Flag.swift
[39/76] Compiling ArgumentParser NameSpecification.swift
[40/76] Compiling ArgumentParser Option.swift
[41/76] Compiling ArgumentParser Name.swift
[42/76] Compiling ArgumentParser Parsed.swift
[43/76] Compiling ArgumentParser ParsedValues.swift
[44/76] Compiling ArgumentParser ParserError.swift
[45/76] Compiling ArgumentParser SplitArguments.swift
[46/76] Compiling ArgumentParser CollectionExtensions.swift
[47/76] Compiling ArgumentParser Platform.swift
[48/76] Compiling ArgumentParser SequenceExtensions.swift
[49/76] Compiling ArgumentParser StringExtensions.swift
[50/76] Compiling ArgumentParser Tree.swift
[51/76] Compiling ArgumentParser BashCompletionsGenerator.swift
[52/76] Compiling ArgumentParser CompletionsGenerator.swift
[53/76] Compiling ArgumentParser FishCompletionsGenerator.swift
[54/76] Compiling ArgumentParser ZshCompletionsGenerator.swift
[55/76] Compiling ArgumentParser Argument.swift
[56/76] Compiling ArgumentParser ArgumentHelp.swift
[57/76] Emitting module ArgumentParser
[58/76] Compiling ArgumentParser ExpressibleByArgument.swift
[59/76] Compiling ArgumentParser ParsableArguments.swift
[60/76] Compiling ArgumentParser ParsableArgumentsValidation.swift
[61/76] Compiling ArgumentParser ParsableCommand.swift
[62/76] Compiling ArgumentParser ArgumentDecoder.swift
[63/76] Compiling ArgumentParser DumpHelpGenerator.swift
[64/76] Compiling ArgumentParser HelpCommand.swift
[65/76] Compiling ArgumentParser HelpGenerator.swift
[66/76] Compiling ArgumentParser MessageInfo.swift
[67/76] Compiling ArgumentParser UsageGenerator.swift
[68/76] Compiling ArgumentParser ArgumentDefinition.swift
[69/76] Compiling ArgumentParser ArgumentSet.swift
[70/76] Compiling ArgumentParser CommandParser.swift
[71/76] Compiling ArgumentParser InputKey.swift
[72/76] Compiling ArgumentParser InputOrigin.swift
[74/91] Compiling Pods DefaultPrinter.swift
[75/91] Compiling Pods OneLinePrinter.swift
[76/91] Compiling Pods PodsPrinter.swift
[77/91] Compiling Pods Printer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/93] Compiling Pods Formatter.swift
[79/93] Compiling Pods PodsFormatter.swift
[80/93] Emitting module Pods
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
[81/93] Compiling Pods Double+FormatTime.swift
/host/spi-builder-workspace/Sources/Pods/Extensions/Double+FormatTime.swift:13:25: error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
11 | extension Double {
12 | private func formatTime() -> String {
13 | let formatter = DateComponentsFormatter()
| `- error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
14 |
15 | var calendar = Calendar.current
Foundation.DateComponentsFormatter:2:12: note: 'DateComponentsFormatter' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
2 | open class DateComponentsFormatter : Formatter, @unchecked Sendable {
| `- note: 'DateComponentsFormatter' has been explicitly marked unavailable here
3 | public enum UnitsStyle : Int, Sendable {
4 | case positional
/host/spi-builder-workspace/Sources/Pods/Extensions/Double+FormatTime.swift:21:45: error: member 'dropAll' in 'DateComponentsFormatter.ZeroFormattingBehavior' produces result of type '[DateComponentsFormatter.ZeroFormattingBehavior]', but context expects 'DateComponentsFormatter.ZeroFormattingBehavior'
19 | formatter.allowedUnits = [.hour, .minute, .second]
20 | formatter.unitsStyle = .abbreviated
21 | formatter.zeroFormattingBehavior = .dropAll
| `- error: member 'dropAll' in 'DateComponentsFormatter.ZeroFormattingBehavior' produces result of type '[DateComponentsFormatter.ZeroFormattingBehavior]', but context expects 'DateComponentsFormatter.ZeroFormattingBehavior'
22 | formatter.maximumUnitCount = 2
23 | return formatter.string(from: max(1, self)) ?? "NaN"
[82/93] Compiling Pods Printer+Spinner.swift
/host/spi-builder-workspace/Sources/Pods/Extensions/Double+FormatTime.swift:13:25: error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
11 | extension Double {
12 | private func formatTime() -> String {
13 | let formatter = DateComponentsFormatter()
| `- error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation
14 |
15 | var calendar = Calendar.current
Foundation.DateComponentsFormatter:2:12: note: 'DateComponentsFormatter' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
2 | open class DateComponentsFormatter : Formatter, @unchecked Sendable {
| `- note: 'DateComponentsFormatter' has been explicitly marked unavailable here
3 | public enum UnitsStyle : Int, Sendable {
4 | case positional
/host/spi-builder-workspace/Sources/Pods/Extensions/Double+FormatTime.swift:21:45: error: member 'dropAll' in 'DateComponentsFormatter.ZeroFormattingBehavior' produces result of type '[DateComponentsFormatter.ZeroFormattingBehavior]', but context expects 'DateComponentsFormatter.ZeroFormattingBehavior'
19 | formatter.allowedUnits = [.hour, .minute, .second]
20 | formatter.unitsStyle = .abbreviated
21 | formatter.zeroFormattingBehavior = .dropAll
| `- error: member 'dropAll' in 'DateComponentsFormatter.ZeroFormattingBehavior' produces result of type '[DateComponentsFormatter.ZeroFormattingBehavior]', but context expects 'DateComponentsFormatter.ZeroFormattingBehavior'
22 | formatter.maximumUnitCount = 2
23 | return formatter.string(from: max(1, self)) ?? "NaN"
[83/93] Compiling Pods Progress.swift
[84/93] Compiling Pods FileManager+Contains.swift
[85/93] Compiling Pods ShellRunner.swift
[86/93] Compiling Pods Sounds.swift
[87/93] Compiling Pods ParsableCommand.swift
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
[88/93] Compiling Pods ProcessMonitor.swift
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
[89/93] Compiling Pods WrapError.swift
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
[90/93] Compiling Pods main.swift
/host/spi-builder-workspace/Sources/Pods/Utils/ProcessMonitor.swift:17:29: error: cannot find 'NSHashTable' in scope
15 |
16 | private var isSync = false
17 | private let processes = NSHashTable<PrintedAsyncCommand>.weakObjects()
| `- error: cannot find 'NSHashTable' in scope
18 | private let signalSource = DispatchSource.makeSignalSource(signal: SIGINT, queue: .main)
19 |
BUILD FAILURE 6.1 linux