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 TagKit, reference main (2db6c1), with Swift 6.0 for macOS (SPM) on 1 Jun 2025 20:44:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/TagKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/TagKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2db6c1f Update documentation
Cloned https://github.com/danielsaidi/TagKit.git
Revision (git rev-parse @):
2db6c1ff056e6d49e150951d6782f769499e22c4
SUCCESS checkout https://github.com/danielsaidi/TagKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/danielsaidi/TagKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling TagKit Views+Deprecated.swift
[4/12] Compiling TagKit TagCapsuleStyle.swift
[5/12] Compiling TagKit TagTextField.swift
[6/12] Compiling TagKit Slugifiable.swift
[7/12] Compiling TagKit TagCapsule.swift
[8/12] Compiling TagKit TagList.swift
[9/12] Compiling TagKit Slugs.swift
[10/12] Compiling TagKit TagEditList.swift
[11/12] Compiling TagKit Tags.swift
[12/12] Emitting module TagKit
Build complete! (8.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TagKit",
  "name" : "TagKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TagKit",
      "targets" : [
        "TagKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TagKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TagKitTests",
      "path" : "Tests/TagKitTests",
      "sources" : [
        "SlugsTests.swift",
        "TagsTests.swift"
      ],
      "target_dependencies" : [
        "TagKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TagKit",
      "module_type" : "SwiftTarget",
      "name" : "TagKit",
      "path" : "Sources/TagKit",
      "product_memberships" : [
        "TagKit"
      ],
      "sources" : [
        "Slugs.swift",
        "Tags.swift",
        "Views/TagEditList.swift",
        "Views/TagList.swift",
        "Views/TagTextField.swift",
        "_Deprecated/Slugifiable.swift",
        "_Deprecated/TagCapsule.swift",
        "_Deprecated/TagCapsuleStyle.swift",
        "_Deprecated/Views+Deprecated.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.