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 DateToolsObjC 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/3a4oT/DateToolsObjC.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/3a4oT/DateToolsObjC
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 04d486a Merge pull request #23 from 3a4oT/projectsettings
Cloned https://github.com/3a4oT/DateToolsObjC.git
Revision (git rev-parse @):
04d486a091fb8e4b5ab4b677fdd9f9754a0ae899
SUCCESS checkout https://github.com/3a4oT/DateToolsObjC.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/3a4oT/DateToolsObjC.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/9] Copying DateTools.bundle
[1/9] Compiling DateToolsObjC DTTimePeriodChain.m
[2/9] Compiling DateToolsObjC DTTimePeriodCollection.m
[3/9] Compiling DateToolsObjC DTError.m
[4/9] Compiling DateToolsObjC DTTimePeriodGroup.m
[5/9] Compiling DateToolsObjC DTTimePeriod.m
[6/9] Compiling DateToolsObjC DTConstants.m
[7/9] Compiling DateToolsObjC resource_bundle_accessor.m
[8/9] Compiling DateToolsObjC NSDate+DateTools.m
Build complete! (2.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DateToolsObjC",
  "name" : "DateToolsObjC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "DateToolsObjC",
      "targets" : [
        "DateToolsObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DateToolsObjCTests",
      "module_type" : "ClangTarget",
      "name" : "DateToolsObjCTests",
      "path" : "Tests/DateToolsObjCTests",
      "sources" : [
        "DTTimeAgoTests.m",
        "DTTimePeriodChainTests.m",
        "DTTimePeriodCollectionTests.m",
        "DTTimePeriodGroupTests.m",
        "DTTimePeriodTests.m",
        "DateToolsObjCTests.m"
      ],
      "target_dependencies" : [
        "DateToolsObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateToolsObjC",
      "module_type" : "ClangTarget",
      "name" : "DateToolsObjC",
      "path" : "Sources/DateToolsObjC",
      "product_memberships" : [
        "DateToolsObjC"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DateToolsObjC/Resources/DateTools.bundle",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DTConstants.m",
        "DTError.m",
        "DTTimePeriod.m",
        "DTTimePeriodChain.m",
        "DTTimePeriodCollection.m",
        "DTTimePeriodGroup.m",
        "NSDate+DateTools.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.