The Swift Package Index logo.Swift Package Index

Build Information

Successful build of weak, reference 1.0.0 (b98a29), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 09:06: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/maximkrouk/Weak.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maximkrouk/Weak
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b98a293 clean: Update indentation
Cloned https://github.com/maximkrouk/Weak.git
Revision (git rev-parse @):
b98a293138d96d1a4bcb206e77d88c6a4d1d84ab
SUCCESS checkout https://github.com/maximkrouk/Weak.git at 1.0.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": "weak",
      "name": "weak",
      "url": "https://github.com/maximkrouk/Weak.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Weak",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/maximkrouk/Weak.git
[1/51] Fetching weak
Fetched https://github.com/maximkrouk/Weak.git from cache (0.61s)
Creating working copy for https://github.com/maximkrouk/Weak.git
Working copy of https://github.com/maximkrouk/Weak.git resolved at 1.0.0 (b98a293)
warning: '.resolve-product-dependencies': dependency 'weak' 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/maximkrouk/Weak.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/5] Emitting module Weak
[4/5] Compiling Weak Weak.swift
[5/5] Compiling Weak Weakifiable.swift
Build complete! (3.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "weak",
  "name" : "weak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Weak",
      "targets" : [
        "Weak"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WeakTests",
      "module_type" : "SwiftTarget",
      "name" : "WeakTests",
      "path" : "Tests/WeakTests",
      "sources" : [
        "WeakTests.swift"
      ],
      "target_dependencies" : [
        "Weak"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Weak",
      "module_type" : "SwiftTarget",
      "name" : "Weak",
      "path" : "Sources/Weak",
      "product_memberships" : [
        "Weak"
      ],
      "sources" : [
        "Weak.swift",
        "Weakifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.