The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TypedJSON, reference 0.1.2 (65d9d4), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 09:31:37 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: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aidantwoods/TypedJSON
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
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 JSON.swift
[4/6] Compiling TypedJSON Value.swift
[5/6] Emitting module TypedJSON
[6/6] Compiling TypedJSON Container.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.