The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Spanker, reference v0.2.53 (ff05ac), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 02:46:36 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/KittyMac/Spanker.git
Reference: v0.2.53
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KittyMac/Spanker
 * tag               v0.2.53    -> FETCH_HEAD
HEAD is now at ff05ac4 remove dynamic library
Cloned https://github.com/KittyMac/Spanker.git
Revision (git rev-parse @):
ff05ac41aea633ca7a9fd966d3164373247ee8dd
SUCCESS checkout https://github.com/KittyMac/Spanker.git at v0.2.53
Fetching https://github.com/KittyMac/Hitch.git
[1/2516] Fetching hitch
Fetched https://github.com/KittyMac/Hitch.git from cache (1.11s)
Computing version for https://github.com/KittyMac/Hitch.git
Computed https://github.com/KittyMac/Hitch.git at 0.4.150 (1.82s)
Creating working copy for https://github.com/KittyMac/Hitch.git
Working copy of https://github.com/KittyMac/Hitch.git resolved at 0.4.150
========================================
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": "spanker",
      "name": "Spanker",
      "url": "https://github.com/KittyMac/Spanker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spanker",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "hitch",
          "name": "Hitch",
          "url": "https://github.com/KittyMac/Hitch.git",
          "version": "0.4.153",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Hitch",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/KittyMac/Spanker.git
[1/1008] Fetching spanker
Fetched https://github.com/KittyMac/Spanker.git from cache (1.10s)
Fetching https://github.com/KittyMac/Hitch.git from cache
Fetched https://github.com/KittyMac/Hitch.git from cache (0.47s)
Computing version for https://github.com/KittyMac/Hitch.git
Computed https://github.com/KittyMac/Hitch.git at 0.4.153 (1.15s)
Creating working copy for https://github.com/KittyMac/Spanker.git
Working copy of https://github.com/KittyMac/Spanker.git resolved at v0.2.53 (ff05ac4)
Creating working copy for https://github.com/KittyMac/Hitch.git
Working copy of https://github.com/KittyMac/Hitch.git resolved at 0.4.153
warning: '.resolve-product-dependencies': dependency 'spanker' is not used by any target
Found 1 product dependencies
  - Hitch
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/KittyMac/Spanker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--6988338F2F200930.txt
[4/17] Compiling Hitch Int8+Ascii.swift
[5/17] Compiling Hitch Hitch+Shared.swift
[6/17] Compiling Hitch Hitch+FormatOperator.swift
[7/17] Emitting module Hitch
[8/17] Compiling Hitch CHitch.swift
[9/17] Compiling Hitch HalfHitch.swift
[10/17] Compiling Hitch Hitch+Base32.swift
[11/17] Compiling Hitch Hitch+Base64.swift
[12/17] Compiling Hitch Hitch+MD5.swift
[13/17] Compiling Hitch Hitch+CodeBlock.swift
[14/17] Compiling Hitch Hitch+Format.swift
[15/17] Compiling Hitch Hitch.swift
[16/18] Compiling Hitch UInt8+Ascii.swift
[16/18] Write Objects.LinkFileList
[17/18] Linking libHitch.dylib
[19/22] Compiling Spanker Spanker+Reader.swift
[20/22] Compiling Spanker Spanker+Subscripts.swift
[21/22] Emitting module Spanker
[22/22] Compiling Spanker Spanker.swift
Build complete! (7.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hitch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KittyMac/Hitch.git"
    }
  ],
  "manifest_display_name" : "Spanker",
  "name" : "Spanker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Spanker",
      "targets" : [
        "Spanker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpankerTests",
      "module_type" : "SwiftTarget",
      "name" : "SpankerTests",
      "path" : "Tests/SpankerTests",
      "sources" : [
        "Tests.swift",
        "TestsBase.swift",
        "TestsCPUPerformance.swift",
        "TestsMemoryPerformance.swift"
      ],
      "target_dependencies" : [
        "Spanker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Spanker",
      "module_type" : "SwiftTarget",
      "name" : "Spanker",
      "path" : "Sources/Spanker",
      "product_dependencies" : [
        "Hitch"
      ],
      "product_memberships" : [
        "Spanker"
      ],
      "sources" : [
        "Spanker+Reader.swift",
        "Spanker+Subscripts.swift",
        "Spanker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.