The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyJSON, reference 1.0.0 (1fa378), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 14:11:35 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/enums/Pjango-SwiftyJSON.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/enums/Pjango-SwiftyJSON
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1fa3785 【1.0】init from SwiftyJSON 4.2
Cloned https://github.com/enums/Pjango-SwiftyJSON.git
Revision (git rev-parse @):
1fa3785bff8f233cfa8374beb81b3a8ebef270f0
SUCCESS checkout https://github.com/enums/Pjango-SwiftyJSON.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/enums/Pjango-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/4] Compiling SwiftyJSON SwiftyJSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyJSON/SwiftyJSON.swift:245:18: warning: type 'Any' is not optional, value can never be nil; this is an error in the Swift 6 language mode
 243 |             case _ as NSNull:
 244 |                 type = .null
 245 |             case nil:
     |                  `- warning: type 'Any' is not optional, value can never be nil; this is an error in the Swift 6 language mode
 246 |                 type = .null
 247 |             case let array as [Any]:
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyJSON/SwiftyJSON.swift:231:20: warning: will never be executed
 229 |         set {
 230 |             error = nil
 231 |             switch unwrap(newValue) {
     |                    |- warning: will never be executed
     |                    `- note: condition always evaluates to false
 232 |             case let number as NSNumber:
 233 |                 if number.isBool {
[4/4] Emitting module SwiftyJSON
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" : "SwiftyJSON",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJSON",
      "path" : "Sources/SwiftyJSON",
      "product_memberships" : [
        "SwiftyJSON"
      ],
      "sources" : [
        "SwiftyJSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.