The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Just, reference 0.8.0 (1824bf), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:06:49 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/dduan/Just.git
Reference: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/Just
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at 1824bf8 Update Podspec
Cloned https://github.com/dduan/Just.git
Revision (git rev-parse @):
1824bf84cf52d11d69ae20cfb89f0ce5bffa5650
SUCCESS checkout https://github.com/dduan/Just.git at 0.8.0
========================================
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": "just",
      "name": "Just",
      "url": "https://github.com/dduan/Just.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Just",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dduan/Just.git
[1/2172] Fetching just
Fetched https://github.com/dduan/Just.git from cache (1.13s)
Creating working copy for https://github.com/dduan/Just.git
Working copy of https://github.com/dduan/Just.git resolved at 0.8.0 (1824bf8)
warning: '.resolve-product-dependencies': dependency 'just' 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/dduan/Just.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 Just Just.swift
[4/4] Emitting module Just
Build complete! (3.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Just",
  "name" : "Just",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Just",
      "targets" : [
        "Just"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JustTests",
      "module_type" : "SwiftTarget",
      "name" : "JustTests",
      "path" : "Tests/JustTests",
      "sources" : [
        "CaseInsensitiveDictionaryTests.swift",
        "JustTests.swift"
      ],
      "target_dependencies" : [
        "Just"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Just",
      "module_type" : "SwiftTarget",
      "name" : "Just",
      "path" : "Sources/Just",
      "product_memberships" : [
        "Just"
      ],
      "sources" : [
        "Just.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.