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

Successful build of universal, reference main (50ada3), with Swift 5.8 for Linux on 28 Sep 2024 02:46:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marcprux/universal.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/marcprux/universal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 50ada3f Test both 5.1 and 6.0 Android toolchain
Cloned https://github.com/marcprux/universal.git
Revision (git rev-parse @):
50ada3fd9d2726b05cc2ff460a92e8b65b1c2414
SUCCESS checkout https://github.com/marcprux/universal.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/marcprux/universal.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:a5e57d1af25c3272f87123c7a264de6fd88dcc01acef91f1006945662a9fd14a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[1/2] Compiling Either Either.swift
[2/2] Emitting module Either
[5/15] Emitting module XML
[6/15] Compiling JSON JSONX.swift
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Decimal:1:15: note: struct 'Decimal' does not conform to the 'Sendable' protocol
public struct Decimal {
              ^
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.UUID
^
@preconcurrency
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
[7/15] Compiling JSON JSONParser.swift
[8/15] Compiling PLIST PLIST.swift
/host/spi-builder-workspace/Sources/PLIST/PLIST.swift:29:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'PLIST' has non-sendable type 'PLIST.RawValue' (aka 'Either<Either<Either<Date>.Or<Either<Data>.Or<String>>>.Or<Either<Either<Int>.Or<Double>>.Or<Bool>>>.Or<Dictionary<String, PLIST>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/PLIST/PLIST.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/PLIST/PLIST.swift:29:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'PLIST' has non-sendable type 'PLIST.RawValue' (aka 'Either<Either<Either<Date>.Or<Either<Data>.Or<String>>>.Or<Either<Either<Int>.Or<Double>>.Or<Bool>>>.Or<Dictionary<String, PLIST>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
[9/15] Emitting module PLIST
/host/spi-builder-workspace/Sources/PLIST/PLIST.swift:29:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'PLIST' has non-sendable type 'PLIST.RawValue' (aka 'Either<Either<Either<Date>.Or<Either<Data>.Or<String>>>.Or<Either<Either<Int>.Or<Double>>.Or<Bool>>>.Or<Dictionary<String, PLIST>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/PLIST/PLIST.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/PLIST/PLIST.swift:29:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'PLIST' has non-sendable type 'PLIST.RawValue' (aka 'Either<Either<Either<Date>.Or<Either<Data>.Or<String>>>.Or<Either<Either<Int>.Or<Double>>.Or<Bool>>>.Or<Dictionary<String, PLIST>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
[10/16] Compiling XML XML.swift
[15/19] Compiling YAML YAML.swift
[16/19] Emitting module YAML
[19/21] Emitting module JSON
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Decimal:1:15: note: struct 'Decimal' does not conform to the 'Sendable' protocol
public struct Decimal {
              ^
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.UUID
^
@preconcurrency
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/JSON/JSONX.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'JSONX' has non-sendable type 'JSONX.RawValue' (aka 'Either<Either<Either<Either<Int>.Or<Decimal>>.Or<Either<UUID>.Or<Either<Either<Either<URL>.Or<Date>>.Or<Data>>.Or<String>>>>.Or<Either<Bool>.Or<Optional<Never>>>>.Or<Dictionary<String, JSONX>.ValueContainer>')
    public var rawValue: RawValue
               ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
[20/21] Compiling JSON JSONCoding.swift
/host/spi-builder-workspace/Sources/JSON/JSONCoding.swift:558:9: warning: switch must be exhaustive
        switch self.options.dateEncodingStrategy {
        ^
/host/spi-builder-workspace/Sources/JSON/JSONCoding.swift:558:9: note: add missing case: '.formatted(_)'
        switch self.options.dateEncodingStrategy {
        ^
/host/spi-builder-workspace/Sources/JSON/JSONCoding.swift:1739:9: warning: switch must be exhaustive
        switch options.dateDecodingStrategy {
        ^
/host/spi-builder-workspace/Sources/JSON/JSONCoding.swift:1739:9: note: add missing case: '.formatted(_)'
        switch options.dateDecodingStrategy {
        ^
/host/spi-builder-workspace/Sources/JSON/JSONCoding.swift:653:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/JSON/JSONCoding.swift:1809:9: warning: default will never be executed
        @unknown default:
        ^
[21/21] Compiling JSON JSON.swift
[24/25] Compiling Universal Universal.swift
[25/25] Emitting module Universal
Build complete! (7.38s)
Build complete.
Done.