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 Randomizable with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tattn/randomizable.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tattn/randomizable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d9c37ef Fix typo
Cloned https://github.com/tattn/randomizable.git
Revision (git rev-parse @):
d9c37efd232b58f708c00f170635edc97e7d43ba
SUCCESS checkout https://github.com/tattn/randomizable.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "randomizable",
      "name": "Randomizable",
      "url": "https://github.com/tattn/randomizable.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/randomizable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tattn/randomizable.git
[1/96] Fetching randomizable
Fetched https://github.com/tattn/randomizable.git (0.34s)
Creating working copy for https://github.com/tattn/randomizable.git
Working copy of https://github.com/tattn/randomizable.git resolved at master
warning: '.resolve-product-dependencies': dependency 'randomizable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Randomizable Configuration.swift
[2/6] Compiling Randomizable RandomDecoder.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RandomDecoder.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T : Decodable>(_ type: T.Type) throws -> T {
    ^~~~
    public
[3/6] Emitting module Randomizable
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RandomDecoder.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T : Decodable>(_ type: T.Type) throws -> T {
    ^~~~
    public
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Randomizable.swift:16:5: warning: 'public' modifier is redundant for static method declared in a public extension
    public static func randomValue(with configuration: RandomizableConfiguration = .init()) -> Self {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Randomizable.swift:23:5: warning: 'public' modifier is redundant for static method declared in a public extension
    public static func randomValue(with configuration: RandomizableConfiguration = .init()) -> Self {
    ^~~~~~~

[4/6] Compiling Randomizable DefaultRandomValue.swift
[5/6] Compiling Randomizable Randomizable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Randomizable.swift:16:5: warning: 'public' modifier is redundant for static method declared in a public extension
    public static func randomValue(with configuration: RandomizableConfiguration = .init()) -> Self {
    ^~~~~~~

/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Randomizable.swift:23:5: warning: 'public' modifier is redundant for static method declared in a public extension
    public static func randomValue(with configuration: RandomizableConfiguration = .init()) -> Self {
    ^~~~~~~

[6/6] Compiling Randomizable AnyCodingKey.swift
Build complete! (8.88s)
Build complete.
Done.