Build Information
Successful build of FeatherQuill, reference 1.0.0-alpha.2 (65070d
), with Swift 6.0 for Linux on 5 Nov 2024 00:16:49 UTC.
Swift 6 data race errors: 0
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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/FeatherQuill.git
Reference: 1.0.0-alpha.2
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/brightdigit/FeatherQuill
* tag 1.0.0-alpha.2 -> FETCH_HEAD
HEAD is now at 65070dc Update Package.swift
Cloned https://github.com/brightdigit/FeatherQuill.git
Revision (git rev-parse @):
65070dce4cc17fdd8f5b78e588129f57d3dd5afb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/FeatherQuill.git at 1.0.0-alpha.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/brightdigit/FeatherQuill.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 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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling FeatherQuill FeatureValue.swift
[4/11] Compiling FeatherQuill UserType.swift
[5/11] Compiling FeatherQuill FeatureFlag.swift
[6/11] Compiling FeatherQuill FeatureFlags.swift
[7/11] Compiling FeatherQuill FeatureAvailabilityMetrics.swift
[8/11] Compiling FeatherQuill Feature.swift
[9/11] Compiling FeatherQuill AvailabilityOptions.swift
[10/11] Emitting module FeatherQuill
/host/spi-builder-workspace/Sources/FeatherQuill/FeatureAvailability.swift:129:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
127 | }
128 |
129 | extension UserDefaults: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
130 |
[11/11] Compiling FeatherQuill FeatureAvailability.swift
/host/spi-builder-workspace/Sources/FeatherQuill/FeatureAvailability.swift:129:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
127 | }
128 |
129 | extension UserDefaults: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
130 |
Build complete! (8.26s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FeatherQuill",
"name" : "FeatherQuill",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "FeatherQuill",
"targets" : [
"FeatherQuill"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeatherQuillTests",
"module_type" : "SwiftTarget",
"name" : "FeatherQuillTests",
"path" : "Tests/FeatherQuillTests",
"sources" : [
"AudienceType.swift",
"FeatureAvailabilityMetricsTests.swift",
"FeatureFlagTests.swift",
"FeatureTests.swift",
"MockFeatureFlag.swift"
],
"target_dependencies" : [
"FeatherQuill"
],
"type" : "test"
},
{
"c99name" : "FeatherQuill",
"module_type" : "SwiftTarget",
"name" : "FeatherQuill",
"path" : "Sources/FeatherQuill",
"product_memberships" : [
"FeatherQuill"
],
"sources" : [
"AvailabilityOptions.swift",
"Feature.swift",
"FeatureAvailability.swift",
"FeatureAvailabilityMetrics.swift",
"FeatureFlag.swift",
"FeatureFlags.swift",
"FeatureValue.swift",
"UserType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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
Done.