The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Patterns, reference 0.1.2 (c778b7), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 07:38:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/Patterns.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/Patterns
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at c778b7d Remove any mention of specific Swift version
Cloned https://github.com/kareman/Patterns.git
Revision (git rev-parse @):
c778b7d547c0c9344755ef1916224fd91478bddd
SUCCESS checkout https://github.com/kareman/Patterns.git at 0.1.2
Fetching https://github.com/apple/swift-se0270-range-set
Fetching https://github.com/apple/swift-argument-parser
[1/76] Fetching swift-se0270-range-set
[56/17599] Fetching swift-se0270-range-set, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.55s)
Fetched https://github.com/apple/swift-se0270-range-set from cache (1.55s)
Computing version for https://github.com/apple/swift-se0270-range-set
Computed https://github.com/apple/swift-se0270-range-set at 1.0.1 (2.24s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.0 (0.68s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-se0270-range-set
Working copy of https://github.com/apple/swift-se0270-range-set resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "patterns",
      "name": "Patterns",
      "url": "https://github.com/kareman/Patterns.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Patterns",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "0.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-se0270-range-set",
          "name": "swift-se0270-range-set",
          "url": "https://github.com/apple/swift-se0270-range-set",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-se0270-range-set",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kareman/Patterns.git
[1/3223] Fetching patterns
Fetched https://github.com/kareman/Patterns.git from cache (1.01s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/apple/swift-se0270-range-set from cache
Fetched https://github.com/apple/swift-se0270-range-set from cache (0.58s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.58s)
Computing version for https://github.com/apple/swift-se0270-range-set
Computed https://github.com/apple/swift-se0270-range-set at 1.0.1 (0.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.66s)
Creating working copy for https://github.com/kareman/Patterns.git
Working copy of https://github.com/kareman/Patterns.git resolved at 0.1.2 (c778b7d)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-se0270-range-set
Working copy of https://github.com/apple/swift-se0270-range-set resolved at 1.0.1
Found 2 product dependencies
  - swift-argument-parser
  - swift-se0270-range-set
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kareman/Patterns.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Write unicode_properties-entitlement.plist
[1/9] Write sources
[5/9] Write swift-version--6988338F2F200930.txt
[7/50] Compiling SE0270_RangeSet RangeSetStorage.swift
[8/50] Compiling SE0270_RangeSet Partition.swift
[9/50] Compiling SE0270_RangeSet Pair.swift
[10/50] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[11/50] Compiling SE0270_RangeSet RangeSet.swift
[12/50] Compiling SE0270_RangeSet CollectionExtensions.swift
[13/50] Emitting module SE0270_RangeSet
[14/70] Compiling ArgumentParser Name.swift
[15/70] Compiling ArgumentParser Parsed.swift
[16/70] Compiling ArgumentParser ParsedValues.swift
[17/73] Emitting module ArgumentParser
[18/73] Compiling Patterns Parser.swift
[19/73] Compiling Patterns Pattern And Instruction.swift
[20/73] Compiling Patterns Not.swift
[21/73] Compiling Patterns Repetition.swift
[22/73] Compiling Patterns General.swift
[23/73] Compiling Patterns Group.swift
[24/75] Compiling ArgumentParser SequenceExtensions.swift
[25/75] Compiling ArgumentParser StringExtensions.swift
[26/75] Compiling ArgumentParser Tree.swift
[30/75] Compiling Patterns Regex.swift
[31/75] Compiling Patterns VMBacktrack.swift
[32/75] Compiling ArgumentParser ArgumentSetSequence.swift
[33/75] Compiling ArgumentParser CommandParser.swift
[34/75] Compiling ArgumentParser InputOrigin.swift
[35/75] Compiling Patterns Optimise Instructions.swift
[36/75] Compiling Patterns AnyPattern.swift
[37/75] Compiling Patterns Capture.swift
[38/75] Compiling Patterns Grammar.swift
[39/75] Compiling Patterns And.swift
[40/75] Compiling Patterns Choice.swift
[41/75] Compiling Patterns Concatenation.swift
[42/75] Compiling Patterns Word.swift
[43/75] Compiling Patterns Decoder.swift
[47/75] Compiling Patterns Line.swift
[48/75] Compiling Patterns Literal.swift
[49/75] Compiling Patterns OneOf.swift
[50/75] Compiling Patterns Skip.swift
[53/75] Emitting module Patterns
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:65:1: warning: extension declares a conformance of imported type 'UTF8View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String.UTF8View: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UTF8View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 | 	@inlinable
67 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:72:1: warning: extension declares a conformance of imported type 'UTF16View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
70 | }
71 |
72 | extension String.UTF16View: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UTF16View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 | 	@inlinable
74 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:79:1: warning: extension declares a conformance of imported type 'UnicodeScalarView' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
77 | }
78 |
79 | extension String.UnicodeScalarView: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UnicodeScalarView' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
80 | 	@inlinable
81 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | ///   will lead to infinite recursion.
 28 | @dynamicMemberLookup
 29 | public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
    |                      `- note: 'Input' previously declared here
 30 | 	/// Calls another subpattern in a grammar.
 31 | 	public struct CallPattern: Pattern {
    :
123 | 	}
124 |
125 | 	public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
    |                         `- warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
