The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MangerKit, reference master (d92043), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 23:57:56 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/michaelnisi/manger-kit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/manger-kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d92043d Add changelog
Cloned https://github.com/michaelnisi/manger-kit.git
Revision (git rev-parse @):
d92043d0c392e1e00d2ff51d3e38655993c42b6a
SUCCESS checkout https://github.com/michaelnisi/manger-kit.git at master
Fetching https://github.com/michaelnisi/patron
[1/6532] Fetching patron
Fetched https://github.com/michaelnisi/patron from cache (2.53s)
Computing version for https://github.com/michaelnisi/patron
Computed https://github.com/michaelnisi/patron at 11.0.0 (3.23s)
Creating working copy for https://github.com/michaelnisi/patron
Working copy of https://github.com/michaelnisi/patron resolved at 11.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": "manger-kit",
      "name": "MangerKit",
      "url": "https://github.com/michaelnisi/manger-kit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/manger-kit",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "patron",
          "name": "Patron",
          "url": "https://github.com/michaelnisi/patron",
          "version": "11.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/patron",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/michaelnisi/manger-kit.git
[1/312] Fetching manger-kit
Fetched https://github.com/michaelnisi/manger-kit.git from cache (0.72s)
Fetching https://github.com/michaelnisi/patron from cache
Fetched https://github.com/michaelnisi/patron from cache (0.44s)
Computing version for https://github.com/michaelnisi/patron
Computed https://github.com/michaelnisi/patron at 11.0.0 (0.50s)
Creating working copy for https://github.com/michaelnisi/manger-kit.git
Working copy of https://github.com/michaelnisi/manger-kit.git resolved at master (d92043d)
Creating working copy for https://github.com/michaelnisi/patron
Working copy of https://github.com/michaelnisi/patron resolved at 11.0.0
warning: '.resolve-product-dependencies': dependency 'manger-kit' is not used by any target
Found 1 product dependencies
  - Patron
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/michaelnisi/manger-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling Patron Patron.swift
[5/5] Emitting module Patron
[6/7] Compiling MangerKit MangerKit.swift
[7/7] Emitting module MangerKit
Build complete! (4.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "patron",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/michaelnisi/patron"
    }
  ],
  "manifest_display_name" : "MangerKit",
  "name" : "MangerKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MangerKit",
      "targets" : [
        "MangerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MangerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MangerKitTests",
      "path" : "Tests/MangerKitTests",
      "sources" : [
        "MangerKitTests.swift"
      ],
      "target_dependencies" : [
        "MangerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MangerKit",
      "module_type" : "SwiftTarget",
      "name" : "MangerKit",
      "path" : "Sources/MangerKit",
      "product_dependencies" : [
        "Patron"
      ],
      "product_memberships" : [
        "MangerKit"
      ],
      "sources" : [
        "MangerKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.