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 Base62, reference 0.1.0 (aed06b), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 15:56:32 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/marcelvoss/Base62.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marcelvoss/Base62
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at aed06b7 Add a license and readme file
Cloned https://github.com/marcelvoss/Base62.git
Revision (git rev-parse @):
aed06b7833864df9ef7b42a7fc167e7f46b90fac
SUCCESS checkout https://github.com/marcelvoss/Base62.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": "base62",
      "name": "Base62",
      "url": "https://github.com/marcelvoss/Base62.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Base62",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/marcelvoss/Base62.git
[1/41] Fetching base62
Fetched https://github.com/marcelvoss/Base62.git from cache (0.74s)
Creating working copy for https://github.com/marcelvoss/Base62.git
Working copy of https://github.com/marcelvoss/Base62.git resolved at 0.1.0 (aed06b7)
warning: '.resolve-product-dependencies': dependency 'base62' 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/marcelvoss/Base62.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] Compiling Base62 Base62.swift
[4/4] Emitting module Base62
Build complete! (5.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Base62",
  "name" : "Base62",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Base62",
      "targets" : [
        "Base62"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Base62Tests",
      "module_type" : "SwiftTarget",
      "name" : "Base62Tests",
      "path" : "Tests/Base62Tests",
      "sources" : [
        "Base62Tests.swift"
      ],
      "target_dependencies" : [
        "Base62"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Base62",
      "module_type" : "SwiftTarget",
      "name" : "Base62",
      "path" : "Sources/Base62",
      "product_memberships" : [
        "Base62"
      ],
      "sources" : [
        "Base62.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.