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 BundleInfoVersioning, reference master (d7d2b3), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 13:00:49 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/nsagora/bundle-info-versioning.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nsagora/bundle-info-versioning
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d7d2b3e Merge pull request #6 from nsagora/swiftui-issue
Cloned https://github.com/nsagora/bundle-info-versioning.git
Revision (git rev-parse @):
d7d2b3ed03022fceb97c4109b1973f2a81636506
SUCCESS checkout https://github.com/nsagora/bundle-info-versioning.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nsagora/bundle-info-versioning.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/8] Compiling BundleInfoVersioning UserDefaults+Extension.swift
[4/8] Compiling BundleInfoVersioning UserDefaultsStorage.swift
[5/8] Compiling BundleInfoVersioning Storage.swift
[6/8] Emitting module BundleInfoVersioning
[7/8] Compiling BundleInfoVersioning BundleInfoVersioning.swift
[8/8] Compiling BundleInfoVersioning Dictionary+Extensions.swift
Build complete! (3.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BundleInfoVersioning",
  "name" : "BundleInfoVersioning",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "BundleInfoVersioning",
      "targets" : [
        "BundleInfoVersioning"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BundleInfoVersioningTests",
      "module_type" : "SwiftTarget",
      "name" : "BundleInfoVersioningTests",
      "path" : "Tests/BundleInfoVersioningTests",
      "sources" : [
        "BundleInfoObserverTests.swift",
        "Fakes/FakeBundle.swift",
        "Fakes/FakeStorage.swift",
        "Fakes/FakeUserDefaults.swift",
        "UserDefaultsStorageTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "BundleInfoVersioning"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BundleInfoVersioning",
      "module_type" : "SwiftTarget",
      "name" : "BundleInfoVersioning",
      "path" : "Sources/BundleInfoVersioning",
      "product_memberships" : [
        "BundleInfoVersioning"
      ],
      "sources" : [
        "BundleInfoVersioning.swift",
        "Extensions/Dictionary+Extensions.swift",
        "Extensions/UserDefaults+Extension.swift",
        "Storage/Storage.swift",
        "Storage/UserDefaultsStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.