126 | 		lhs.patterns.elementsEqual(rhs.patterns, by: { $0.name == $1.name && $0.pattern == $1.pattern })
127 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | ///   will lead to infinite recursion.
 28 | @dynamicMemberLookup
 29 | public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
    |                      `- note: 'Input' previously declared here
 30 | 	/// Calls another subpattern in a grammar.
 31 | 	public struct CallPattern: Pattern {
    :
123 | 	}
124 |
125 | 	public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
    |                         `- warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
126 | 		lhs.patterns.elementsEqual(rhs.patterns, by: { $0.name == $1.name && $0.pattern == $1.pattern })
127 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | ///   will lead to infinite recursion.
 28 | @dynamicMemberLookup
 29 | public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
    |                      `- note: 'Input' previously declared here
 30 | 	/// Calls another subpattern in a grammar.
 31 | 	public struct CallPattern: Pattern {
    :
123 | 	}
124 |
125 | 	public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
    |                         `- warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
126 | 		lhs.patterns.elementsEqual(rhs.patterns, by: { $0.name == $1.name && $0.pattern == $1.pattern })
127 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:65:1: warning: extension declares a conformance of imported type 'UTF8View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String.UTF8View: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UTF8View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 | 	@inlinable
67 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:72:1: warning: extension declares a conformance of imported type 'UTF16View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
70 | }
71 |
72 | extension String.UTF16View: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UTF16View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 | 	@inlinable
74 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:79:1: warning: extension declares a conformance of imported type 'UnicodeScalarView' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
77 | }
78 |
79 | extension String.UnicodeScalarView: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UnicodeScalarView' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
80 | 	@inlinable
81 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:65:1: warning: extension declares a conformance of imported type 'UTF8View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String.UTF8View: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UTF8View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 | 	@inlinable
67 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:72:1: warning: extension declares a conformance of imported type 'UTF16View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
70 | }
71 |
72 | extension String.UTF16View: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UTF16View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 | 	@inlinable
74 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:79:1: warning: extension declares a conformance of imported type 'UnicodeScalarView' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
77 | }
78 |
79 | extension String.UnicodeScalarView: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UnicodeScalarView' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
80 | 	@inlinable
81 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:65:1: warning: extension declares a conformance of imported type 'UTF8View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String.UTF8View: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UTF8View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 | 	@inlinable
67 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:72:1: warning: extension declares a conformance of imported type 'UTF16View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
70 | }
71 |
72 | extension String.UTF16View: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UTF16View' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
73 | 	@inlinable
74 | 	public init?(_ description: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Patterns/Atomic Patterns/Literal.swift:79:1: warning: extension declares a conformance of imported type 'UnicodeScalarView' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
77 | }
78 |
79 | extension String.UnicodeScalarView: LosslessStringConvertible {
   | |- warning: extension declares a conformance of imported type 'UnicodeScalarView' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
80 | 	@inlinable
81 | 	public init?(_ description: String) {
[67/75] Compiling ArgumentParser ParserError.swift
[68/75] Compiling ArgumentParser SplitArguments.swift
[69/75] Compiling ArgumentParser HelpCommand.swift
[70/75] Compiling ArgumentParser HelpGenerator.swift
[71/75] Compiling ArgumentParser MessageInfo.swift
[72/75] Compiling ArgumentParser UsageGenerator.swift
[73/77] Compiling unicode_properties main.swift
/Users/admin/builder/spi-builder-workspace/Sources/unicode_properties/main.swift:12:30: warning: 'start' is deprecated: renamed to 'Start()' [#DeprecatedDeclaration]
 10 | 	let hexNumber = Capture(name: "hexNumber", hexDigit+)
 11 | 	let hexRange = hexNumber • ".." • hexNumber / hexNumber
 12 | 	let rangeAndProperty = Line.start • hexRange • Skip() • "; " • Capture(name: "property", Skip()) • " "
    |                              |- warning: 'start' is deprecated: renamed to 'Start()' [#DeprecatedDeclaration]
    |                              `- note: use 'Start()' instead
 13 |
 14 | 	return try! Parser(search: rangeAndProperty).matches(in: text).map { match in
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[74/77] Emitting module unicode_properties
[74/77] Write Objects.LinkFileList
[75/77] Linking unicode_properties
[76/77] Applying unicode_properties
Build complete! (7.40s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-se0270-range-set",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-se0270-range-set"
    }
  ],
  "manifest_display_name" : "Patterns",
  "name" : "Patterns",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Patterns",
      "targets" : [
        "Patterns"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "unicode_properties",
      "targets" : [
        "unicode_properties",
        "Patterns"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "unicode_properties",
      "module_type" : "SwiftTarget",
      "name" : "unicode_properties",
      "path" : "Sources/unicode_properties",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "unicode_properties"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Patterns"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "sources" : [
        "StringTests.swift",
        "UTF8Tests.swift"
      ],
      "target_dependencies" : [
        "Patterns"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PatternsTests",
      "module_type" : "SwiftTarget",
      "name" : "PatternsTests",
      "path" : "Tests/PatternsTests",
      "sources" : [
        "ConcatenationTests.swift",
        "GeneralTests.swift",
        "GrammarTests.swift",
        "PatternTests.swift",
        "SkipTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "Patterns"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Patterns",
      "module_type" : "SwiftTarget",
      "name" : "Patterns",
      "path" : "Sources/Patterns",
      "product_dependencies" : [
        "SE0270_RangeSet"
      ],
      "product_memberships" : [
        "Patterns",
        "unicode_properties"
      ],
      "sources" : [
        "Atomic Patterns/Line.swift",
        "Atomic Patterns/Literal.swift",
        "Atomic Patterns/OneOf.swift",
        "Atomic Patterns/Word.swift",
        "Decoder.swift",
        "General/General.swift",
        "General/Group.swift",
        "Grammar.swift",
        "Operations on Patterns/And.swift",
        "Operations on Patterns/AnyPattern.swift",
        "Operations on Patterns/Capture.swift",
        "Operations on Patterns/Choice.swift",
        "Operations on Patterns/Concatenation.swift",
        "Operations on Patterns/Not.swift",
        "Operations on Patterns/Repetition.swift",
        "Operations on Patterns/Skip.swift",
        "Optimise Instructions.swift",
        "Parser.swift",
        "Pattern And Instruction.swift",
        "Regex.swift",
        "VMBacktrack.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LongTests",
      "module_type" : "SwiftTarget",
      "name" : "LongTests",
      "path" : "Tests/LongTests",
      "sources" : [
        "LongTests.swift"
      ],
      "target_dependencies" : [
        "Patterns"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.0"
}
Done.