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 ShopIt, reference 0.1.1 (3e985a), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 11:06:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/enebin/ShopIt.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/enebin/ShopIt
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 3e985a4 Merge branch 'develop'
Cloned https://github.com/enebin/ShopIt.git
Revision (git rev-parse @):
3e985a4b4fbb9649478686c40d298a79ee9e0683
SUCCESS checkout https://github.com/enebin/ShopIt.git at 0.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/enebin/ShopIt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling ShopIt ShopItError.swift
[4/12] Compiling ShopIt Array + Extension.swift
[5/12] Compiling ShopIt Redirectable + Preset.swift
[6/12] Emitting module ShopIt
[7/12] Compiling ShopIt ShopitRedirector + EnvironmentKey.swift
[8/12] Compiling ShopIt ShopitRedirector + RedirectPriority.swift
[9/12] Compiling ShopIt Redirectable.swift
[10/12] Compiling ShopIt RedirectButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShopIt/SwiftUI/RedirectButton.swift:35:46: warning: capture of non-sendable type 'Redirection.Type' in an isolated closure
33 |                 Task {
34 |                     do {
35 |                         try await redirector.redirect(keyword: keyword, to: redirection)
   |                                              `- warning: capture of non-sendable type 'Redirection.Type' in an isolated closure
36 |                     } catch {
37 |                         print("🚨 [ShopIt] Error occurs: \(error.localizedDescription)")
/Users/admin/builder/spi-builder-workspace/Sources/ShopIt/SwiftUI/RedirectButton.swift:35:35: warning: capture of non-sendable type 'Content.Type' in an isolated closure
33 |                 Task {
34 |                     do {
35 |                         try await redirector.redirect(keyword: keyword, to: redirection)
   |                                   `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
36 |                     } catch {
37 |                         print("🚨 [ShopIt] Error occurs: \(error.localizedDescription)")
/Users/admin/builder/spi-builder-workspace/Sources/ShopIt/SwiftUI/RedirectButton.swift:30:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
28 |     }
29 |
30 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
31 |         Button(
32 |             action: {
/Users/admin/builder/spi-builder-workspace/Sources/ShopIt/SwiftUI/RedirectButton.swift:30:32: warning: capture of non-sendable type 'Redirection.Type' in an isolated closure
28 |     }
29 |
30 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Redirection.Type' in an isolated closure
31 |         Button(
32 |             action: {
[11/12] Compiling ShopIt QueryableURL.swift
[12/12] Compiling ShopIt ShopitRedirector.swift
Build complete! (8.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShopIt",
  "name" : "ShopIt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ShopIt",
      "targets" : [
        "ShopIt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShopItTests",
      "module_type" : "SwiftTarget",
      "name" : "ShopItTests",
      "path" : "Tests/ShopItTests",
      "sources" : [
        "RedirectorTests.swift",
        "ShopItTests.swift"
      ],
      "target_dependencies" : [
        "ShopIt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShopIt",
      "module_type" : "SwiftTarget",
      "name" : "ShopIt",
      "path" : "Sources/ShopIt",
      "product_memberships" : [
        "ShopIt"
      ],
      "sources" : [
        "Model/QueryableURL.swift",
        "Redirector/Redirectable + Preset.swift",
        "Redirector/Redirectable.swift",
        "Redirector/ShopitRedirector + EnvironmentKey.swift",
        "Redirector/ShopitRedirector + RedirectPriority.swift",
        "Redirector/ShopitRedirector.swift",
        "ShopItError.swift",
        "SwiftUI/RedirectButton.swift",
        "Util/Array + Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.