The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyJSON, reference 17.0.5 (f9b475), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 22:00:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBM-Swift/SwiftyJSON.git
Reference: 17.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IBM-Swift/SwiftyJSON
 * tag               17.0.5     -> FETCH_HEAD
HEAD is now at f9b4754 Tolerate Swift 5.1 (#44)
Cloned https://github.com/IBM-Swift/SwiftyJSON.git
Revision (git rev-parse @):
f9b4754017cfad4701f0838b2e507b442eaca70a
SUCCESS checkout https://github.com/IBM-Swift/SwiftyJSON.git at 17.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/IBM-Swift/SwiftyJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling SwiftyJSON LclJSONSerialization.swift
[4/5] Emitting module SwiftyJSON
[5/5] Compiling SwiftyJSON SwiftyJSON.swift
Build complete! (3.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyJSON",
  "name" : "SwiftyJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyJSON",
      "targets" : [
        "SwiftyJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJSONTests",
      "path" : "Tests/SwiftyJSONTests",
      "sources" : [
        "ArrayTests.swift",
        "BaseTests.swift",
        "ComparableTests.swift",
        "DictionaryTests.swift",
        "LiteralConvertibleTests.swift",
        "NumberTests.swift",
        "PerformanceTests.swift",
        "PrintableTests.swift",
        "RawRepresentableTests.swift",
        "RawTests.swift",
        "SequenceTypeTests.swift",
        "StringTests.swift",
        "SubscriptTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyJSON",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJSON",
      "path" : "Sources/SwiftyJSON",
      "product_memberships" : [
        "SwiftyJSON"
      ],
      "sources" : [
        "LclJSONSerialization.swift",
        "SwiftyJSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.