The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FeatherQuill, reference main (eda702), with Swift 5.9 for macOS (SPM) on 30 Jan 2025 03:19:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path:  $PWD
https://github.com/brightdigit/FeatherQuill.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling FeatherQuill UserType.swift
[2/10] Compiling FeatherQuill UserDefaultable.swift
[3/10] Compiling FeatherQuill FeatureFlags.swift
[4/10] Compiling FeatherQuill FeatureAvailabilityMetrics.swift
[5/10] Compiling FeatherQuill FeatureAvailability.swift
[6/10] Compiling FeatherQuill AvailabilityOptions.swift
[7/10] Emitting module FeatherQuill
[8/10] Compiling FeatherQuill FeatureFlag.swift
[9/10] Compiling FeatherQuill FeatureValue.swift
[10/10] Compiling FeatherQuill Feature.swift
Build complete! (8.22s)
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.