The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build REPL, reference v2.2.0 (90d95e), with Swift 6.0 for Linux on 29 Nov 2024 01:58:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/REPL.git
Reference: v2.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Samasaur1/REPL
 * tag               v2.2.0     -> FETCH_HEAD
HEAD is now at 90d95e4 Support command aliases
Cloned https://github.com/Samasaur1/REPL.git
Revision (git rev-parse @):
90d95e4b116bb8de356c015025af26c95e569e9a
SUCCESS checkout https://github.com/Samasaur1/REPL.git at v2.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Samasaur1/REPL.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] Emitting module REPL
/host/spi-builder-workspace/Sources/REPL/main.swift:16:31: error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
 14 | //   (via `bash -i -c 'echo "$PS1"'`)
 15 | var action: posix_spawn_file_actions_t? = nil
 16 | posix_spawn_file_actions_init(&action);
    |                               |- error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
    |                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 17 | defer { posix_spawn_file_actions_destroy(&action) }
 18 | let m: mode_t = S_IRWXU | S_IRWXG | S_IRWXO
/host/spi-builder-workspace/Sources/REPL/main.swift:19:34: error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
 17 | defer { posix_spawn_file_actions_destroy(&action) }
 18 | let m: mode_t = S_IRWXU | S_IRWXG | S_IRWXO
 19 | posix_spawn_file_actions_addopen(&action, 1, "/tmp/ps1", (O_WRONLY | O_CREAT | O_TRUNC), m)
    |                                  |- error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
    |                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 20 | //posix_spawn_file_actions_adddup2(&action, 1, 2)
 21 |
