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 Tagging, reference 0.1.0 (038ec5), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 12:03:40 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/alexruperez/tagging.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexruperez/tagging
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 038ec53 Update README.md
Cloned https://github.com/alexruperez/tagging.git
Revision (git rev-parse @):
038ec53dc6fde61c0fe14744114e4758e57caf1a
SUCCESS checkout https://github.com/alexruperez/tagging.git at 0.1.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": "tagging",
      "name": "Tagging",
      "url": "https://github.com/alexruperez/tagging.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tagging",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexruperez/tagging.git
[1/42] Fetching tagging
Fetched https://github.com/alexruperez/tagging.git from cache (0.62s)
Creating working copy for https://github.com/alexruperez/tagging.git
Working copy of https://github.com/alexruperez/tagging.git resolved at 0.1.0 (038ec53)
warning: '.resolve-product-dependencies': dependency 'tagging' 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/alexruperez/tagging.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/4] Emitting module Tagging
[4/4] Compiling Tagging Tagging.swift
Build complete! (5.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Tagging",
  "name" : "Tagging",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tagging",
      "targets" : [
        "Tagging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaggingTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggingTests",
      "path" : "Tests/TaggingTests",
      "sources" : [
        "CollectionTests.swift",
        "LinuxTestable.swift",
        "TaggableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Tagging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Tagging",
      "module_type" : "SwiftTarget",
      "name" : "Tagging",
      "path" : "Sources/Tagging",
      "product_memberships" : [
        "Tagging"
      ],
      "sources" : [
        "Tagging.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.