Build Information
Successful build of swift-binary-coder, reference main (50e871
), with Swift 6.1 for Android on 28 May 2025 11:51:35 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fwcd/swift-binary-coder.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/fwcd/swift-binary-coder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 50e871a Move containers into subdirectory
Cloned https://github.com/fwcd/swift-binary-coder.git
Revision (git rev-parse @):
50e871a3776478ab76f79b22d94ca78ff15c1b5d
SUCCESS checkout https://github.com/fwcd/swift-binary-coder.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/fwcd/swift-binary-coder.git
https://github.com/fwcd/swift-binary-coder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "swift-binary-coder",
"name" : "swift-binary-coder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BinaryCoder",
"targets" : [
"BinaryCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BinaryCoderTests",
"module_type" : "SwiftTarget",
"name" : "BinaryCoderTests",
"path" : "Tests/BinaryCoderTests",
"sources" : [
"BinaryDecoderTests.swift",
"BinaryEncoderTests.swift",
"SupportStructures.swift"
],
"target_dependencies" : [
"BinaryCoder"
],
"type" : "test"
},
{
"c99name" : "BinaryCoder",
"module_type" : "SwiftTarget",
"name" : "BinaryCoder",
"path" : "Sources/BinaryCoder",
"product_memberships" : [
"BinaryCoder"
],
"sources" : [
"BinaryCodingConfiguation.swift",
"Decoder/BinaryDecoder.swift",
"Decoder/BinaryDecoderImpl.swift",
"Decoder/BinaryDecodingError.swift",
"Decoder/BinaryDecodingState.swift",
"Decoder/Container/KeyedBinaryDecodingContainer.swift",
"Decoder/Container/SingleValueBinaryDecodingContainer.swift",
"Decoder/Container/UnkeyedBinaryDecodingContainer.swift",
"Encoder/BinaryEncoder.swift",
"Encoder/BinaryEncoderImpl.swift",
"Encoder/BinaryEncodingError.swift",
"Encoder/BinaryEncodingState.swift",
"Encoder/Container/KeyedBinaryEncodingContainer.swift",
"Encoder/Container/SingleValueBinaryEncodingContainer.swift",
"Encoder/Container/UnkeyedBinaryEncodingContainer.swift",
"Endianness.swift",
"VariableSizedTypeStrategy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.45s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (1.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.08s)
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/20] Emitting module BinaryCoder
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| `- warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
FoundationEssentials.String.Encoding:2:15: note: struct declared here
1 | struct String {
2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
| `- note: struct declared here
3 | public var rawValue: UInt
4 | public init(rawValue: UInt)
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| |- warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[6/22] Compiling BinaryCoder Endianness.swift
[7/22] Compiling BinaryCoder VariableSizedTypeStrategy.swift
[8/22] Compiling BinaryCoder BinaryCodingConfiguation.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| `- warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
FoundationEssentials.String.Encoding:2:15: note: struct declared here
1 | struct String {
2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
| `- note: struct declared here
3 | public var rawValue: UInt
4 | public init(rawValue: UInt)
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| |- warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[9/22] Compiling BinaryCoder BinaryDecoder.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| `- warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
FoundationEssentials.String.Encoding:2:15: note: struct declared here
1 | struct String {
2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
| `- note: struct declared here
3 | public var rawValue: UInt
4 | public init(rawValue: UInt)
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| |- warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[10/22] Compiling BinaryCoder BinaryDecoderImpl.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| `- warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
FoundationEssentials.String.Encoding:2:15: note: struct declared here
1 | struct String {
2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
| `- note: struct declared here
3 | public var rawValue: UInt
4 | public init(rawValue: UInt)
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| |- warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[11/22] Compiling BinaryCoder UnkeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| |- warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[12/22] Compiling BinaryCoder BinaryEncoder.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
13 | public init(
14 | endianness: Endianness = .bigEndian,
15 | stringEncoding: String.Encoding = .utf8,
| |- warning: static property 'utf8' cannot be used in a default argument value because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
16 | nullTerminateStrings: Bool = true,
17 | variableSizedTypeStrategy: VariableSizedTypeStrategy = .untagged
[13/22] Compiling BinaryCoder SingleValueBinaryEncodingContainer.swift
[14/22] Compiling BinaryCoder UnkeyedBinaryEncodingContainer.swift
[15/22] Compiling BinaryCoder BinaryEncodingState.swift
[16/22] Compiling BinaryCoder KeyedBinaryEncodingContainer.swift
[17/22] Compiling BinaryCoder BinaryEncoderImpl.swift
[18/22] Compiling BinaryCoder BinaryEncodingError.swift
[19/22] Compiling BinaryCoder BinaryDecodingError.swift
[20/22] Compiling BinaryCoder BinaryDecodingState.swift
[21/22] Compiling BinaryCoder KeyedBinaryDecodingContainer.swift
[22/22] Compiling BinaryCoder SingleValueBinaryDecodingContainer.swift
Build complete! (31.75s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "swift-binary-coder",
"name" : "swift-binary-coder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BinaryCoder",
"targets" : [
"BinaryCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BinaryCoderTests",
"module_type" : "SwiftTarget",
"name" : "BinaryCoderTests",
"path" : "Tests/BinaryCoderTests",
"sources" : [
"BinaryDecoderTests.swift",
"BinaryEncoderTests.swift",
"SupportStructures.swift"
],
"target_dependencies" : [
"BinaryCoder"
],
"type" : "test"
},
{
"c99name" : "BinaryCoder",
"module_type" : "SwiftTarget",
"name" : "BinaryCoder",
"path" : "Sources/BinaryCoder",
"product_memberships" : [
"BinaryCoder"
],
"sources" : [
"BinaryCodingConfiguation.swift",
"Decoder/BinaryDecoder.swift",
"Decoder/BinaryDecoderImpl.swift",
"Decoder/BinaryDecodingError.swift",
"Decoder/BinaryDecodingState.swift",
"Decoder/Container/KeyedBinaryDecodingContainer.swift",
"Decoder/Container/SingleValueBinaryDecodingContainer.swift",
"Decoder/Container/UnkeyedBinaryDecodingContainer.swift",
"Encoder/BinaryEncoder.swift",
"Encoder/BinaryEncoderImpl.swift",
"Encoder/BinaryEncodingError.swift",
"Encoder/BinaryEncodingState.swift",
"Encoder/Container/KeyedBinaryEncodingContainer.swift",
"Encoder/Container/SingleValueBinaryEncodingContainer.swift",
"Encoder/Container/UnkeyedBinaryEncodingContainer.swift",
"Endianness.swift",
"VariableSizedTypeStrategy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.