The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TestPackageManager, reference 1.0.0 (d7ac9c), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:09:10 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/Pheayuth222/TestingPackageManager.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Pheayuth222/TestingPackageManager
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at d7ac9c7 Init Version
Cloned https://github.com/Pheayuth222/TestingPackageManager.git
Revision (git rev-parse @):
d7ac9c7327c205bc87831515dd40904f1ad956ea
SUCCESS checkout https://github.com/Pheayuth222/TestingPackageManager.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Pheayuth222/TestingPackageManager.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/5] Compiling TestPackageManager TestPackageManager.swift
[4/5] Compiling TestPackageManager TestingProject.swift
[5/5] Emitting module TestPackageManager
Build complete! (37.24s)
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/SwiftKickMobile/SwiftMessages.git
Fetching https://github.com/hackiftekhar/IQKeyboardManager.git
[1/4520] Fetching swiftmessages
[408/23147] Fetching swiftmessages, iqkeyboardmanager
[1757/75857] Fetching swiftmessages, iqkeyboardmanager, rxswift
Fetched https://github.com/SwiftKickMobile/SwiftMessages.git from cache (30.81s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (30.81s)
Fetched https://github.com/hackiftekhar/IQKeyboardManager.git from cache (30.81s)
Computing version for https://github.com/SwiftKickMobile/SwiftMessages.git
Computed https://github.com/SwiftKickMobile/SwiftMessages.git at 9.0.9 (31.61s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.44s)
Computing version for https://github.com/hackiftekhar/IQKeyboardManager.git
Computed https://github.com/hackiftekhar/IQKeyboardManager.git at 6.5.16 (0.48s)
Creating working copy for https://github.com/hackiftekhar/IQKeyboardManager.git
Working copy of https://github.com/hackiftekhar/IQKeyboardManager.git resolved at 6.5.16
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/SwiftKickMobile/SwiftMessages.git
Working copy of https://github.com/SwiftKickMobile/SwiftMessages.git resolved at 9.0.9
warning: 'spi-builder-workspace': dependency 'iqkeyboardmanager' is not used by any target
warning: 'spi-builder-workspace': dependency 'rxswift' is not used by any target
warning: 'spi-builder-workspace': dependency 'swiftmessages' is not used by any target
Build complete.
{
  "dependencies" : [
    {
      "identity" : "iqkeyboardmanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.5.11",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hackiftekhar/IQKeyboardManager.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.5.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "swiftmessages",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.6",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftKickMobile/SwiftMessages.git"
    }
  ],
  "manifest_display_name" : "TestPackageManager",
  "name" : "TestPackageManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TestPackageManager",
      "targets" : [
        "TestPackageManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestPackageManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "TestPackageManagerTests",
      "path" : "Tests/TestPackageManagerTests",
      "sources" : [
        "TestPackageManagerTests.swift"
      ],
      "target_dependencies" : [
        "TestPackageManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestPackageManager",
      "module_type" : "SwiftTarget",
      "name" : "TestPackageManager",
      "path" : "Sources/TestPackageManager",
      "product_memberships" : [
        "TestPackageManager"
      ],
      "sources" : [
        "TestPackageManager.swift",
        "TestingProject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.