/host/spi-builder-workspace/Sources/REPL/main.swift:27:39: error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
 25 |
 26 | var pid = pid_t()
 27 | let rv = posix_spawn(&pid, c_args[0], &action, nil, c_args + [nil], environ)
    |                                       |- error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
    |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 28 | guard rv == 0 else {
 29 |   // Should get errno
/host/spi-builder-workspace/Sources/REPL/main.swift:204:83: error: missing argument for parameter 'c_line' in call
202 | let c: cc_t = 0
203 | let cct = (c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c) // Set of 20 Special Characters
204 | var originalTerm: termios = termios(c_iflag: 0, c_oflag: 0, c_cflag: 0, c_lflag: 0, c_cc: cct, c_ispeed: 0, c_ospeed: 0)
    |                                                                                   `- error: missing argument for parameter 'c_line' in call
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
SwiftGlibc.termios:3:12: note: 'init(c_iflag:c_oflag:c_cflag:c_lflag:c_line:c_cc:c_ispeed:c_ospeed:)' declared here
 1 | public struct termios {
 2 |     public init()
 3 |     public init(c_iflag: tcflag_t, c_oflag: tcflag_t, c_cflag: tcflag_t, c_lflag: tcflag_t, c_line: cc_t, c_cc: (cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t), c_ispeed: speed_t, c_ospeed: speed_t)
   |            `- note: 'init(c_iflag:c_oflag:c_cflag:c_lflag:c_line:c_cc:c_ispeed:c_ospeed:)' declared here
 4 |     public var c_iflag: tcflag_t
 5 |     public var c_oflag: tcflag_t
/host/spi-builder-workspace/Sources/REPL/main.swift:204:91: error: cannot convert value of type '(cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t)' (aka '(UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)') to expected argument type '(cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t)' (aka '(UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)')
202 | let c: cc_t = 0
203 | let cct = (c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c) // Set of 20 Special Characters
204 | var originalTerm: termios = termios(c_iflag: 0, c_oflag: 0, c_cflag: 0, c_lflag: 0, c_cc: cct, c_ispeed: 0, c_ospeed: 0)
    |                                                                                           `- error: cannot convert value of type '(cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t)' (aka '(UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)') to expected argument type '(cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t)' (aka '(UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)')
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
/host/spi-builder-workspace/Sources/REPL/main.swift:207:24: error: cannot find 'Darwin' in scope
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
207 | term.c_lflag &= ~(UInt(Darwin.ECHO) | UInt(Darwin.ICANON)) //turn off ECHO and ICANON
    |                        `- error: cannot find 'Darwin' in scope
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
/host/spi-builder-workspace/Sources/REPL/main.swift:207:44: error: cannot find 'Darwin' in scope
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
207 | term.c_lflag &= ~(UInt(Darwin.ECHO) | UInt(Darwin.ICANON)) //turn off ECHO and ICANON
    |                                            `- error: cannot find 'Darwin' in scope
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
/host/spi-builder-workspace/Sources/REPL/main.swift:207:37: error: cannot convert value of type 'UInt' to expected argument type 'UInt32'
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
207 | term.c_lflag &= ~(UInt(Darwin.ECHO) | UInt(Darwin.ICANON)) //turn off ECHO and ICANON
    |                                     `- error: cannot convert value of type 'UInt' to expected argument type 'UInt32'
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
/host/spi-builder-workspace/Sources/REPL/main.swift:207:17: error: cannot convert value of type 'UInt' to expected argument type 'UInt32'
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
207 | term.c_lflag &= ~(UInt(Darwin.ECHO) | UInt(Darwin.ICANON)) //turn off ECHO and ICANON
    |                 `- error: cannot convert value of type 'UInt' to expected argument type 'UInt32'
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
/host/spi-builder-workspace/Sources/REPL/main.swift:233:16: 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
231 |         cmdIdx = 0
232 |         print(prompt(), terminator: "")
233 |         fflush(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
234 |     }
235 | }
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
  |            `- note: var declared here
/host/spi-builder-workspace/Sources/REPL/main.swift:183:10: warning: 'launchPath' is deprecated: renamed to 'executableURL'
181 | func exec(_ command: String) -> String {
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
    |          |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |          `- note: use 'executableURL' instead
184 |     task.arguments = ["-c", command]
185 |
/host/spi-builder-workspace/Sources/REPL/main.swift:188:10: warning: 'launch()' is deprecated: renamed to 'run'
186 |     let pipe = Pipe()
187 |     task.standardOutput = pipe
188 |     task.launch()
    |          |- warning: 'launch()' is deprecated: renamed to 'run'
    |          `- note: use 'run' instead
189 |
190 |     let data = pipe.fileHandleForReading.readDataToEndOfFile()
/host/spi-builder-workspace/Sources/REPL/main.swift:182:5: error: main actor-isolated var 'task' can not be mutated from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: mutation of this var is only permitted within the actor
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
    |     `- error: main actor-isolated var 'task' can not be mutated from a nonisolated context
183 |     task.launchPath = "/bin/bash"
184 |     task.arguments = ["-c", command]
/host/spi-builder-workspace/Sources/REPL/main.swift:183:5: error: main actor-isolated var 'task' can not be referenced from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: var declared here
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
    |     `- error: main actor-isolated var 'task' can not be referenced from a nonisolated context
184 |     task.arguments = ["-c", command]
185 |
/host/spi-builder-workspace/Sources/REPL/main.swift:184:5: error: main actor-isolated var 'task' can not be referenced from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: var declared here
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
184 |     task.arguments = ["-c", command]
    |     `- error: main actor-isolated var 'task' can not be referenced from a nonisolated context
185 |
186 |     let pipe = Pipe()
/host/spi-builder-workspace/Sources/REPL/main.swift:187:5: error: main actor-isolated var 'task' can not be referenced from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: var declared here
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
    :
185 |
186 |     let pipe = Pipe()
187 |     task.standardOutput = pipe
    |     `- error: main actor-isolated var 'task' can not be referenced from a nonisolated context
188 |     task.launch()
189 |
/host/spi-builder-workspace/Sources/REPL/main.swift:188:5: error: main actor-isolated var 'task' can not be referenced from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: var declared here
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
    :
186 |     let pipe = Pipe()
187 |     task.standardOutput = pipe
188 |     task.launch()
    |     `- error: main actor-isolated var 'task' can not be referenced from a nonisolated context
189 |
190 |     let data = pipe.fileHandleForReading.readDataToEndOfFile()
/host/spi-builder-workspace/Sources/REPL/main.swift:211:39: error: main actor-isolated var 'originalTerm' can not be used 'inout' from a nonisolated context
202 | let c: cc_t = 0
203 | let cct = (c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c) // Set of 20 Special Characters
204 | var originalTerm: termios = termios(c_iflag: 0, c_oflag: 0, c_cflag: 0, c_lflag: 0, c_cc: cct, c_ispeed: 0, c_ospeed: 0)
    |     `- note: mutation of this var is only permitted within the actor
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
    :
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
210 | func resetTermAndExitWith(sig: Int32) {
    |      `- note: add '@MainActor' to make global function 'resetTermAndExitWith(sig:)' part of global actor 'MainActor'
211 |     tcsetattr(STDIN_FILENO, TCSANOW, &originalTerm)
    |                                       `- error: main actor-isolated var 'originalTerm' can not be used 'inout' from a nonisolated context
212 |     exit(sig)
213 | }
[4/7] Compiling REPL main.swift
/host/spi-builder-workspace/Sources/REPL/main.swift:16:31: error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
 14 | //   (via `bash -i -c 'echo "$PS1"'`)
 15 | var action: posix_spawn_file_actions_t? = nil
 16 | posix_spawn_file_actions_init(&action);
    |                               |- error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
    |                               `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 17 | defer { posix_spawn_file_actions_destroy(&action) }
 18 | let m: mode_t = S_IRWXU | S_IRWXG | S_IRWXO
/host/spi-builder-workspace/Sources/REPL/main.swift:17:42: error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
 15 | var action: posix_spawn_file_actions_t? = nil
 16 | posix_spawn_file_actions_init(&action);
 17 | defer { posix_spawn_file_actions_destroy(&action) }
    |                                          |- error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
    |                                          `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 18 | let m: mode_t = S_IRWXU | S_IRWXG | S_IRWXO
 19 | posix_spawn_file_actions_addopen(&action, 1, "/tmp/ps1", (O_WRONLY | O_CREAT | O_TRUNC), m)
/host/spi-builder-workspace/Sources/REPL/main.swift:19:34: error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
 17 | defer { posix_spawn_file_actions_destroy(&action) }
 18 | let m: mode_t = S_IRWXU | S_IRWXG | S_IRWXO
 19 | posix_spawn_file_actions_addopen(&action, 1, "/tmp/ps1", (O_WRONLY | O_CREAT | O_TRUNC), m)
    |                                  |- error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
    |                                  `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 20 | //posix_spawn_file_actions_adddup2(&action, 1, 2)
 21 |
/host/spi-builder-workspace/Sources/REPL/main.swift:27:39: error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
 25 |
 26 | var pid = pid_t()
 27 | let rv = posix_spawn(&pid, c_args[0], &action, nil, c_args + [nil], environ)
    |                                       |- error: value of optional type 'posix_spawn_file_actions_t?' must be unwrapped to a value of type 'posix_spawn_file_actions_t'
    |                                       `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
 28 | guard rv == 0 else {
 29 |   // Should get errno
/host/spi-builder-workspace/Sources/REPL/main.swift:204:83: error: missing argument for parameter 'c_line' in call
202 | let c: cc_t = 0
203 | let cct = (c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c) // Set of 20 Special Characters
204 | var originalTerm: termios = termios(c_iflag: 0, c_oflag: 0, c_cflag: 0, c_lflag: 0, c_cc: cct, c_ispeed: 0, c_ospeed: 0)
    |                                                                                   `- error: missing argument for parameter 'c_line' in call
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
SwiftGlibc.termios:3:12: note: 'init(c_iflag:c_oflag:c_cflag:c_lflag:c_line:c_cc:c_ispeed:c_ospeed:)' declared here
 1 | public struct termios {
 2 |     public init()
 3 |     public init(c_iflag: tcflag_t, c_oflag: tcflag_t, c_cflag: tcflag_t, c_lflag: tcflag_t, c_line: cc_t, c_cc: (cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t), c_ispeed: speed_t, c_ospeed: speed_t)
   |            `- note: 'init(c_iflag:c_oflag:c_cflag:c_lflag:c_line:c_cc:c_ispeed:c_ospeed:)' declared here
 4 |     public var c_iflag: tcflag_t
 5 |     public var c_oflag: tcflag_t
/host/spi-builder-workspace/Sources/REPL/main.swift:204:91: error: cannot convert value of type '(cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t)' (aka '(UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)') to expected argument type '(cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t)' (aka '(UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)')
202 | let c: cc_t = 0
203 | let cct = (c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c) // Set of 20 Special Characters
204 | var originalTerm: termios = termios(c_iflag: 0, c_oflag: 0, c_cflag: 0, c_lflag: 0, c_cc: cct, c_ispeed: 0, c_ospeed: 0)
    |                                                                                           `- error: cannot convert value of type '(cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t)' (aka '(UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)') to expected argument type '(cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t, cc_t)' (aka '(UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)')
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
/host/spi-builder-workspace/Sources/REPL/main.swift:207:24: error: cannot find 'Darwin' in scope
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
207 | term.c_lflag &= ~(UInt(Darwin.ECHO) | UInt(Darwin.ICANON)) //turn off ECHO and ICANON
    |                        `- error: cannot find 'Darwin' in scope
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
/host/spi-builder-workspace/Sources/REPL/main.swift:207:44: error: cannot find 'Darwin' in scope
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
207 | term.c_lflag &= ~(UInt(Darwin.ECHO) | UInt(Darwin.ICANON)) //turn off ECHO and ICANON
    |                                            `- error: cannot find 'Darwin' in scope
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
/host/spi-builder-workspace/Sources/REPL/main.swift:207:17: error: cannot convert value of type 'UInt' to expected argument type 'UInt32'
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
207 | term.c_lflag &= ~(UInt(Darwin.ECHO) | UInt(Darwin.ICANON)) //turn off ECHO and ICANON
    |                 `- error: cannot convert value of type 'UInt' to expected argument type 'UInt32'
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
/host/spi-builder-workspace/Sources/REPL/main.swift:207:37: error: cannot convert value of type 'UInt' to expected argument type 'UInt32'
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
207 | term.c_lflag &= ~(UInt(Darwin.ECHO) | UInt(Darwin.ICANON)) //turn off ECHO and ICANON
    |                                     `- error: cannot convert value of type 'UInt' to expected argument type 'UInt32'
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
/host/spi-builder-workspace/Sources/REPL/main.swift:233:16: 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
231 |         cmdIdx = 0
232 |         print(prompt(), terminator: "")
233 |         fflush(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
234 |     }
235 | }
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
  |            `- note: var declared here
/host/spi-builder-workspace/Sources/REPL/main.swift:183:10: warning: 'launchPath' is deprecated: renamed to 'executableURL'
181 | func exec(_ command: String) -> String {
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
    |          |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |          `- note: use 'executableURL' instead
184 |     task.arguments = ["-c", command]
185 |
/host/spi-builder-workspace/Sources/REPL/main.swift:188:10: warning: 'launch()' is deprecated: renamed to 'run'
186 |     let pipe = Pipe()
187 |     task.standardOutput = pipe
188 |     task.launch()
    |          |- warning: 'launch()' is deprecated: renamed to 'run'
    |          `- note: use 'run' instead
189 |
190 |     let data = pipe.fileHandleForReading.readDataToEndOfFile()
/host/spi-builder-workspace/Sources/REPL/main.swift:182:5: error: main actor-isolated var 'task' can not be mutated from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: mutation of this var is only permitted within the actor
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
    |     `- error: main actor-isolated var 'task' can not be mutated from a nonisolated context
183 |     task.launchPath = "/bin/bash"
184 |     task.arguments = ["-c", command]
/host/spi-builder-workspace/Sources/REPL/main.swift:183:5: error: main actor-isolated var 'task' can not be referenced from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: var declared here
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
    |     `- error: main actor-isolated var 'task' can not be referenced from a nonisolated context
184 |     task.arguments = ["-c", command]
185 |
/host/spi-builder-workspace/Sources/REPL/main.swift:184:5: error: main actor-isolated var 'task' can not be referenced from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: var declared here
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
184 |     task.arguments = ["-c", command]
    |     `- error: main actor-isolated var 'task' can not be referenced from a nonisolated context
185 |
186 |     let pipe = Pipe()
/host/spi-builder-workspace/Sources/REPL/main.swift:187:5: error: main actor-isolated var 'task' can not be referenced from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: var declared here
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
    :
185 |
186 |     let pipe = Pipe()
187 |     task.standardOutput = pipe
    |     `- error: main actor-isolated var 'task' can not be referenced from a nonisolated context
188 |     task.launch()
189 |
/host/spi-builder-workspace/Sources/REPL/main.swift:188:5: error: main actor-isolated var 'task' can not be referenced from a nonisolated context
178 | //}
179 |
180 | var task: Process = Process()
    |     `- note: var declared here
181 | func exec(_ command: String) -> String {
    |      `- note: add '@MainActor' to make global function 'exec' part of global actor 'MainActor'
182 |     task = Process()
183 |     task.launchPath = "/bin/bash"
    :
186 |     let pipe = Pipe()
187 |     task.standardOutput = pipe
188 |     task.launch()
    |     `- error: main actor-isolated var 'task' can not be referenced from a nonisolated context
189 |
190 |     let data = pipe.fileHandleForReading.readDataToEndOfFile()
/host/spi-builder-workspace/Sources/REPL/main.swift:211:39: error: main actor-isolated var 'originalTerm' can not be used 'inout' from a nonisolated context
202 | let c: cc_t = 0
203 | let cct = (c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c) // Set of 20 Special Characters
204 | var originalTerm: termios = termios(c_iflag: 0, c_oflag: 0, c_cflag: 0, c_lflag: 0, c_cc: cct, c_ispeed: 0, c_ospeed: 0)
    |     `- note: mutation of this var is only permitted within the actor
205 | tcgetattr(STDIN_FILENO, &originalTerm) //this gets the current settings
206 | var term = originalTerm
    :
208 | tcsetattr(STDIN_FILENO, TCSANOW, &term) //set these new settings
209 |
210 | func resetTermAndExitWith(sig: Int32) {
    |      `- note: add '@MainActor' to make global function 'resetTermAndExitWith(sig:)' part of global actor 'MainActor'
211 |     tcsetattr(STDIN_FILENO, TCSANOW, &originalTerm)
    |                                       `- error: main actor-isolated var 'originalTerm' can not be used 'inout' from a nonisolated context
212 |     exit(sig)
213 | }
BUILD FAILURE 6.0 linux