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 SwiftFormats, reference 0.3.6 (6b51cc), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 17:00:15 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/schwa/SwiftFormats.git
Reference: 0.3.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/SwiftFormats
 * tag               0.3.6      -> FETCH_HEAD
HEAD is now at 6b51cce Downgrade lang version.
Cloned https://github.com/schwa/SwiftFormats.git
Revision (git rev-parse @):
6b51ccec7fccf2f1d4f28f03def6c6b97d17c05b
SUCCESS checkout https://github.com/schwa/SwiftFormats.git at 0.3.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/schwa/SwiftFormats.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling _NumericsShims _NumericsShims.c
[6/15] Compiling RealModule Real.swift
[7/15] Compiling RealModule ElementaryFunctions.swift
[8/15] Compiling RealModule Float80+Real.swift
[9/16] Compiling RealModule Float16+Real.swift
[10/16] Compiling RealModule Float+Real.swift
[11/16] Compiling RealModule AugmentedArithmetic.swift
[12/16] Emitting module RealModule
[13/16] Compiling RealModule Double+Real.swift
[14/16] Compiling RealModule AlgebraicField.swift
[15/16] Compiling RealModule ApproximateEquality.swift
[16/16] Compiling RealModule RealFunctions.swift
[17/42] Compiling Algorithms Suffix.swift
[18/42] Compiling Algorithms Trim.swift
[19/44] Compiling Algorithms Unique.swift
[20/44] Compiling Algorithms Windows.swift
[21/44] Compiling Algorithms Combinations.swift
[22/44] Compiling Algorithms Compacted.swift
[23/44] Compiling Algorithms Cycle.swift
[24/44] Compiling Algorithms Grouped.swift
[25/44] Compiling Algorithms Indexed.swift
[26/44] Compiling Algorithms Intersperse.swift
[27/44] Compiling Algorithms RandomSample.swift
[28/44] Compiling Algorithms Reductions.swift
[29/44] Compiling Algorithms Rotate.swift
[30/44] Compiling Algorithms Joined.swift
[31/44] Compiling Algorithms Keyed.swift
[32/44] Compiling Algorithms MinMax.swift
[33/44] Compiling Algorithms Split.swift
[34/44] Compiling Algorithms Stride.swift
[35/44] Compiling Algorithms EitherSequence.swift
[36/44] Compiling Algorithms FirstNonNil.swift
[37/44] Compiling Algorithms FlattenCollection.swift
[38/44] Compiling Algorithms Partition.swift
[39/44] Compiling Algorithms Permutations.swift
[40/44] Compiling Algorithms Product.swift
[41/44] Compiling Algorithms AdjacentPairs.swift
[42/44] Compiling Algorithms Chain.swift
[43/44] Compiling Algorithms Chunked.swift
[44/44] Emitting module Algorithms
[45/65] 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 |
[46/67] Compiling SwiftFormats RadixedIntegerFormatStyle.swift
[47/67] Compiling SwiftFormats Scratch.swift
[48/67] Compiling SwiftFormats FormatStyle+Debugging.swift
[49/67] Compiling SwiftFormats FormatStyle+Extensions.swift
[50/67] 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 |
[51/67] 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 |
[52/67] 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 |         [
[53/67] 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 |         [
[54/67] Compiling SwiftFormats FormatStyle+Vector.swift
[55/67] Compiling SwiftFormats IncrementalParseStrategy.swift
[56/67] Compiling SwiftFormats FormatStyle+Hexdump.swift
[57/67] Compiling SwiftFormats FormatStyle+JSON.swift
[58/67] Compiling SwiftFormats FormatStyle+Matrix.swift
[59/67] Compiling SwiftFormats FormatStyle+Quaternion.swift
[60/67] Compiling SwiftFormats SimpleListFormatStyle.swift
[61/67] Compiling SwiftFormats String+Extensions.swift
[62/67] Compiling SwiftFormats FormatStyle+ClosedRange.swift
[63/67] Compiling SwiftFormats FormatStyle+Coordinates.swift
[64/67] Compiling SwiftFormats FormatStyle+CoreGraphics.swift
[65/67] Compiling SwiftFormats BoolFormatStyle.swift
[66/67] Compiling SwiftFormats DegreesMinutesSecondsNotation.swift
[67/67] Compiling SwiftFormats FormatStyle+Angles.swift
Build complete! (16.17s)
Fetching https://github.com/apple/swift-algorithms
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.12s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (3.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.00s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.56s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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.