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 Ether, reference 1.10.0 (7a8b2c), with Swift 6.0 for Linux on 26 Nov 2024 19:22:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.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/ether-cli/ether.git
Reference: 1.10.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/ether-cli/ether
 * tag               1.10.0     -> FETCH_HEAD
HEAD is now at 7a8b2c1 Merge pull request #14 from Ether-CLI/develop
Cloned https://github.com/ether-cli/ether.git
Revision (git rev-parse @):
7a8b2c1ab183f9fed397ef66b1af3d02462d2dc9
SUCCESS checkout https://github.com/ether-cli/ether.git at 1.10.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ether-cli/ether.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/console.git
[1/998] Fetching json
[610/21141] Fetching json, core
[4035/26611] Fetching json, core, console
Fetched https://github.com/vapor/console.git from cache (0.43s)
[16925/21141] Fetching json, core
Fetched https://github.com/vapor/json.git from cache (0.85s)
Fetched https://github.com/vapor/core.git from cache (0.86s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.0 (0.92s)
Fetching https://github.com/vapor/debugging.git
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
[16/618] Fetching bits, debugging
Fetched https://github.com/vapor/bits.git from cache (0.37s)
Fetched https://github.com/vapor/debugging.git from cache (0.38s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.1 (0.98s)
Fetching https://github.com/vapor/node.git
[1/4211] Fetching node
Fetched https://github.com/vapor/node.git from cache (0.51s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.0 (0.94s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.96s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (1.01s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (1.01s)
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.0
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.5
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.0
Creating working copy for https://github.com/vapor/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.1
Building for debugging...
[0/25] Write sources
[11/25] Write swift-version-24593BA9C3E375BF.txt
[13/50] Emitting module Bits
[14/52] Compiling Bits Operators.swift
[15/52] Compiling Bits String+BytesConvertible.swift
[16/52] Emitting module Debugging
[17/52] Compiling Debugging Debuggable.swift
[18/53] Compiling Bits UnsignedInteger+BytesConvertible.swift
[19/53] Compiling Bits UnsignedInteger+Shifting.swift
[21/53] Compiling PathIndexable PathIndexable+Subscripting.swift
[22/53] Emitting module PathIndexable
[23/53] Compiling PathIndexable PathIndexable.swift
[23/54] Wrapping AST for Debugging for debugging
[25/54] Compiling Bits Aliases.swift
[26/54] Compiling Bits Base64Encoder.swift
[28/54] Compiling Bits Byte+Alphabet.swift
[28/54] Wrapping AST for PathIndexable for debugging
[30/54] Compiling libc libc.swift
[31/54] Emitting module libc
[32/55] Compiling Bits Byte+ControlCharacters.swift
[33/55] Compiling Bits Byte+Convenience.swift
[34/55] Compiling Bits Byte+PatternMatching.swift
[35/55] Wrapping AST for libc for debugging
[37/55] Compiling Bits Byte+Random.swift
[38/55] Compiling Bits Byte+UTF8Numbers.swift
[39/55] Compiling Bits ByteSequence+Conversions.swift
[40/55] Compiling Bits Data+BytesConvertible.swift
[41/55] Compiling Bits HexEncoder.swift
[42/55] Compiling Bits Bytes+Percent.swift
[43/55] Compiling Bits BytesConvertible.swift
[44/55] Compiling Bits Bytes+Base64.swift
[45/55] Compiling Bits Bytes+Hex.swift
[46/56] Wrapping AST for Bits for debugging
[48/78] Emitting module Core
[49/80] Compiling Core DispatchTime+Utilities.swift
[50/80] Compiling Core EmptyInitializable.swift
[51/80] Compiling Core Exports.swift
[52/80] Compiling Core Collection+Safe.swift
[53/80] Compiling Core DataFile.swift
[54/80] Compiling Core Dispatch.swift
[55/80] Compiling Core Extendable.swift
[56/80] Compiling Core FileProtocol.swift
[57/80] Compiling Core Int+Hex.swift
[58/80] Compiling Core Result.swift
[59/80] Compiling Core Semaphore.swift
[60/80] Compiling Core Sequence.swift
[61/80] Compiling Core StaticDataBuffer.swift
[62/80] Compiling Core String+CaseInsensitiveCompare.swift
[63/80] Compiling Core String+Polymorphic.swift
[64/80] Compiling Core Lock.swift
[65/80] Compiling Core Portal.swift
[66/80] Compiling Core RFC1123.swift
[67/80] Compiling Core Array.swift
[68/80] Compiling Core Bits.swift
[69/80] Compiling Core Cache.swift
[70/80] Compiling Core String.swift
[71/80] Compiling Core WorkingDirectory.swift
[72/81] Wrapping AST for Core for debugging
[74/149] Compiling Console Swift3.swift
[75/149] Compiling Console ConsoleColor+Terminal.swift
[76/149] Compiling Console ConsoleStyle+Terminal.swift
[77/149] Compiling Console String+ANSI.swift
[78/153] Compiling Console ConsoleStyle.swift
[79/153] Compiling Console FileHandle+Stream.swift
[80/153] Compiling Console Pipe+Stream.swift
[81/153] Compiling Console Stream.swift
[82/153] Compiling Console Console+Center.swift
[83/153] Compiling Console Console+Confirm.swift
[84/153] Compiling Console Console+Ephemeral.swift
[85/153] Compiling Console Console+Options.swift
[86/153] Compiling Console Console+Print.swift
[87/157] Compiling Console Terminal+Command.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 |         _pids.append(pid)
147 |         let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
    |                                             |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
    |                                             |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                             `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 |         if spawned != 0 {
149 |             throw ConsoleError.spawnProcess
[88/157] Compiling Console Terminal.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 |         _pids.append(pid)
147 |         let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
    |                                             |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
    |                                             |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                             `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 |         if spawned != 0 {
149 |             throw ConsoleError.spawnProcess
[89/157] Compiling Node StructuredDataWrapper.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 |         _pids.append(pid)
147 |         let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
    |                                             |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
    |                                             |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                             `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 |         if spawned != 0 {
149 |             throw ConsoleError.spawnProcess
[90/157] Compiling Node Errors.swift
/host/spi-builder-workspace/.build/checkouts/console/Sources/Console/Terminal/Terminal.swift:147:45: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
145 |
146 |         _pids.append(pid)
147 |         let spawned = posix_spawnp(pid, argv[0], &fileActions, nil, argv + [nil], env + [nil])
    |                                             |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
    |                                             |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
    |                                             `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
148 |         if spawned != 0 {
149 |             throw ConsoleError.spawnProcess
[91/157] Compiling Console Runnable.swift
[92/157] Compiling Console Value.swift
[93/157] Compiling Console ConsoleClear.swift
[94/157] Compiling Console ConsoleColor.swift
[95/157] Compiling Console Console+Ask.swift
[96/157] Compiling Console Console+ProgressBar.swift
[97/157] Compiling Console ProgressBar.swift
[100/157] Emitting module Node
[106/157] Compiling Console Argument.swift
[107/157] Compiling Console Command+Print.swift
[108/157] Compiling Console Command.swift
[109/157] Compiling Console Group.swift
[110/157] Compiling Console Option.swift
[111/157] Compiling Console Bar.swift
[112/157] Compiling Console Console+LoadingBar.swift
[113/157] Compiling Console LoadingBar.swift
[116/157] Emitting module Console
[122/157] Compiling Console Console+Run.swift
[123/157] Compiling Console ConsoleError.swift
[124/157] Compiling Console ConsoleProtocol.swift
[125/157] Compiling Console Console+ConsoleStyle.swift
BUILD FAILURE 6.0 linux