The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FeatherQuill, reference 1.0.0 (eda702), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 00:12:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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:             6.2
Building package at path:  $PWD
https://github.com/brightdigit/FeatherQuill.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling FeatherQuill UserType.swift
[4/12] Compiling FeatherQuill FeatureFlags.swift
[5/12] Compiling FeatherQuill FeatureAvailabilityMetrics.swift
[6/12] Emitting module FeatherQuill
/Users/admin/builder/spi-builder-workspace/Sources/FeatherQuill/FeatureFlag.swift:63:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
61 |     static var options: AvailabilityOptions { get }
62 |
63 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
64 |     static func evaluateUser(_ userType: UserTypeValue) async -> Bool
65 |   }
[7/12] Compiling FeatherQuill Feature.swift
[8/12] Compiling FeatherQuill FeatureFlag.swift
/Users/admin/builder/spi-builder-workspace/Sources/FeatherQuill/FeatureFlag.swift:63:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
61 |     static var options: AvailabilityOptions { get }
62 |
63 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
64 |     static func evaluateUser(_ userType: UserTypeValue) async -> Bool
65 |   }
/Users/admin/builder/spi-builder-workspace/Sources/FeatherQuill/FeatureFlag.swift:94:9: warning: implicit capture of '$base$' requires that 'Self.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
92 |         userType: audience,
93 |         probability: probability,
94 |         evaluateUser
   |         `- warning: implicit capture of '$base$' requires that 'Self.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
95 |       )
96 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FeatherQuill/FeatureFlag.swift:94:9: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
92 |         userType: audience,
93 |         probability: probability,
94 |         evaluateUser
   |         `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
95 |       )
96 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FeatherQuill/FeatureFlag.swift:94:9: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
92 |         userType: audience,
93 |         probability: probability,
94 |         evaluateUser
   |         `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
95 |       )
96 |     }
[9/12] Compiling FeatherQuill UserDefaultable.swift
[10/12] Compiling FeatherQuill FeatureValue.swift
[11/12] Compiling FeatherQuill FeatureAvailability.swift
[12/12] Compiling FeatherQuill AvailabilityOptions.swift
Build complete! (8.54s)
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.