The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyJSON, reference master (1fa378), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 15:33:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/enums/Pjango-SwiftyJSON.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/enums/Pjango-SwiftyJSON
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "pjango-swiftyjson",
      "name": "SwiftyJSON",
      "url": "https://github.com/enums/Pjango-SwiftyJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Pjango-SwiftyJSON",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/enums/Pjango-SwiftyJSON.git
[1/11] Fetching pjango-swiftyjson
Fetched https://github.com/enums/Pjango-SwiftyJSON.git from cache (0.63s)
Creating working copy for https://github.com/enums/Pjango-SwiftyJSON.git
Working copy of https://github.com/enums/Pjango-SwiftyJSON.git resolved at master (1fa3785)
warning: '.resolve-product-dependencies': dependency 'pjango-swiftyjson' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/enums/Pjango-SwiftyJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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.87s)
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.