The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of TagKit, reference main (b559c4), with Swift 6.1 for macOS (SPM) on 1 May 2025 05:32:20 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.61.2
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 b559c4a Fix GitHub build errors
Cloned https://github.com/danielsaidi/TagKit.git
Revision (git rev-parse @):
b559c4af835cb3a74a154fec104c417f57066a9e
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/679] Fetching tagkit
Fetched https://github.com/danielsaidi/TagKit.git from cache (1.37s)
Creating working copy for https://github.com/danielsaidi/TagKit.git
Working copy of https://github.com/danielsaidi/TagKit.git resolved at main (b559c4a)
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 TagList.swift
[4/12] Compiling TagKit TagCapsuleStyle.swift
[5/12] Compiling TagKit TagTextField.swift
[6/12] Compiling TagKit TagCapsule.swift
[7/12] Compiling TagKit Views+Deprecated.swift
[8/12] Emitting module TagKit
[9/12] Compiling TagKit Slugs.swift
[10/12] Compiling TagKit Slugifiable.swift
[11/12] Compiling TagKit Tags.swift
[12/12] Compiling TagKit TagEditList.swift
Build complete! (9.63s)
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.