The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TypedJSON, reference main (65d9d4), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 09:30:31 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/aidantwoods/TypedJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aidantwoods/TypedJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65d9d49 Fix typo
Cloned https://github.com/aidantwoods/TypedJSON.git
Revision (git rev-parse @):
65d9d499b1c3d5ecb16fbbbb32924334fecbeb45
SUCCESS checkout https://github.com/aidantwoods/TypedJSON.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aidantwoods/TypedJSON.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/6] Compiling TypedJSON Value.swift
[4/6] Compiling TypedJSON Container.swift
[5/6] Emitting module TypedJSON
[6/6] Compiling TypedJSON JSON.swift
Build complete! (3.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedJSON",
  "name" : "TypedJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TypedJSON",
      "targets" : [
        "TypedJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TypedJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "TypedJSONTests",
      "path" : "Tests/TypedJSONTests",
      "sources" : [
        "JSONTests.swift"
      ],
      "target_dependencies" : [
        "TypedJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypedJSON",
      "module_type" : "SwiftTarget",
      "name" : "TypedJSON",
      "path" : "Sources/TypedJSON",
      "product_memberships" : [
        "TypedJSON"
      ],
      "sources" : [
        "Container.swift",
        "JSON.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.