The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFormats, reference 0.3.7 (0f0929), with Swift 6.0 for macOS (SPM) on 1 Apr 2026 18:50:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/SwiftFormats.git
Reference: 0.3.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/SwiftFormats
 * tag               0.3.7      -> FETCH_HEAD
HEAD is now at 0f09298 Update GitHub Actions to Node.js 24 compatible versions
Cloned https://github.com/schwa/SwiftFormats.git
Revision (git rev-parse @):
0f0929852e7709fcd2a006efda19925ee773d752
SUCCESS checkout https://github.com/schwa/SwiftFormats.git at 0.3.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/schwa/SwiftFormats.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/16] Compiling RealModule RealFunctions.swift
[7/17] Compiling RealModule Real.swift
[8/17] Compiling RealModule Float80+Real.swift
[9/17] Compiling RealModule Float16+Real.swift
[10/17] Compiling RealModule ElementaryFunctions.swift
[11/17] Compiling RealModule AlgebraicField.swift
[12/17] Compiling RealModule ApproximateEquality.swift
[13/17] Emitting module RealModule
[14/17] Compiling RealModule AugmentedArithmetic.swift
[15/17] Compiling RealModule Float+Real.swift
[16/17] Compiling RealModule Double+Real.swift
[17/17] Compiling RealModule RelaxedArithmetic.swift
[18/43] Compiling Algorithms Suffix.swift
[19/43] Compiling Algorithms Trim.swift
[20/45] Compiling Algorithms Split.swift
[21/45] Compiling Algorithms Stride.swift
[22/45] Compiling Algorithms Unique.swift
[23/45] Compiling Algorithms Windows.swift
[24/45] Compiling Algorithms Combinations.swift
[25/45] Compiling Algorithms Compacted.swift
[26/45] Compiling Algorithms Cycle.swift
[27/45] Compiling Algorithms RandomSample.swift
[28/45] Compiling Algorithms Reductions.swift
[29/45] Compiling Algorithms Rotate.swift
[30/45] Compiling Algorithms Grouped.swift
[31/45] Compiling Algorithms Indexed.swift
[32/45] Compiling Algorithms Intersperse.swift
[33/45] Compiling Algorithms EitherSequence.swift
[34/45] Compiling Algorithms FirstNonNil.swift
[35/45] Compiling Algorithms FlattenCollection.swift
[36/45] Compiling Algorithms Joined.swift
[37/45] Compiling Algorithms Keyed.swift
[38/45] Compiling Algorithms MinMax.swift
[39/45] Compiling Algorithms Partition.swift
[40/45] Compiling Algorithms Permutations.swift
[41/45] Compiling Algorithms Product.swift
[42/45] Compiling Algorithms AdjacentPairs.swift
[43/45] Compiling Algorithms Chain.swift
[44/45] Compiling Algorithms Chunked.swift
[45/45] Emitting module Algorithms
[46/66] Emitting module SwiftFormats
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:56:1: warning: extension declares a conformance of imported type 'FormatStyle' to imported protocol 'ParseableFormatStyle'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 54 | // MARK: - Convenience Initializers
 55 |
 56 | extension Measurement.FormatStyle: ParseableFormatStyle where UnitType == UnitAngle {
    | |- warning: extension declares a conformance of imported type 'FormatStyle' to imported protocol 'ParseableFormatStyle'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 |     public var parseStrategy: UnitAngleParseStrategy {
 58 |         UnitAngleParseStrategy(format: self, lenient: false)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:115:1: warning: extension declares a conformance of imported type 'UnitWidth' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
113 | // MARK: - Measurement Extensions
114 |
115 | extension Measurement<UnitAngle>.FormatStyle.UnitWidth: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'UnitWidth' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
116 |     public static var allCases: [Self] {
117 |         [
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift:34:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'RegexComponent'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 |
33 | /// Generates a ChoiceOf regex pattern from an array of strings.
34 | extension Array: RegexComponent where Element == String {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'RegexComponent'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |     public var regex: Regex<Substring> {
36 |
[47/68] Compiling SwiftFormats Support.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift:34:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'RegexComponent'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 |
33 | /// Generates a ChoiceOf regex pattern from an array of strings.
34 | extension Array: RegexComponent where Element == String {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'RegexComponent'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |     public var regex: Regex<Substring> {
36 |
[48/68] Compiling SwiftFormats TupleFormatStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift:34:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'RegexComponent'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 |
33 | /// Generates a ChoiceOf regex pattern from an array of strings.
34 | extension Array: RegexComponent where Element == String {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'RegexComponent'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |     public var regex: Regex<Substring> {
36 |
[49/68] Compiling SwiftFormats FormatStyle+Vector.swift
[50/68] Compiling SwiftFormats IncrementalParseStrategy.swift
[51/68] Compiling SwiftFormats MappingFormatStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:56:1: warning: extension declares a conformance of imported type 'FormatStyle' to imported protocol 'ParseableFormatStyle'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 54 | // MARK: - Convenience Initializers
 55 |
 56 | extension Measurement.FormatStyle: ParseableFormatStyle where UnitType == UnitAngle {
    | |- warning: extension declares a conformance of imported type 'FormatStyle' to imported protocol 'ParseableFormatStyle'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 |     public var parseStrategy: UnitAngleParseStrategy {
 58 |         UnitAngleParseStrategy(format: self, lenient: false)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:115:1: warning: extension declares a conformance of imported type 'UnitWidth' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
113 | // MARK: - Measurement Extensions
114 |
115 | extension Measurement<UnitAngle>.FormatStyle.UnitWidth: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'UnitWidth' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
116 |     public static var allCases: [Self] {
117 |         [
[52/68] Compiling SwiftFormats ParseableFormatStyle+Measurement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:56:1: warning: extension declares a conformance of imported type 'FormatStyle' to imported protocol 'ParseableFormatStyle'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 54 | // MARK: - Convenience Initializers
 55 |
 56 | extension Measurement.FormatStyle: ParseableFormatStyle where UnitType == UnitAngle {
    | |- warning: extension declares a conformance of imported type 'FormatStyle' to imported protocol 'ParseableFormatStyle'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 |     public var parseStrategy: UnitAngleParseStrategy {
 58 |         UnitAngleParseStrategy(format: self, lenient: false)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:115:1: warning: extension declares a conformance of imported type 'UnitWidth' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
113 | // MARK: - Measurement Extensions
114 |
115 | extension Measurement<UnitAngle>.FormatStyle.UnitWidth: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'UnitWidth' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
116 |     public static var allCases: [Self] {
117 |         [
[53/68] Compiling SwiftFormats FormatStyle+Debugging.swift
[54/68] Compiling SwiftFormats FormatStyle+Extensions.swift
[55/68] Compiling SwiftFormats FormatStyle+Matrix.swift
[56/68] Compiling SwiftFormats FormatStyle+Quaternion.swift
[57/68] Compiling SwiftFormats RadixedIntegerFormatStyle.swift
[58/68] Compiling SwiftFormats Scratch.swift
[59/68] Compiling SwiftFormats FormatStyle+ClosedRange.swift
[60/68] Compiling SwiftFormats FormatStyle+Coordinates.swift
[61/68] Compiling SwiftFormats FormatStyle+CoreGraphics.swift
[62/68] Compiling SwiftFormats FormatStyle+Hexdump.swift
[63/68] Compiling SwiftFormats FormatStyle+JSON.swift
[64/68] Compiling SwiftFormats BoolFormatStyle.swift
[65/68] Compiling SwiftFormats DegreesMinutesSecondsNotation.swift
[66/68] Compiling SwiftFormats FormatStyle+Angles.swift
[67/68] Compiling SwiftFormats SimpleListFormatStyle.swift
[68/68] Compiling SwiftFormats String+Extensions.swift
Build complete! (17.70s)
Fetching https://github.com/apple/swift-algorithms
[1/6058] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.11s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (3.19s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.06s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.45s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    }
  ],
  "manifest_display_name" : "SwiftFormats",
  "name" : "SwiftFormats",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFormats",
      "targets" : [
        "SwiftFormats"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFormatsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFormatsTests",
      "path" : "Tests/SwiftFormatsTests",
      "sources" : [
        "AngleTests.swift",
        "BoolTests.swift",
        "CoreGraphicsTests.swift",
        "MappingTests.swift",
        "MatrixTests.swift",
        "QuaternionTests.swift",
        "SimpleListTests.swift",
        "SwiftFormatsTests.swift",
        "TupleTests.swift",
        "VectorTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFormats"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFormats",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFormats",
      "path" : "Sources/SwiftFormats",
      "product_dependencies" : [
        "Algorithms"
      ],
      "product_memberships" : [
        "SwiftFormats"
      ],
      "sources" : [
        "BoolFormatStyle.swift",
        "DegreesMinutesSecondsNotation.swift",
        "FormatStyle+Angles.swift",
        "FormatStyle+ClosedRange.swift",
        "FormatStyle+Coordinates.swift",
        "FormatStyle+CoreGraphics.swift",
        "FormatStyle+Debugging.swift",
        "FormatStyle+Extensions.swift",
        "FormatStyle+Hexdump.swift",
        "FormatStyle+JSON.swift",
        "FormatStyle+Matrix.swift",
        "FormatStyle+Quaternion.swift",
        "FormatStyle+Vector.swift",
        "IncrementalParseStrategy.swift",
        "MappingFormatStyle.swift",
        "ParseableFormatStyle+Measurement.swift",
        "RadixedIntegerFormatStyle.swift",
        "Scratch.swift",
        "SimpleListFormatStyle.swift",
        "String+Extensions.swift",
        "Support.swift",
        "TupleFormatStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.