The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TypedJSON, reference 0.1.2 (65d9d4), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 21:03:29 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/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
========================================
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": "typedjson",
      "name": "TypedJSON",
      "url": "https://github.com/aidantwoods/TypedJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TypedJSON",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/aidantwoods/TypedJSON.git
[1/84] Fetching typedjson
Fetched https://github.com/aidantwoods/TypedJSON.git from cache (0.61s)
Creating working copy for https://github.com/aidantwoods/TypedJSON.git
Working copy of https://github.com/aidantwoods/TypedJSON.git resolved at 0.1.2 (65d9d49)
warning: '.resolve-product-dependencies': dependency 'typedjson' 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/aidantwoods/TypedJSON.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/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.77s)
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.