The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RegularExpressionDecoder, reference master (38a13a), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 10:24:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/flight-school/regularexpressiondecoder.git
[1/166] Fetching regularexpressiondecoder
Fetched https://github.com/flight-school/regularexpressiondecoder.git from cache (0.68s)
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.0
Building package at path:  $PWD
https://github.com/flight-school/regularexpressiondecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/8] Compiling RegularExpressionDecoder SingleValueDecodingContainer.swift
[4/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
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
112 |
[5/8] Compiling RegularExpressionDecoder RegularExpressionPattern.swift
[6/8] Compiling RegularExpressionDecoder UnkeyedDecodingContainer.swift
[7/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
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
112 |
[8/8] Compiling RegularExpressionDecoder KeyedDecodingContainer.swift
Build complete! (7.43s)
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.