Build Information
Failed to build mimiq, reference main (3d1923
), with Swift 6.1 for Linux on 26 Apr 2025 04:18:34 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/wendyliga/mimiq.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/wendyliga/mimiq
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3d1923c Update README.md
Cloned https://github.com/wendyliga/mimiq.git
Revision (git rev-parse @):
3d1923cebd952ae0c99a4323bf79d300dfddd144
SUCCESS checkout https://github.com/wendyliga/mimiq.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/wendyliga/mimiq.git
https://github.com/wendyliga/mimiq.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-tagged",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-tagged.git"
},
{
"identity" : "consoleio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wendyliga/ConsoleIO.git"
},
{
"identity" : "explorer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wendyliga/Explorer.git"
}
],
"manifest_display_name" : "mimiq",
"name" : "mimiq",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "mimiq",
"targets" : [
"mimiq"
],
"type" : {
"executable" : null
}
},
{
"name" : "MimiqCore",
"targets" : [
"mimiq-core"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "mimiqTests",
"module_type" : "SwiftTarget",
"name" : "mimiqTests",
"path" : "Tests/mimiqTests",
"sources" : [
"mimiqTests.swift"
],
"target_dependencies" : [
"mimiq"
],
"type" : "test"
},
{
"c99name" : "mimiq_core",
"module_type" : "SwiftTarget",
"name" : "mimiq-core",
"path" : "Sources/mimiq-core",
"product_dependencies" : [
"ConsoleIO",
"Logging",
"Tagged"
],
"product_memberships" : [
"mimiq",
"MimiqCore"
],
"sources" : [
"Helper/Shell.swift",
"Models/Runtime.swift",
"Models/Simulator.swift"
],
"type" : "library"
},
{
"c99name" : "mimiq",
"module_type" : "SwiftTarget",
"name" : "mimiq",
"path" : "Sources/mimiq",
"product_dependencies" : [
"ArgumentParser",
"Explorer",
"ConsoleIO",
"Logging",
"Tagged"
],
"product_memberships" : [
"mimiq"
],
"sources" : [
"Helper/Extension.swift",
"Helper/Log.swift",
"Helper/ShellProvider+Mock.swift",
"Helper/ShellProvider.swift",
"Model/GIFQuality.swift",
"Model/OutputResult.swift",
"Version.swift",
"main.swift"
],
"target_dependencies" : [
"mimiq-core"
],
"type" : "executable"
}
],
"tools_version" : "5.1"
}
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/pointfreeco/swift-tagged.git
Fetching https://github.com/wendyliga/Explorer.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/wendyliga/ConsoleIO.git
[1/1162] Fetching swift-tagged
[1163/1724] Fetching swift-tagged, explorer
[1658/5560] Fetching swift-tagged, explorer, swift-log
[5561/5646] Fetching swift-tagged, explorer, swift-log, consoleio
Fetched https://github.com/wendyliga/ConsoleIO.git from cache (0.29s)
Fetched https://github.com/pointfreeco/swift-tagged.git from cache (0.32s)
Fetched https://github.com/wendyliga/Explorer.git from cache (0.32s)
Fetched https://github.com/apple/swift-log.git from cache (0.32s)
[1/14937] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.73s)
Computing version for https://github.com/wendyliga/Explorer.git
Computed https://github.com/wendyliga/Explorer.git at 0.0.6 (1.19s)
Fetching https://github.com/wendyliga/SwiftKit.git
[1/717] Fetching swiftkit
Fetched https://github.com/wendyliga/SwiftKit.git from cache (0.17s)
Computing version for https://github.com/wendyliga/ConsoleIO.git
Computed https://github.com/wendyliga/ConsoleIO.git at 1.0.3 (0.63s)
Computing version for https://github.com/pointfreeco/swift-tagged.git
Computed https://github.com/pointfreeco/swift-tagged.git at 0.10.0 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.49s)
Computing version for https://github.com/wendyliga/SwiftKit.git
Computed https://github.com/wendyliga/SwiftKit.git at 2.4.2 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Creating working copy for https://github.com/wendyliga/ConsoleIO.git
Working copy of https://github.com/wendyliga/ConsoleIO.git resolved at 1.0.3
Creating working copy for https://github.com/wendyliga/Explorer.git
Working copy of https://github.com/wendyliga/Explorer.git resolved at 0.0.6
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/wendyliga/SwiftKit.git
Working copy of https://github.com/wendyliga/SwiftKit.git resolved at 2.4.2
Creating working copy for https://github.com/pointfreeco/swift-tagged.git
Working copy of https://github.com/pointfreeco/swift-tagged.git resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/21] Write sources
[9/21] Write swift-version-24593BA9C3E375BF.txt
[11/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/41] Emitting module ArgumentParserToolInfo
[13/42] Wrapping AST for ArgumentParserToolInfo for debugging
[15/76] Emitting module Logging
[16/76] Compiling Logging MetadataProvider.swift
[17/76] Compiling Logging LogHandler.swift
[18/76] Compiling Logging Locks.swift
[19/76] Compiling Logging Logging.swift
[21/77] Compiling ArgumentParser Errors.swift
[22/77] Compiling ArgumentParser Flag.swift
[23/78] Compiling SwiftKit Traceable.swift
[24/78] Compiling SwiftKit DefaultValue.swift
[25/78] Compiling SwiftKit NonEmpty.swift
[25/78] Wrapping AST for Logging for debugging
[27/78] Compiling SwiftKit String+Extension.swift
[28/78] Compiling SwiftKit Log.swift
[29/78] Emitting module Tagged
[30/78] Compiling Tagged UUID.swift
[31/78] Compiling Tagged Tagged.swift
[32/79] Compiling SwiftKit Shell.swift
[33/79] Emitting module SwiftKit
[34/79] Compiling ArgumentParser ArgumentHelp.swift
[35/79] Compiling ArgumentParser CompletionKind.swift
[38/80] Compiling ArgumentParser Option.swift
[39/80] Compiling ArgumentParser OptionGroup.swift
[40/80] Compiling ArgumentParser CommandConfiguration.swift
[41/80] Compiling ArgumentParser EnumerableFlag.swift
[42/80] Compiling ArgumentParser ExpressibleByArgument.swift
[42/84] Wrapping AST for Tagged for debugging
[48/84] Compiling ArgumentParser NameSpecification.swift
[48/86] Wrapping AST for SwiftKit for debugging
[50/86] Emitting module ArgumentParser
[51/89] Compiling ArgumentParser BashCompletionsGenerator.swift
[52/89] Compiling ArgumentParser CompletionsGenerator.swift
[53/89] Compiling ArgumentParser FishCompletionsGenerator.swift
[54/89] Compiling ArgumentParser ZshCompletionsGenerator.swift
[55/89] Compiling ArgumentParser Argument.swift
[56/89] Emitting module ConsoleIO
[57/89] Compiling ConsoleIO Input.swift
[58/89] Compiling ConsoleIO Output.swift
[60/90] Compiling ArgumentParser CollectionExtensions.swift
[61/90] Compiling ArgumentParser SequenceExtensions.swift
[62/90] Compiling ArgumentParser StringExtensions.swift
[63/90] Compiling ArgumentParser Tree.swift
[64/90] Compiling ArgumentParser ArgumentSet.swift
[65/90] Compiling ArgumentParser CommandParser.swift
[66/90] Compiling ArgumentParser InputOrigin.swift
[67/90] Compiling ArgumentParser Name.swift
[68/90] Compiling ArgumentParser Parsed.swift
[68/90] Wrapping AST for ConsoleIO for debugging
[70/90] Compiling Explorer Explorer.swift
[71/90] Emitting module Explorer
[72/91] Compiling ArgumentParser ParsedValues.swift
[73/91] Compiling ArgumentParser ParserError.swift
[74/91] Compiling ArgumentParser SplitArguments.swift
[75/91] Compiling ArgumentParser DumpHelpGenerator.swift
[76/91] Compiling ArgumentParser HelpCommand.swift
[77/91] Compiling ArgumentParser HelpGenerator.swift
[78/91] Compiling ArgumentParser MessageInfo.swift
[79/91] Compiling ArgumentParser UsageGenerator.swift
[80/95] Compiling ArgumentParser ParsableArguments.swift
[81/95] Compiling ArgumentParser ParsableArgumentsValidation.swift
[82/95] Compiling ArgumentParser ParsableCommand.swift
[83/95] Compiling ArgumentParser ArgumentDecoder.swift
[84/95] Compiling ArgumentParser ArgumentDefinition.swift
[86/96] Wrapping AST for Explorer for debugging
[88/96] Compiling mimiq_core Runtime.swift
[89/96] Compiling mimiq_core Simulator.swift
[90/96] Emitting module mimiq_core
[91/96] Compiling mimiq_core Shell.swift
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:42:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
40 | public static func execute(launchPath: String = "/usr/bin/env", arguments: [String], executingWithBash: Bool = true) -> Shell.Result {
41 | let task = Process()
42 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
43 | task.arguments = (executingWithBash ? ["bash", "-c"] : []) + arguments
44 |
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:51:14: warning: 'launch()' is deprecated: renamed to 'run'
49 | task.standardError = errorPipe
50 |
51 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
52 | task.waitUntilExit()
53 |
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:75:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
73 | ) {
74 | let task = Process()
75 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
76 | task.arguments = ["bash", "-c"] + arguments
77 |
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:85:18: warning: 'launch()' is deprecated: renamed to 'run'
83 |
84 | DispatchQueue.global(qos: .background).async {
85 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
86 |
87 | if !task.isRunning {
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:114:13: warning: capture of 'completion' with non-sendable type '(Shell.Result) -> Void' (aka '((status: Int32, output: Optional<Tagged<Shell._SuccessOutput, String>>, errorOuput: Optional<Tagged<Shell._ErrorOutput, String>>)) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
112 |
113 | logger?.debug("handle completion status \(task.terminationStatus)")
114 | completion((
| |- warning: capture of 'completion' with non-sendable type '(Shell.Result) -> Void' (aka '((status: Int32, output: Optional<Tagged<Shell._SuccessOutput, String>>, errorOuput: Optional<Tagged<Shell._ErrorOutput, String>>)) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
115 | status: task.terminationStatus,
116 | output: Shell.SuccessOutput(rawValue: output),
[91/96] Wrapping AST for ArgumentParser for debugging
[93/97] Wrapping AST for mimiq-core for debugging
[95/105] Compiling mimiq GIFQuality.swift
[96/105] Compiling mimiq Version.swift
[97/105] Compiling mimiq OutputResult.swift
[98/106] Compiling mimiq ShellProvider+Mock.swift
/host/spi-builder-workspace/Sources/mimiq/Helper/ShellProvider+Mock.swift:33:5: warning: let 'dummySimulator' is not concurrency-safe because non-'Sendable' type '[Simulator]' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | #if DEBUG
33 | let dummySimulator: [Simulator] = [
| `- warning: let 'dummySimulator' is not concurrency-safe because non-'Sendable' type '[Simulator]' may have shared mutable state; this is an error in the Swift 6 language mode
34 | Simulator(udid: UUID(uuidString: "00000000-0000-0000-0000-000000000000")!, name: "Mimiq Simulator"),
35 | Simulator(udid: UUID(uuidString: "11111111-1111-1111-1111-111111111111")!, name: "Mimiq Simulator #2")
/host/spi-builder-workspace/Sources/mimiq-core/Models/Simulator.swift:27:15: note: struct 'Simulator' does not conform to the 'Sendable' protocol
25 | import Foundation
26 |
27 | public struct Simulator: Codable {
| `- note: struct 'Simulator' does not conform to the 'Sendable' protocol
28 | public let udid: UUID
29 | public let name: String
/host/spi-builder-workspace/Sources/mimiq/Helper/ShellProvider+Mock.swift:28:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'mimiq_core'
26 | import Foundation
27 | import Logging
28 | import mimiq_core
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'mimiq_core'
29 |
30 | // MARK: - Mock Shell Provider
31 |
32 | #if DEBUG
33 | let dummySimulator: [Simulator] = [
| |- note: add '@MainActor' to make let 'dummySimulator' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | Simulator(udid: UUID(uuidString: "00000000-0000-0000-0000-000000000000")!, name: "Mimiq Simulator"),
35 | Simulator(udid: UUID(uuidString: "11111111-1111-1111-1111-111111111111")!, name: "Mimiq Simulator #2")
[99/106] Compiling mimiq ShellProvider.swift
/host/spi-builder-workspace/Sources/mimiq/Helper/ShellProvider.swift:46:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DefaultShellProvider' may have shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 |
45 | final class DefaultShellProvider: ShellProvider {
| `- note: class 'DefaultShellProvider' does not conform to the 'Sendable' protocol
46 | static let shared = DefaultShellProvider()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DefaultShellProvider' 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
47 |
48 | var isHomebrewInstalled: Bool {
[100/106] Emitting module mimiq
/host/spi-builder-workspace/Sources/mimiq/main.swift:72: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
70 |
71 | struct List: ParsableCommand {
72 | 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
73 | commandName: "list",
74 | abstract: "List Available Simulator",
/host/spi-builder-workspace/Sources/mimiq/main.swift:133: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
131 |
132 | struct Version: ParsableCommand {
133 | 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
134 | commandName: "version",
135 | abstract: "\(appName) version",
/host/spi-builder-workspace/Sources/mimiq/main.swift:145: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
143 |
144 | struct Cache: ParsableCommand {
145 | 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
146 | commandName: "clear-cache",
147 | abstract: "Clear all mimiq process cache",
/host/spi-builder-workspace/Sources/mimiq/main.swift:157: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
155 |
156 | struct OutputTypeList: ParsableCommand {
157 | 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
158 | commandName: "output-type",
159 | abstract: "List all output types",
/host/spi-builder-workspace/Sources/mimiq/main.swift:173: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
171 |
172 | struct QualityList: ParsableCommand {
173 | 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
174 | commandName: "quality",
175 | abstract: "List available quality",
/host/spi-builder-workspace/Sources/mimiq/main.swift:192: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
190 |
191 | #if DEBUG
192 | 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
193 | commandName: "record",
194 | abstract:
/host/spi-builder-workspace/Sources/mimiq/main.swift:521: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
519 |
520 | struct Main: ParsableCommand {
521 | 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
522 | commandName: appName,
523 | abstract:
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:133:5: warning: let 'systemStderr' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
131 | let systemStdout = MSVCRT.stdout
132 | #else
133 | let systemStderr = Glibc.stderr!
| |- warning: let 'systemStderr' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'systemStderr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
134 | let systemStdout = Glibc.stdout!
135 | #endif
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
| `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 | public let _rawValue: Builtin.RawPointer
3 | public init(_ _rawValue: Builtin.RawPointer)
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:133:26: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
131 | let systemStdout = MSVCRT.stdout
132 | #else
133 | let systemStderr = Glibc.stderr!
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
134 | let systemStdout = Glibc.stdout!
135 | #endif
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:134:5: warning: let 'systemStdout' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
132 | #else
133 | let systemStderr = Glibc.stderr!
134 | let systemStdout = Glibc.stdout!
| |- warning: let 'systemStdout' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'systemStdout' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 | #endif
136 |
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
| `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 | public let _rawValue: Builtin.RawPointer
3 | public init(_ _rawValue: Builtin.RawPointer)
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:134:26: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
132 | #else
133 | let systemStderr = Glibc.stderr!
134 | let systemStdout = Glibc.stdout!
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
135 | #endif
136 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:174:25: warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
141 | /// ensures access to the underlying `FILE` is locked to prevent
142 | /// cross-thread interleaving of output.
143 | internal struct StdioOutputStream: TextOutputStream {
| `- note: consider making struct 'StdioOutputStream' conform to the 'Sendable' protocol
144 | internal let file: UnsafeMutablePointer<FILE>
145 | internal let flushMode: FlushMode
:
172 | }
173 |
174 | internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
| |- warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'stderr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 | internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
176 |
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:175:25: warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
141 | /// ensures access to the underlying `FILE` is locked to prevent
142 | /// cross-thread interleaving of output.
143 | internal struct StdioOutputStream: TextOutputStream {
| `- note: consider making struct 'StdioOutputStream' conform to the 'Sendable' protocol
144 | internal let file: UnsafeMutablePointer<FILE>
145 | internal let flushMode: FlushMode
:
173 |
174 | internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
175 | internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
| |- warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'stdout' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/Sources/mimiq/Helper/ShellProvider+Mock.swift:33:5: warning: let 'dummySimulator' is not concurrency-safe because non-'Sendable' type '[Simulator]' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | #if DEBUG
33 | let dummySimulator: [Simulator] = [
| `- warning: let 'dummySimulator' is not concurrency-safe because non-'Sendable' type '[Simulator]' may have shared mutable state; this is an error in the Swift 6 language mode
34 | Simulator(udid: UUID(uuidString: "00000000-0000-0000-0000-000000000000")!, name: "Mimiq Simulator"),
35 | Simulator(udid: UUID(uuidString: "11111111-1111-1111-1111-111111111111")!, name: "Mimiq Simulator #2")
/host/spi-builder-workspace/Sources/mimiq-core/Models/Simulator.swift:27:15: note: struct 'Simulator' does not conform to the 'Sendable' protocol
25 | import Foundation
26 |
27 | public struct Simulator: Codable {
| `- note: struct 'Simulator' does not conform to the 'Sendable' protocol
28 | public let udid: UUID
29 | public let name: String
/host/spi-builder-workspace/Sources/mimiq/Helper/ShellProvider+Mock.swift:28:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'mimiq_core'
26 | import Foundation
27 | import Logging
28 | import mimiq_core
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'mimiq_core'
29 |
30 | // MARK: - Mock Shell Provider
31 |
32 | #if DEBUG
33 | let dummySimulator: [Simulator] = [
| |- note: add '@MainActor' to make let 'dummySimulator' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | Simulator(udid: UUID(uuidString: "00000000-0000-0000-0000-000000000000")!, name: "Mimiq Simulator"),
35 | Simulator(udid: UUID(uuidString: "11111111-1111-1111-1111-111111111111")!, name: "Mimiq Simulator #2")
/host/spi-builder-workspace/Sources/mimiq/Helper/ShellProvider.swift:46:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DefaultShellProvider' may have shared mutable state; this is an error in the Swift 6 language mode
43 | }
44 |
45 | final class DefaultShellProvider: ShellProvider {
| `- note: class 'DefaultShellProvider' does not conform to the 'Sendable' protocol
46 | static let shared = DefaultShellProvider()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DefaultShellProvider' 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
47 |
48 | var isHomebrewInstalled: Bool {
[101/106] Compiling mimiq Log.swift
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:133:5: warning: let 'systemStderr' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
131 | let systemStdout = MSVCRT.stdout
132 | #else
133 | let systemStderr = Glibc.stderr!
| |- warning: let 'systemStderr' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'systemStderr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
134 | let systemStdout = Glibc.stdout!
135 | #endif
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
| `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 | public let _rawValue: Builtin.RawPointer
3 | public init(_ _rawValue: Builtin.RawPointer)
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:133:26: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
131 | let systemStdout = MSVCRT.stdout
132 | #else
133 | let systemStderr = Glibc.stderr!
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
134 | let systemStdout = Glibc.stdout!
135 | #endif
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:134:5: warning: let 'systemStdout' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
132 | #else
133 | let systemStderr = Glibc.stderr!
134 | let systemStdout = Glibc.stdout!
| |- warning: let 'systemStdout' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<_IO_FILE>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'systemStdout' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 | #endif
136 |
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
| `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 | public let _rawValue: Builtin.RawPointer
3 | public init(_ _rawValue: Builtin.RawPointer)
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:134:26: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
132 | #else
133 | let systemStderr = Glibc.stderr!
134 | let systemStdout = Glibc.stdout!
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
135 | #endif
136 |
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:174:25: warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
141 | /// ensures access to the underlying `FILE` is locked to prevent
142 | /// cross-thread interleaving of output.
143 | internal struct StdioOutputStream: TextOutputStream {
| `- note: consider making struct 'StdioOutputStream' conform to the 'Sendable' protocol
144 | internal let file: UnsafeMutablePointer<FILE>
145 | internal let flushMode: FlushMode
:
172 | }
173 |
174 | internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
| |- warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'stderr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 | internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
176 |
/host/spi-builder-workspace/Sources/mimiq/Helper/Log.swift:175:25: warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
141 | /// ensures access to the underlying `FILE` is locked to prevent
142 | /// cross-thread interleaving of output.
143 | internal struct StdioOutputStream: TextOutputStream {
| `- note: consider making struct 'StdioOutputStream' conform to the 'Sendable' protocol
144 | internal let file: UnsafeMutablePointer<FILE>
145 | internal let flushMode: FlushMode
:
173 |
174 | internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
175 | internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
| |- warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'StdioOutputStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'stdout' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | /// Defines the flushing strategy for the underlying stream.
[102/106] Compiling mimiq Extension.swift
/host/spi-builder-workspace/Sources/mimiq/Helper/Extension.swift:33:53: error: value of type 'AnyObject' has no member 'value'
31 | let toplevel = try JSONSerialization.jsonObject(with: data)
32 |
33 | if let nestedJson = (toplevel as AnyObject).value(forKeyPath: keyPath) {
| `- error: value of type 'AnyObject' has no member 'value'
34 | let nestedJsonData = try JSONSerialization.data(withJSONObject: nestedJson)
35 | return try decode(type, from: nestedJsonData)
[103/106] Compiling mimiq main.swift
/host/spi-builder-workspace/Sources/mimiq/main.swift:72: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
70 |
71 | struct List: ParsableCommand {
72 | 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
73 | commandName: "list",
74 | abstract: "List Available Simulator",
/host/spi-builder-workspace/Sources/mimiq/main.swift:133: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
131 |
132 | struct Version: ParsableCommand {
133 | 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
134 | commandName: "version",
135 | abstract: "\(appName) version",
/host/spi-builder-workspace/Sources/mimiq/main.swift:145: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
143 |
144 | struct Cache: ParsableCommand {
145 | 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
146 | commandName: "clear-cache",
147 | abstract: "Clear all mimiq process cache",
/host/spi-builder-workspace/Sources/mimiq/main.swift:157: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
155 |
156 | struct OutputTypeList: ParsableCommand {
157 | 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
158 | commandName: "output-type",
159 | abstract: "List all output types",
/host/spi-builder-workspace/Sources/mimiq/main.swift:173: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
171 |
172 | struct QualityList: ParsableCommand {
173 | 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
174 | commandName: "quality",
175 | abstract: "List available quality",
/host/spi-builder-workspace/Sources/mimiq/main.swift:192: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
190 |
191 | #if DEBUG
192 | 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
193 | commandName: "record",
194 | abstract:
/host/spi-builder-workspace/Sources/mimiq/main.swift:521: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
519 |
520 | struct Main: ParsableCommand {
521 | 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
522 | commandName: appName,
523 | abstract:
/host/spi-builder-workspace/Sources/mimiq/main.swift:408:13: error: cannot find 'Darwin' in scope
406 | logger.debug("failed setup environment")
407 | logger.error("💥 Failed to Setup Enviroment")
408 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
409 | }
410 |
/host/spi-builder-workspace/Sources/mimiq/main.swift:421:17: error: cannot find 'Darwin' in scope
419 |
420 | logger.error("💥 Missing Homebrew, please install Homebrew, for more visit https://brew.sh")
421 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
422 | }
423 |
/host/spi-builder-workspace/Sources/mimiq/main.swift:436:17: error: cannot find 'Darwin' in scope
434 | logger.debug("missing ffmpeg")
435 | logger.error("💥 Missing FFMpeg, please install mpeg, by executing `brew install ffmpeg`")
436 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
437 | }
438 | }
/host/spi-builder-workspace/Sources/mimiq/main.swift:445:13: error: cannot find 'Darwin' in scope
443 | logger.debug("no available simulator")
444 | logger.error("💥 No Available Simulator to mimiq")
445 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
446 | }
447 |
/host/spi-builder-workspace/Sources/mimiq/main.swift:476:17: error: cannot find 'Darwin' in scope
474 | logger.shellOutput(recordResult.errorOuput ?? "no error ouput")
475 | logger.error("💥 Record Failed, Please Try Again")
476 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
477 | }
478 |
/host/spi-builder-workspace/Sources/mimiq/main.swift:510:13: error: cannot find 'Darwin' in scope
508 | logger.shellOutput(generateOutputResult.errorOuput)
509 | logger.error("💥 Failed on Creating output, Please Try Again")
510 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
511 | }
512 |
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
Building for debugging...
[0/12] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling Tagged UUID.swift
[3/32] Compiling Logging MetadataProvider.swift
[4/32] Compiling Logging LogHandler.swift
[5/32] Compiling SwiftKit Log.swift
[6/33] Emitting module SwiftKit
[7/33] Compiling SwiftKit Deprecated.swift
[8/33] Compiling SwiftKit Error.swift
[9/33] Compiling SwiftKit NonEmpty.swift
[10/33] Compiling SwiftKit DefaultValue.swift
[11/33] Compiling SwiftKit Traceable.swift
[12/33] Compiling Logging Locks.swift
[13/33] Emitting module Logging
[14/33] Compiling SwiftKit Array+Extension.swift
[15/33] Compiling SwiftKit Result+Extension.swift
[16/33] Compiling SwiftKit String+Extension.swift
[17/33] Emitting module Tagged
[18/33] Compiling Tagged Tagged.swift
[19/34] Compiling SwiftKit Shell.swift
[22/33] Emitting module ArgumentParserToolInfo
[23/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/36] Compiling Logging Logging.swift
[26/39] Emitting module Explorer
[28/39] Compiling ConsoleIO Input.swift
[29/39] Compiling ConsoleIO Output.swift
[30/39] Emitting module ConsoleIO
[32/73] Compiling Explorer Explorer.swift
[32/74] Wrapping AST for Logging for debugging
[35/77] Compiling mimiq_core Runtime.swift
[36/77] Emitting module mimiq_core
[37/77] Compiling mimiq_core Shell.swift
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:42:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
40 | public static func execute(launchPath: String = "/usr/bin/env", arguments: [String], executingWithBash: Bool = true) -> Shell.Result {
41 | let task = Process()
42 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
43 | task.arguments = (executingWithBash ? ["bash", "-c"] : []) + arguments
44 |
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:51:14: warning: 'launch()' is deprecated: renamed to 'run'
49 | task.standardError = errorPipe
50 |
51 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
52 | task.waitUntilExit()
53 |
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:75:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
73 | ) {
74 | let task = Process()
75 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
76 | task.arguments = ["bash", "-c"] + arguments
77 |
/host/spi-builder-workspace/Sources/mimiq-core/Helper/Shell.swift:85:18: warning: 'launch()' is deprecated: renamed to 'run'
83 |
84 | DispatchQueue.global(qos: .background).async {
85 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
86 |
87 | if !task.isRunning {
[38/77] Compiling mimiq_core Simulator.swift
[40/77] Compiling ArgumentParser ParsedValues.swift
[41/77] Compiling ArgumentParser ParserError.swift
[42/77] Compiling ArgumentParser SplitArguments.swift
[43/77] Compiling ArgumentParser DumpHelpGenerator.swift
[44/81] Emitting module ArgumentParser
[45/81] Compiling ArgumentParser HelpCommand.swift
[46/81] Compiling ArgumentParser HelpGenerator.swift
[47/81] Compiling ArgumentParser MessageInfo.swift
[48/81] Compiling ArgumentParser UsageGenerator.swift
[49/81] Compiling ArgumentParser ArgumentSet.swift
[50/81] Compiling ArgumentParser CommandParser.swift
[51/81] Compiling ArgumentParser InputOrigin.swift
[52/81] Compiling ArgumentParser Name.swift
[53/81] Compiling ArgumentParser Parsed.swift
[54/81] Compiling ArgumentParser ArgumentHelp.swift
[55/81] Compiling ArgumentParser CompletionKind.swift
[56/81] Compiling ArgumentParser Errors.swift
[57/81] Compiling ArgumentParser Flag.swift
[58/81] Compiling ArgumentParser NameSpecification.swift
[59/81] Compiling ArgumentParser Option.swift
[60/81] Compiling ArgumentParser OptionGroup.swift
[61/81] Compiling ArgumentParser CommandConfiguration.swift
[62/81] Compiling ArgumentParser EnumerableFlag.swift
[63/81] Compiling ArgumentParser ExpressibleByArgument.swift
[64/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[65/81] Compiling ArgumentParser CompletionsGenerator.swift
[66/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[67/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[68/81] Compiling ArgumentParser Argument.swift
[69/81] Compiling ArgumentParser ParsableArguments.swift
[70/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/81] Compiling ArgumentParser ParsableCommand.swift
[72/81] Compiling ArgumentParser ArgumentDecoder.swift
[73/81] Compiling ArgumentParser ArgumentDefinition.swift
[74/81] Compiling ArgumentParser CollectionExtensions.swift
[75/81] Compiling ArgumentParser SequenceExtensions.swift
[76/81] Compiling ArgumentParser StringExtensions.swift
[77/81] Compiling ArgumentParser Tree.swift
[78/82] Wrapping AST for ArgumentParser for debugging
[80/90] Compiling mimiq Version.swift
[81/91] Compiling mimiq OutputResult.swift
[82/91] Compiling mimiq GIFQuality.swift
[83/91] Compiling mimiq main.swift
/host/spi-builder-workspace/Sources/mimiq/main.swift:408:13: error: cannot find 'Darwin' in scope
406 | logger.debug("failed setup environment")
407 | logger.error("💥 Failed to Setup Enviroment")
408 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
409 | }
410 |
/host/spi-builder-workspace/Sources/mimiq/main.swift:421:17: error: cannot find 'Darwin' in scope
419 |
420 | logger.error("💥 Missing Homebrew, please install Homebrew, for more visit https://brew.sh")
421 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
422 | }
423 |
/host/spi-builder-workspace/Sources/mimiq/main.swift:436:17: error: cannot find 'Darwin' in scope
434 | logger.debug("missing ffmpeg")
435 | logger.error("💥 Missing FFMpeg, please install mpeg, by executing `brew install ffmpeg`")
436 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
437 | }
438 | }
/host/spi-builder-workspace/Sources/mimiq/main.swift:445:13: error: cannot find 'Darwin' in scope
443 | logger.debug("no available simulator")
444 | logger.error("💥 No Available Simulator to mimiq")
445 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
446 | }
447 |
/host/spi-builder-workspace/Sources/mimiq/main.swift:476:17: error: cannot find 'Darwin' in scope
474 | logger.shellOutput(recordResult.errorOuput ?? "no error ouput")
475 | logger.error("💥 Record Failed, Please Try Again")
476 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
477 | }
478 |
/host/spi-builder-workspace/Sources/mimiq/main.swift:510:13: error: cannot find 'Darwin' in scope
508 | logger.shellOutput(generateOutputResult.errorOuput)
509 | logger.error("💥 Failed on Creating output, Please Try Again")
510 | Darwin.exit(EXIT_FAILURE)
| `- error: cannot find 'Darwin' in scope
511 | }
512 |
[84/91] Compiling mimiq ShellProvider.swift
[85/91] Compiling mimiq ShellProvider+Mock.swift
[86/91] Compiling mimiq Log.swift
[87/91] Emitting module mimiq
[88/91] Compiling mimiq Extension.swift
/host/spi-builder-workspace/Sources/mimiq/Helper/Extension.swift:33:53: error: value of type 'AnyObject' has no member 'value'
31 | let toplevel = try JSONSerialization.jsonObject(with: data)
32 |
33 | if let nestedJson = (toplevel as AnyObject).value(forKeyPath: keyPath) {
| `- error: value of type 'AnyObject' has no member 'value'
34 | let nestedJsonData = try JSONSerialization.data(withJSONObject: nestedJson)
35 | return try decode(type, from: nestedJsonData)
BUILD FAILURE 6.1 linux