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 Weakable, reference master (836df4), with Swift 6.0 for macOS (SPM) on 21 Mar 2025 21:56:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BellAppLab/Weakable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BellAppLab/Weakable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 836df45 README (#2)
Cloned https://github.com/BellAppLab/Weakable.git
Revision (git rev-parse @):
836df4515b4b6b413a102b7b84ef20426854f5fb
SUCCESS checkout https://github.com/BellAppLab/Weakable.git at master
========================================
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",
  "dependencies": [
    {
      "identity": "weakable",
      "name": "Weakable",
      "url": "https://github.com/BellAppLab/Weakable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Weakable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/BellAppLab/Weakable.git
[1/138] Fetching weakable
Fetched https://github.com/BellAppLab/Weakable.git from cache (0.73s)
Creating working copy for https://github.com/BellAppLab/Weakable.git
Working copy of https://github.com/BellAppLab/Weakable.git resolved at master (836df45)
warning: '.resolve-product-dependencies': dependency 'weakable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/BellAppLab/Weakable.git
https://github.com/BellAppLab/Weakable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Weakable",
  "name" : "Weakable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Weakable",
      "targets" : [
        "Weakable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WeakableTests",
      "module_type" : "SwiftTarget",
      "name" : "WeakableTests",
      "path" : "Tests/WeakableTests",
      "sources" : [
        "WeakTests.swift",
        "WeaklyGloballyIdentifiableTests.swift"
      ],
      "target_dependencies" : [
        "Weakable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Weakable",
      "module_type" : "SwiftTarget",
      "name" : "Weakable",
      "path" : "Sources/Weakable",
      "product_memberships" : [
        "Weakable"
      ],
      "sources" : [
        "Weak.swift",
        "WeaklyGloballyIdentifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Compiling Weakable WeaklyGloballyIdentifiable.swift
[4/5] Compiling Weakable Weak.swift
[5/5] Emitting module Weakable
Build complete! (7.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Weakable",
  "name" : "Weakable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Weakable",
      "targets" : [
        "Weakable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WeakableTests",
      "module_type" : "SwiftTarget",
      "name" : "WeakableTests",
      "path" : "Tests/WeakableTests",
      "sources" : [
        "WeakTests.swift",
        "WeaklyGloballyIdentifiableTests.swift"
      ],
      "target_dependencies" : [
        "Weakable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Weakable",
      "module_type" : "SwiftTarget",
      "name" : "Weakable",
      "path" : "Sources/Weakable",
      "product_memberships" : [
        "Weakable"
      ],
      "sources" : [
        "Weak.swift",
        "WeaklyGloballyIdentifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.