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 1.0.0 (eda702), with Swift 5.10 for macOS (SPM) on 30 Jan 2025 03:19:02 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: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/FeatherQuill
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
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 AvailabilityOptions.swift
[4/12] Compiling FeatherQuill FeatureAvailability.swift
[5/12] Compiling FeatherQuill FeatureAvailabilityMetrics.swift
[6/12] Emitting module FeatherQuill
[7/12] Compiling FeatherQuill FeatureFlags.swift
[8/12] Compiling FeatherQuill Feature.swift
[9/12] Compiling FeatherQuill UserDefaultable.swift
[10/12] Compiling FeatherQuill FeatureFlag.swift
[11/12] Compiling FeatherQuill FeatureValue.swift
[12/12] Compiling FeatherQuill UserType.swift
Build complete! (6.97s)
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.