Build Information
Successful build of universal, reference 5.2.6 (ebfc47
), with Swift 5.10 for Linux on 27 Sep 2024 08:01:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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: 5.2.6
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
* tag 5.2.6 -> FETCH_HEAD
HEAD is now at ebfc47a
Cloned https://github.com/marcprux/universal.git
Revision (git rev-parse @):
ebfc47ac6fe70f0f10f166ae1f85c7d93b4e0349
SUCCESS checkout https://github.com/marcprux/universal.git at 5.2.6
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/marcprux/universal.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/9] Compiling Either Either.swift
/host/spi-builder-workspace/Sources/Either/Either.swift:319:19: warning: conformance of 'Never' to protocol 'Decodable' was already stated in the type's module 'Swift'
extension Never : Decodable {
^
/host/spi-builder-workspace/Sources/Either/Either.swift:321:12: note: initializer 'init(from:)' will not be used to satisfy the conformance to 'Decodable'
public init(from decoder: Decoder) throws {
^
Swift.Never:2:11: note: 'Never' declares conformance to protocol 'Decodable' here
extension Never : Decodable {
^
/host/spi-builder-workspace/Sources/Either/Either.swift:327:19: warning: conformance of 'Never' to protocol 'Encodable' was already stated in the type's module 'Swift'
extension Never : Encodable {
^
/host/spi-builder-workspace/Sources/Either/Either.swift:329:17: note: instance method 'encode(to:)' will not be used to satisfy the conformance to 'Encodable'
public func encode(to encoder: Encoder) throws {
^
Swift.Never:2:11: note: 'Never' declares conformance to protocol 'Encodable' here
extension Never : Encodable {
^
[9/9] Emitting module Either
/host/spi-builder-workspace/Sources/Either/Either.swift:319:19: warning: conformance of 'Never' to protocol 'Decodable' was already stated in the type's module 'Swift'
extension Never : Decodable {
^
/host/spi-builder-workspace/Sources/Either/Either.swift:321:12: note: initializer 'init(from:)' will not be used to satisfy the conformance to 'Decodable'
public init(from decoder: Decoder) throws {
^
Swift.Never:2:11: note: 'Never' declares conformance to protocol 'Decodable' here
extension Never : Decodable {
^
/host/spi-builder-workspace/Sources/Either/Either.swift:327:19: warning: conformance of 'Never' to protocol 'Encodable' was already stated in the type's module 'Swift'
extension Never : Encodable {
^
/host/spi-builder-workspace/Sources/Either/Either.swift:329:17: note: instance method 'encode(to:)' will not be used to satisfy the conformance to 'Encodable'
public func encode(to encoder: Encoder) throws {
^
Swift.Never:2:11: note: 'Never' declares conformance to protocol 'Encodable' here
extension Never : Encodable {
^
[11/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.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[12/21] 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.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
[13/21] Compiling JSON JSONParser.swift
[14/21] Emitting module PLIST
[15/21] Compiling PLIST PLIST.swift
[16/21] Emitting module XML
[17/21] Compiling XML XML.swift
[20/23] Emitting module YAML
[21/23] Compiling YAML YAML.swift
[22/24] 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:
^
[23/24] Compiling JSON JSON.swift
[26/27] Compiling Universal Universal.swift
[27/27] Emitting module Universal
Build complete! (7.47s)
Build complete.
Done.