This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 RFC3339DateFormatter with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/morishin/RFC3339DateFormatter.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/morishin/RFC3339DateFormatter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9399fcb Merge pull request #2 from morishin/bump-version-to-1.0.1
Cloned https://github.com/morishin/RFC3339DateFormatter.git
Revision (git rev-parse @):
9399fcb96d6e005c2f63f9bdefb62c7c1ff631e2
SUCCESS checkout https://github.com/morishin/RFC3339DateFormatter.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/morishin/RFC3339DateFormatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/4] Compiling RFC3339DateFormatter RFC3339DateFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/RFC3339DateFormatter/RFC3339DateFormatter.swift:33:32: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
31 |
32 |     public static func date(from string: String) -> Date? {
33 |         return formatters.lazy.flatMap { $0.date(from: string) }.first
   |                                |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                                `- note: use 'compactMap(_:)' instead
34 |     }
35 |
[4/4] Emitting module RFC3339DateFormatter
Build complete! (16.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RFC3339DateFormatter",
  "name" : "RFC3339DateFormatter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RFC3339DateFormatter",
      "targets" : [
        "RFC3339DateFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RFC3339DateFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "RFC3339DateFormatterTests",
      "path" : "Tests/RFC3339DateFormatterTests",
      "sources" : [
        "RFC3339DateFormatterTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RFC3339DateFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RFC3339DateFormatter",
      "module_type" : "SwiftTarget",
      "name" : "RFC3339DateFormatter",
      "path" : "Sources/RFC3339DateFormatter",
      "product_memberships" : [
        "RFC3339DateFormatter"
      ],
      "sources" : [
        "RFC3339DateFormatter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.