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 UPCBarcodeLookup, reference 1.0.1 (2b261d), with Swift 6.2 for macOS (SPM) on 11 Nov 2025 13:38:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eansearch/UPCBarcodeLookup.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eansearch/UPCBarcodeLookup
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 2b261d9 add Google category
Cloned https://github.com/eansearch/UPCBarcodeLookup.git
Revision (git rev-parse @):
2b261d9ca93aeb83b57ea283253b0351ea4dbb73
SUCCESS checkout https://github.com/eansearch/UPCBarcodeLookup.git at 1.0.1
========================================
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": "upcbarcodelookup",
      "name": "UPCBarcodeLookup",
      "url": "https://github.com/eansearch/UPCBarcodeLookup.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UPCBarcodeLookup",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/eansearch/UPCBarcodeLookup.git
[1/98] Fetching upcbarcodelookup
Fetched https://github.com/eansearch/UPCBarcodeLookup.git from cache (0.67s)
Creating working copy for https://github.com/eansearch/UPCBarcodeLookup.git
Working copy of https://github.com/eansearch/UPCBarcodeLookup.git resolved at 1.0.1 (2b261d9)
warning: '.resolve-product-dependencies': dependency 'upcbarcodelookup' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/eansearch/UPCBarcodeLookup.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Emitting module UPCBarcodeLookup
[4/9] Compiling UPCBarcodeLookup Responses.swift
[5/9] Compiling UPCBarcodeLookup UPCLookupError.swift
[6/9] Compiling UPCBarcodeLookup ExtProduct.swift
[7/9] Compiling UPCBarcodeLookup UPCBarcodeLookup.swift
[8/9] Compiling UPCBarcodeLookup Languages.swift
[9/9] Compiling UPCBarcodeLookup Product.swift
Build complete! (4.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UPCBarcodeLookup",
  "name" : "UPCBarcodeLookup",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UPCBarcodeLookup",
      "targets" : [
        "UPCBarcodeLookup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UPCBarcodeLookupTests",
      "module_type" : "SwiftTarget",
      "name" : "UPCBarcodeLookupTests",
      "path" : "Tests/UPCBarcodeLookupTests",
      "sources" : [
        "UPCBarcodeLookupTests.swift"
      ],
      "target_dependencies" : [
        "UPCBarcodeLookup"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UPCBarcodeLookup",
      "module_type" : "SwiftTarget",
      "name" : "UPCBarcodeLookup",
      "path" : "Sources/UPCBarcodeLookup",
      "product_memberships" : [
        "UPCBarcodeLookup"
      ],
      "sources" : [
        "Private/Responses.swift",
        "Public/ExtProduct.swift",
        "Public/Languages.swift",
        "Public/Product.swift",
        "Public/UPCLookupError.swift",
        "UPCBarcodeLookup.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.