The Swift Package Index logo.Swift Package Index

Build Information

Successful build of multiple-package-sample, reference master (6c929e), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 09:13:31 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/yuchan-archive/multiple-package-sample.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yuchan-archive/multiple-package-sample
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6c929ee initial commit.
Cloned https://github.com/yuchan-archive/multiple-package-sample.git
Revision (git rev-parse @):
6c929ee0258b919406c911c5649a34e4960e8c4f
SUCCESS checkout https://github.com/yuchan-archive/multiple-package-sample.git at master
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6267] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.18s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.3' to specify the current tools version
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yuchan-archive/multiple-package-sample.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] Emitting module multiple_package_sample
[4/4] Compiling multiple_package_sample multiple_package_sample.swift
Build complete! (4.30s)
Updating https://github.com/SwiftyJSON/SwiftyJSON.git
Updated https://github.com/SwiftyJSON/SwiftyJSON.git (0.54s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 4.3.0 (2.80s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 4.3.0
warning: 'spi-builder-workspace': dependency 'swiftyjson' is not used by any target
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    }
  ],
  "manifest_display_name" : "multiple-package-sample",
  "name" : "multiple-package-sample",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "multiple-package-sample",
      "targets" : [
        "multiple-package-sample"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "multiple_package_sampleTests",
      "module_type" : "SwiftTarget",
      "name" : "multiple-package-sampleTests",
      "path" : "Tests/multiple-package-sampleTests",
      "sources" : [
        "multiple_package_sampleTests.swift"
      ],
      "target_dependencies" : [
        "multiple-package-sample"
      ],
      "type" : "test"
    },
    {
      "c99name" : "multiple_package_sample",
      "module_type" : "SwiftTarget",
      "name" : "multiple-package-sample",
      "path" : "Sources/multiple-package-sample",
      "product_memberships" : [
        "multiple-package-sample"
      ],
      "sources" : [
        "multiple_package_sample.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.