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 HumanString, reference master (ebcf5e), with Swift 6.1 for macOS (SPM) on 12 Aug 2025 20:15:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zonble/HumanString.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zonble/HumanString
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ebcf5e7 Merge pull request #14 from zonble/copilot/fix-13
Cloned https://github.com/zonble/HumanString.git
Revision (git rev-parse @):
ebcf5e7191578f9c731ea1cf74d255c85d43caca
SUCCESS checkout https://github.com/zonble/HumanString.git at master
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.71s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
========================================
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": "humanstring",
      "name": "HumanString",
      "url": "https://github.com/zonble/HumanString.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HumanString",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/zonble/HumanString.git
[1/342] Fetching humanstring
Fetched https://github.com/zonble/HumanString.git from cache (0.95s)
Creating working copy for https://github.com/zonble/HumanString.git
Working copy of https://github.com/zonble/HumanString.git resolved at master (ebcf5e7)
warning: '.resolve-product-dependencies': dependency 'humanstring' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/zonble/HumanString.git
https://github.com/zonble/HumanString.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "HumanString",
  "name" : "HumanString",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HumanString",
      "targets" : [
        "HumanString"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HumanStringTests",
      "module_type" : "SwiftTarget",
      "name" : "HumanStringTests",
      "path" : "Tests/HumanStringTests",
      "sources" : [
        "HumanStringTests.swift",
        "RegexTests.swift",
        "StringIndexExtensionsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HumanString"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HumanString",
      "module_type" : "SwiftTarget",
      "name" : "HumanString",
      "path" : "Sources/HumanString",
      "product_memberships" : [
        "HumanString"
      ],
      "sources" : [
        "HumanString.swift",
        "Regex.swift",
        "StringIndexExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/8] Compiling HumanString Regex.swift
[6/8] Compiling HumanString StringIndexExtensions.swift
[7/8] Emitting module HumanString
[8/8] Compiling HumanString HumanString.swift
Build complete! (15.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "HumanString",
  "name" : "HumanString",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HumanString",
      "targets" : [
        "HumanString"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HumanStringTests",
      "module_type" : "SwiftTarget",
      "name" : "HumanStringTests",
      "path" : "Tests/HumanStringTests",
      "sources" : [
        "HumanStringTests.swift",
        "RegexTests.swift",
        "StringIndexExtensionsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HumanString"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HumanString",
      "module_type" : "SwiftTarget",
      "name" : "HumanString",
      "path" : "Sources/HumanString",
      "product_memberships" : [
        "HumanString"
      ],
      "sources" : [
        "HumanString.swift",
        "Regex.swift",
        "StringIndexExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.