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 package-datetime, reference main (897298), with Swift 5.9 for macOS (SPM) on 3 Dec 2024 15:39:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-datetime.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-datetime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 897298b ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
Cloned https://github.com/ordo-one/package-datetime.git
Revision (git rev-parse @):
897298b2b3c1d61f1401f225a28e83c89bfa29bb
SUCCESS checkout https://github.com/ordo-one/package-datetime.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/ordo-one/package-datetime.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling DateTime InternalUTCClock.swift
[2/6] Compiling DateTime EpochDateTime.swift
[3/6] Compiling DateTime Duration+Convenience.swift
[4/6] Emitting module DateTime
[5/6] Compiling DateTime FoundationExports.swift
[6/6] Compiling DateTime BenchmarkClock.swift
Build complete! (6.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "package-datetime",
  "name" : "package-datetime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "DateTime",
      "targets" : [
        "DateTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EpochDateTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "EpochDateTimeTests",
      "path" : "Tests/EpochDateTimeTests",
      "sources" : [
        "EpochDateTimeTests.swift"
      ],
      "target_dependencies" : [
        "DateTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "DateTimeTests",
      "path" : "Tests/DateTimeTests",
      "sources" : [
        "DateTimeTests.swift"
      ],
      "target_dependencies" : [
        "DateTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateTime",
      "module_type" : "SwiftTarget",
      "name" : "DateTime",
      "path" : "Sources/DateTime",
      "product_memberships" : [
        "DateTime"
      ],
      "sources" : [
        "BenchmarkClock.swift",
        "Duration+Convenience.swift",
        "EpochDateTime.swift",
        "FoundationExports.swift",
        "InternalUTCClock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.