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 JSON 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/dankogai/swift-json.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-json
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e077d1b Update README.md
Cloned https://github.com/dankogai/swift-json.git
Revision (git rev-parse @):
e077d1bc08b604f34a31dae29a5afaf424624a18
SUCCESS checkout https://github.com/dankogai/swift-json.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-json",
      "name": "JSON",
      "url": "https://github.com/dankogai/swift-json.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-json",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dankogai/swift-json.git
[1/466] Fetching swift-json
Fetched https://github.com/dankogai/swift-json.git (0.30s)
Creating working copy for https://github.com/dankogai/swift-json.git
Working copy of https://github.com/dankogai/swift-json.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-json' 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/4] Compiling JSON JSON.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSON/JSON.swift:32:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSON' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSON/JSON.swift:270:17: warning: variable 'kv' was never mutated; consider changing to 'let' constant
            var kv = o.map{ $0 }
            ~~~ ^
            let
[2/4] Emitting module JSON
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSON/JSON.swift:32:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSON' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[2/6] Linking libJSON.dylib
[4/6] Emitting module JSONRun
[5/6] Compiling JSONRun main.swift
[5/6] Linking JSONRun
Build complete! (7.94s)
Build complete.
Done.