The Swift Package Index logo.Swift Package Index

Build Information

Successful build of B9Condition, reference 1.0.1 (8b7d6f), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 13:01:37 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/b9swift/Condition.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/b9swift/Condition
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 8b7d6f2 Merge branch 'develop'
Cloned https://github.com/b9swift/Condition.git
Revision (git rev-parse @):
8b7d6f223a395d792f1a3f9c869f62eec29a52db
SUCCESS checkout https://github.com/b9swift/Condition.git at 1.0.1
Fetching https://github.com/b9swift/Action.git
[1/45] Fetching action
Fetched https://github.com/b9swift/Action.git from cache (0.62s)
Computing version for https://github.com/b9swift/Action.git
Computed https://github.com/b9swift/Action.git at 1.1.0 (1.19s)
Creating working copy for https://github.com/b9swift/Action.git
Working copy of https://github.com/b9swift/Action.git resolved at 1.1.0
========================================
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": "condition",
      "name": "B9Condition",
      "url": "https://github.com/b9swift/Condition.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Condition",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "action",
          "name": "B9Action",
          "url": "https://github.com/b9swift/Action.git",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Action",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/b9swift/Condition.git
[1/51] Fetching condition
Fetched https://github.com/b9swift/Condition.git from cache (0.66s)
Fetching https://github.com/b9swift/Action.git from cache
Fetched https://github.com/b9swift/Action.git from cache (0.60s)
Computing version for https://github.com/b9swift/Action.git
Computed https://github.com/b9swift/Action.git at 1.1.0 (0.66s)
Creating working copy for https://github.com/b9swift/Action.git
Working copy of https://github.com/b9swift/Action.git resolved at 1.1.0
Creating working copy for https://github.com/b9swift/Condition.git
Working copy of https://github.com/b9swift/Condition.git resolved at 1.0.1 (8b7d6f2)
warning: '.resolve-product-dependencies': dependency 'condition' is not used by any target
Found 1 product dependencies
  - B9Action
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/b9swift/Condition.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling B9Action B9Action.swift
[5/5] Emitting module B9Action
[6/7] Compiling B9Condition B9Condition.swift
[7/7] Emitting module B9Condition
Build complete! (8.59s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "action",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/b9swift/Action.git"
    }
  ],
  "manifest_display_name" : "B9Condition",
  "name" : "B9Condition",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "B9Condition",
      "targets" : [
        "B9Condition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "B9ConditionTests",
      "module_type" : "SwiftTarget",
      "name" : "B9ConditionTests",
      "path" : "Tests/B9ConditionTests",
      "sources" : [
        "B9ConditionTests.swift"
      ],
      "target_dependencies" : [
        "B9Condition"
      ],
      "type" : "test"
    },
    {
      "c99name" : "B9Condition",
      "module_type" : "SwiftTarget",
      "name" : "B9Condition",
      "path" : "Sources/B9Condition",
      "product_dependencies" : [
        "B9Action"
      ],
      "product_memberships" : [
        "B9Condition"
      ],
      "sources" : [
        "B9Condition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.