The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RegularExpressionDecoder, reference master (38a13a), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 21:05:00 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/flight-school/regularexpressiondecoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/regularexpressiondecoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 38a13ab Use GitHub Actions for CI/CD (#1)
Cloned https://github.com/flight-school/regularexpressiondecoder.git
Revision (git rev-parse @):
38a13abea850d901c04b3431b1bf5b08bcae43b2
SUCCESS checkout https://github.com/flight-school/regularexpressiondecoder.git at master
========================================
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": "regularexpressiondecoder",
      "name": "RegularExpressionDecoder",
      "url": "https://github.com/flight-school/regularexpressiondecoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/regularexpressiondecoder",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/flight-school/regularexpressiondecoder.git
[1/166] Fetching regularexpressiondecoder
Fetched https://github.com/flight-school/regularexpressiondecoder.git from cache (0.64s)
Creating working copy for https://github.com/flight-school/regularexpressiondecoder.git
Working copy of https://github.com/flight-school/regularexpressiondecoder.git resolved at master (38a13ab)
warning: '.resolve-product-dependencies': dependency 'regularexpressiondecoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/flight-school/regularexpressiondecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling RegularExpressionDecoder UnkeyedDecodingContainer.swift
[4/8] Compiling RegularExpressionDecoder SingleValueDecodingContainer.swift
[5/8] Emitting module RegularExpressionDecoder
/Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionDecoder.swift:111:46: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
109 |
110 | @available(OSX 10.13, iOS 11, tvOS 11, watchOS 4, *)
111 | protocol RegularExpressionDecodingContainer: class {}
    |                                              `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
112 |
[6/8] Compiling RegularExpressionDecoder RegularExpressionDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionDecoder.swift:111:46: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
109 |
110 | @available(OSX 10.13, iOS 11, tvOS 11, watchOS 4, *)
111 | protocol RegularExpressionDecodingContainer: class {}
    |                                              `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
112 |
[7/8] Compiling RegularExpressionDecoder KeyedDecodingContainer.swift
[8/8] Compiling RegularExpressionDecoder RegularExpressionPattern.swift
Build complete! (3.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RegularExpressionDecoder",
  "name" : "RegularExpressionDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RegularExpressionDecoder",
      "targets" : [
        "RegularExpressionDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RegularExpressionDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "RegularExpressionDecoderTests",
      "path" : "Tests",
      "sources" : [
        "RegularExpressionDecoderTests/RegularExpressionDecodingTests.swift"
      ],
      "target_dependencies" : [
        "RegularExpressionDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RegularExpressionDecoder",
      "module_type" : "SwiftTarget",
      "name" : "RegularExpressionDecoder",
      "path" : "Sources",
      "product_memberships" : [
        "RegularExpressionDecoder"
      ],
      "sources" : [
        "RegularExpressionDecoder/KeyedDecodingContainer.swift",
        "RegularExpressionDecoder/RegularExpressionDecoder.swift",
        "RegularExpressionDecoder/RegularExpressionPattern.swift",
        "RegularExpressionDecoder/SingleValueDecodingContainer.swift",
        "RegularExpressionDecoder/UnkeyedDecodingContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.