The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCSP, reference 0.9.9 (831d15), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 08:33:28 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/davecom/SwiftCSP.git
Reference: 0.9.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davecom/SwiftCSP
 * tag               0.9.9      -> FETCH_HEAD
HEAD is now at 831d15b Release 0.9.9
Cloned https://github.com/davecom/SwiftCSP.git
Revision (git rev-parse @):
831d15ba639d36a103a59992c654b1df129e06c7
SUCCESS checkout https://github.com/davecom/SwiftCSP.git at 0.9.9
========================================
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": "swiftcsp",
      "name": "SwiftCSP",
      "url": "https://github.com/davecom/SwiftCSP.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCSP",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/davecom/SwiftCSP.git
[1/510] Fetching swiftcsp
Fetched https://github.com/davecom/SwiftCSP.git from cache (0.74s)
Creating working copy for https://github.com/davecom/SwiftCSP.git
Working copy of https://github.com/davecom/SwiftCSP.git resolved at 0.9.9 (831d15b)
warning: '.resolve-product-dependencies': dependency 'swiftcsp' 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/davecom/SwiftCSP.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/7] Compiling SwiftCSP MinConflicts.swift
[4/7] Compiling SwiftCSP CSP.swift
[5/7] Compiling SwiftCSP Constraint.swift
[6/7] Emitting module SwiftCSP
[7/7] Compiling SwiftCSP Backtrack.swift
Build complete! (0.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCSP",
  "name" : "SwiftCSP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftCSP",
      "targets" : [
        "SwiftCSP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCSPTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCSPTests",
      "path" : "Tests/SwiftCSPTests",
      "sources" : [
        "AustralianMapColoringTest.swift",
        "EightQueensTest.swift",
        "SendMoreMoneyTest.swift",
        "SudokuTest.swift"
      ],
      "target_dependencies" : [
        "SwiftCSP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCSP",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCSP",
      "path" : "Sources/SwiftCSP",
      "product_memberships" : [
        "SwiftCSP"
      ],
      "sources" : [
        "Backtrack.swift",
        "CSP.swift",
        "Constraint.swift",
        "MinConflicts.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.