Build Information
Successful build of FeatherQuill with Swift 6.0 for Linux.
Swift 6 data race errors: 0
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/FeatherQuill.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/brightdigit/FeatherQuill
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8cda4ec Update README.md
Cloned https://github.com/brightdigit/FeatherQuill.git
Revision (git rev-parse @):
8cda4ec462d1f4ef6698f38b38cec31f30700d27
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/brightdigit/FeatherQuill.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/brightdigit/FeatherQuill.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling FeatherQuill FeatureValue.swift
[4/10] Compiling FeatherQuill FeatureFlag.swift
[5/10] Compiling FeatherQuill FeatureFlags.swift
[6/11] Compiling FeatherQuill UserType.swift
[7/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 |
[8/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 |
[9/11] Compiling FeatherQuill AvailabilityOptions.swift
[10/11] Compiling FeatherQuill Feature.swift
[11/11] Compiling FeatherQuill FeatureAvailabilityMetrics.swift
Build complete! (10.14s)
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"
}
Done.