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 TimeSpecification, reference 3.4.0 (5a968a), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 20:47:38 UTC.

Swift 6 data race errors: 1

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swifttimespecification.git
Reference: 3.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yockow/swifttimespecification
 * tag               3.4.0      -> FETCH_HEAD
HEAD is now at 5a968a5 Merge pull request #9 from YOCKOW/development
Cloned https://github.com/yockow/swifttimespecification.git
Revision (git rev-parse @):
5a968a5367c7a8556918534d9b7b3c8414eb8d01
SUCCESS checkout https://github.com/yockow/swifttimespecification.git at 3.4.0
========================================
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": "swifttimespecification",
      "name": "TimeSpecification",
      "url": "https://github.com/yockow/swifttimespecification.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swifttimespecification",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yockow/swifttimespecification.git
[1/271] Fetching swifttimespecification
Fetched https://github.com/yockow/swifttimespecification.git from cache (0.74s)
Creating working copy for https://github.com/yockow/swifttimespecification.git
Working copy of https://github.com/yockow/swifttimespecification.git resolved at 3.4.0 (5a968a5)
warning: '.resolve-product-dependencies': dependency 'swifttimespecification' 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/yockow/swifttimespecification.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TimeSpecification",
  "name" : "TimeSpecification",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftTimeSpecification",
      "targets" : [
        "TimeSpecification"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TimeSpecificationTests",
      "module_type" : "SwiftTarget",
      "name" : "TimeSpecificationTests",
      "path" : "Tests/TimeSpecificationTests",
      "sources" : [
        "TimeSpecificationTests.swift"
      ],
      "target_dependencies" : [
        "TimeSpecification"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TimeSpecification",
      "module_type" : "SwiftTarget",
      "name" : "TimeSpecification",
      "path" : "Sources/TimeSpecification",
      "product_memberships" : [
        "SwiftTimeSpecification"
      ],
      "sources" : [
        "Date+TimeSpecification.swift",
        "TimeSpecification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[3/7] Emitting module TimeSpecification
[4/7] Compiling TimeSpecification Date+TimeSpecification.swift
[5/7] Compiling TimeSpecification TimeSpecification.swift
[5/7] Write Objects.LinkFileList
[6/7] Linking libSwiftTimeSpecification.dylib
Build complete! (6.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TimeSpecification",
  "name" : "TimeSpecification",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftTimeSpecification",
      "targets" : [
        "TimeSpecification"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TimeSpecificationTests",
      "module_type" : "SwiftTarget",
      "name" : "TimeSpecificationTests",
      "path" : "Tests/TimeSpecificationTests",
      "sources" : [
        "TimeSpecificationTests.swift"
      ],
      "target_dependencies" : [
        "TimeSpecification"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TimeSpecification",
      "module_type" : "SwiftTarget",
      "name" : "TimeSpecification",
      "path" : "Sources/TimeSpecification",
      "product_memberships" : [
        "SwiftTimeSpecification"
      ],
      "sources" : [
        "Date+TimeSpecification.swift",
        "TimeSpecification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.