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 Reusable, reference 4.1.2 (186747), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 21:16:36 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/AliSoftware/Reusable.git
Reference: 4.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AliSoftware/Reusable
 * tag               4.1.2      -> FETCH_HEAD
HEAD is now at 1867470 Merge pull request #116 from AliSoftware/release/4.1.2
Cloned https://github.com/AliSoftware/Reusable.git
Revision (git rev-parse @):
18674709421360e210c2ecd4e8e08b217d4ea61d
SUCCESS checkout https://github.com/AliSoftware/Reusable.git at 4.1.2
========================================
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": "reusable",
      "name": "Reusable",
      "url": "https://github.com/AliSoftware/Reusable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Reusable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AliSoftware/Reusable.git
[1/2856] Fetching reusable
Fetched https://github.com/AliSoftware/Reusable.git from cache (1.21s)
Creating working copy for https://github.com/AliSoftware/Reusable.git
Working copy of https://github.com/AliSoftware/Reusable.git resolved at 4.1.2 (1867470)
warning: '.resolve-product-dependencies': dependency 'reusable' 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/AliSoftware/Reusable.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/10] Compiling Reusable StoryboardSceneBased.swift
[4/10] Compiling Reusable UICollectionView+Reusable.swift
[5/10] Compiling Reusable Reusable.swift
[6/10] Compiling Reusable UITableView+Reusable.swift
[7/10] Compiling Reusable NibLoadable.swift
[8/10] Compiling Reusable StoryboardBased.swift
[9/10] Compiling Reusable NibOwnerLoadable.swift
[10/10] Emitting module Reusable
Build complete! (3.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reusable",
  "name" : "Reusable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Reusable",
      "targets" : [
        "Reusable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Reusable",
      "module_type" : "SwiftTarget",
      "name" : "Reusable",
      "path" : "Sources",
      "product_memberships" : [
        "Reusable"
      ],
      "sources" : [
        "Storyboard/StoryboardBased.swift",
        "Storyboard/StoryboardSceneBased.swift",
        "View/NibLoadable.swift",
        "View/NibOwnerLoadable.swift",
        "View/Reusable.swift",
        "View/UICollectionView+Reusable.swift",
        "View/UITableView+Reusable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.