Build Information
Successful build of FeatherQuill, reference main (eda702
), with Swift 5.10 for macOS (SPM) on 30 Jan 2025 03:21:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/FeatherQuill.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/FeatherQuill
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at eda7022 v1.0.0
Cloned https://github.com/brightdigit/FeatherQuill.git
Revision (git rev-parse @):
eda7022e6d65293e8988ec70400838d3fbad8985
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/FeatherQuill.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/brightdigit/FeatherQuill.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/12] Compiling FeatherQuill UserType.swift
[4/12] Compiling FeatherQuill UserDefaultable.swift
[5/12] Compiling FeatherQuill FeatureFlags.swift
[6/12] Compiling FeatherQuill Feature.swift
[7/12] Compiling FeatherQuill AvailabilityOptions.swift
[8/12] Emitting module FeatherQuill
[9/12] Compiling FeatherQuill FeatureAvailabilityMetrics.swift
[10/12] Compiling FeatherQuill FeatureFlag.swift
[11/12] Compiling FeatherQuill FeatureAvailability.swift
[12/12] Compiling FeatherQuill FeatureValue.swift
Build complete! (6.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FeatherQuill",
"name" : "FeatherQuill",
"path" : "/Users/admin/builder/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",
"UserDefaultable.swift",
"UserType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.