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 LogKit, reference master (ff7e85), with Swift 6.0 for macOS (SPM) on 10 Feb 2025 09:06:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marekpridal/LogKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marekpridal/LogKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ff7e857 Log error as error type
Cloned https://github.com/marekpridal/LogKit.git
Revision (git rev-parse @):
ff7e8578b6615876b2017592e62ec6505d8f3ad5
SUCCESS checkout https://github.com/marekpridal/LogKit.git at master
Fetching https://github.com/skiptools/swift-android-native.git
[1/172] Fetching swift-android-native
Fetched https://github.com/skiptools/swift-android-native.git from cache (0.70s)
Computing version for https://github.com/skiptools/swift-android-native.git
Computed https://github.com/skiptools/swift-android-native.git at 1.1.0 (0.46s)
Creating working copy for https://github.com/skiptools/swift-android-native.git
Working copy of https://github.com/skiptools/swift-android-native.git resolved at 1.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": "logkit",
      "name": "LogKit",
      "url": "https://github.com/marekpridal/LogKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LogKit",
      "dependencies": [
        {
          "identity": "swift-android-native",
          "name": "swift-android-native",
          "url": "https://github.com/skiptools/swift-android-native.git",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-android-native",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/marekpridal/LogKit.git
[4/351] Fetching logkit
Fetched https://github.com/marekpridal/LogKit.git from cache (0.94s)
Fetching https://github.com/skiptools/swift-android-native.git from cache
Fetched https://github.com/skiptools/swift-android-native.git from cache (0.41s)
Computing version for https://github.com/skiptools/swift-android-native.git
Computed https://github.com/skiptools/swift-android-native.git at 1.1.0 (0.02s)
Creating working copy for https://github.com/skiptools/swift-android-native.git
Working copy of https://github.com/skiptools/swift-android-native.git resolved at 1.1.0
Creating working copy for https://github.com/marekpridal/LogKit.git
Working copy of https://github.com/marekpridal/LogKit.git resolved at master (ff7e857)
warning: '.resolve-product-dependencies': dependency 'logkit' is not used by any target
Found 1 product dependencies
  - swift-android-native
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/marekpridal/LogKit.git
https://github.com/marekpridal/LogKit.git
{
  "dependencies" : [
    {
      "identity" : "swift-android-native",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/skiptools/swift-android-native.git"
    }
  ],
  "manifest_display_name" : "LogKit",
  "name" : "LogKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LogKit-static",
      "targets" : [
        "LogKit"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "LogKit-dynamic",
      "targets" : [
        "LogKit"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LogKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LogKitTests",
      "path" : "Tests/LogKitTests",
      "sources" : [
        "LogKitTests.swift"
      ],
      "target_dependencies" : [
        "LogKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LogKit",
      "module_type" : "SwiftTarget",
      "name" : "LogKit",
      "path" : "Sources/LogKit",
      "product_dependencies" : [
        "AndroidLogging"
      ],
      "product_memberships" : [
        "LogKit-static",
        "LogKit-dynamic"
      ],
      "sources" : [
        "LogKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Emitting module LogKit
[4/8] Compiling LogKit LogKit.swift
[4/8] Write Objects.LinkFileList
[6/8] Archiving libLogKit-static.a
[7/8] Linking libLogKit-dynamic.dylib
Build complete! (10.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-android-native",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/skiptools/swift-android-native.git"
    }
  ],
  "manifest_display_name" : "LogKit",
  "name" : "LogKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LogKit-static",
      "targets" : [
        "LogKit"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "LogKit-dynamic",
      "targets" : [
        "LogKit"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LogKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LogKitTests",
      "path" : "Tests/LogKitTests",
      "sources" : [
        "LogKitTests.swift"
      ],
      "target_dependencies" : [
        "LogKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LogKit",
      "module_type" : "SwiftTarget",
      "name" : "LogKit",
      "path" : "Sources/LogKit",
      "product_dependencies" : [
        "AndroidLogging"
      ],
      "product_memberships" : [
        "LogKit-static",
        "LogKit-dynamic"
      ],
      "sources" : [
        "LogKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.