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.1 for macOS (SPM) on 1 Jun 2025 20:44:23 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

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
========================================
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": "tagkit",
      "name": "TagKit",
      "url": "https://github.com/danielsaidi/TagKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TagKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielsaidi/TagKit.git
[1/689] Fetching tagkit
Fetched https://github.com/danielsaidi/TagKit.git from cache (1.31s)
Creating working copy for https://github.com/danielsaidi/TagKit.git
Working copy of https://github.com/danielsaidi/TagKit.git resolved at main (2db6c1f)
warning: '.resolve-product-dependencies': dependency 'tagkit' 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/danielsaidi/TagKit.git
https://github.com/danielsaidi/TagKit.git
{
  "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"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling TagKit TagCapsuleStyle.swift
[4/12] Compiling TagKit TagCapsule.swift
[5/12] Compiling TagKit Slugifiable.swift
[6/12] Compiling TagKit Views+Deprecated.swift
[7/12] Compiling TagKit TagList.swift
[8/12] Compiling TagKit Tags.swift
[9/12] Compiling TagKit TagEditList.swift
[10/12] Compiling TagKit Slugs.swift
[11/12] Emitting module TagKit
[12/12] Compiling TagKit TagTextField.swift
Build complete! (8.80s)
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.