The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swift-General-Utility, reference master (90100f), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 19:36:13 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/erica/Swift-General-Utility.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/erica/Swift-General-Utility
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 90100ff Cleanup
Cloned https://github.com/erica/Swift-General-Utility.git
Revision (git rev-parse @):
90100fff38dea3e9f5eb25a3abb837ccca0120c8
SUCCESS checkout https://github.com/erica/Swift-General-Utility.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-general-utility",
      "name": "Swift-General-Utility",
      "url": "https://github.com/erica/Swift-General-Utility.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-General-Utility",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/erica/Swift-General-Utility.git
[1/101] Fetching swift-general-utility
Fetched https://github.com/erica/Swift-General-Utility.git from cache (0.62s)
Creating working copy for https://github.com/erica/Swift-General-Utility.git
Working copy of https://github.com/erica/Swift-General-Utility.git resolved at master (90100ff)
warning: '.resolve-product-dependencies': dependency 'swift-general-utility' 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/erica/Swift-General-Utility.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 GeneralUtility Utility.swift
[4/4] Emitting module GeneralUtility
Build complete! (3.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swift-General-Utility",
  "name" : "Swift-General-Utility",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "GeneralUtility",
      "targets" : [
        "GeneralUtility"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "sources" : [
        "test.swift"
      ],
      "target_dependencies" : [
        "GeneralUtility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeneralUtility",
      "module_type" : "SwiftTarget",
      "name" : "GeneralUtility",
      "path" : "Sources",
      "product_memberships" : [
        "GeneralUtility"
      ],
      "sources" : [
        "GeneralUtility/Utility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.