The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShopIt, reference main (00fc97), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 23:56:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/enebin/ShopIt.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/enebin/ShopIt
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 00fc977 Update README.md
Cloned https://github.com/enebin/ShopIt.git
Revision (git rev-parse @):
00fc9777486726b6b431c584a8e28bcec4b6d092
SUCCESS checkout https://github.com/enebin/ShopIt.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "shopit",
      "name": "ShopIt",
      "url": "https://github.com/enebin/ShopIt.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShopIt",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/enebin/ShopIt.git
[1/192] Fetching shopit
Fetched https://github.com/enebin/ShopIt.git from cache (0.83s)
Creating working copy for https://github.com/enebin/ShopIt.git
Working copy of https://github.com/enebin/ShopIt.git resolved at main (00fc977)
warning: '.resolve-product-dependencies': dependency 'shopit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/enebin/ShopIt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling ShopIt Array + Extension.swift
[4/12] Compiling ShopIt RedirectButton.swift
[5/12] Compiling ShopIt ShopItError.swift
[6/12] Compiling ShopIt Redirectable.swift
[7/12] Compiling ShopIt ShopitRedirector + RedirectPriority.swift
[8/12] Compiling ShopIt ShopitRedirector + EnvironmentKey.swift
[9/12] Emitting module ShopIt
[10/12] Compiling ShopIt Redirectable + Preset.swift
[11/12] Compiling ShopIt QueryableURL.swift
[12/12] Compiling ShopIt ShopitRedirector.swift
Build complete! (10.02s)
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.