The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ElementaryCycles, reference 0.4.0 (824a7d), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 12:41:11 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/hectr/swift-elementary-cycles.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hectr/swift-elementary-cycles
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 824a7d8 Release 0.4.0
Cloned https://github.com/hectr/swift-elementary-cycles.git
Revision (git rev-parse @):
824a7d8c9beff5bb4ce81ce65877e63c1bb85fac
SUCCESS checkout https://github.com/hectr/swift-elementary-cycles.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hectr/swift-elementary-cycles.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[4/9] Write ElementaryCyclesSearchExample-entitlement.plist
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/27] Compiling Idioms Vector+Sequence.swift
[8/28] Compiling Idioms Vector.swift
[9/28] Compiling Idioms String+Prepending.swift
[10/28] Compiling Idioms String+Word.swift
[11/28] Compiling Idioms RandomAccessMutableCollection.swift
[12/28] Compiling Idioms RegularExpressionMatchOperator.swift
[13/28] Compiling Idioms Matrix2D+Sequence.swift
[14/28] Compiling Idioms Matrix2D.swift
[15/28] Compiling Idioms Int+Times.swift
[16/28] Compiling Idioms IterableRandomAccessCollection.swift
[17/28] Compiling Idioms Dictionary+deepMerging.swift
[18/28] Compiling Idioms ForLoop.swift
[19/28] Compiling Idioms Array+appending.swift
[20/28] Compiling Idioms Array+removing.swift
[21/28] Emitting module Idioms
[22/28] Compiling Idioms String+removing.swift
[23/28] Compiling Idioms StringProtocol+Subscript.swift
[24/28] Compiling Idioms Bool+ControlFlow.swift
[25/28] Compiling Idioms CharacterSet+characters.swift
[26/34] Compiling ElementaryCyclesSearch ElementaryCyclesSearch.swift
[27/34] Compiling ElementaryCyclesSearch AdjacencyMatrix.swift
[28/34] Compiling ElementaryCyclesSearch AdjacencyList+getAdjacencyList.swift
[29/34] Compiling ElementaryCyclesSearch AdjacencyList.swift
[30/34] Emitting module ElementaryCyclesSearch
[31/34] Compiling ElementaryCyclesSearch StrongConnectedComponents.swift
[32/41] Emitting module ElementaryCyclesSearchExample
[33/41] Compiling ElementaryCyclesSearchExample main.swift
[34/41] Compiling ElementaryCycles ElementaryCycles.swift
[35/41] Compiling ElementaryCycles ElementaryCyclesSearch+toArray.swift
[35/41] Write Objects.LinkFileList
[37/41] Compiling ElementaryCycles AdjacencyMatrix+getNodes.swift
[38/41] Emitting module ElementaryCycles
[39/41] Compiling ElementaryCycles AdjacencyMatrix+getAdjacencyMatrix.swift
[39/41] Linking ElementaryCyclesSearchExample
[40/41] Applying ElementaryCyclesSearchExample
Build complete! (6.86s)
Fetching https://github.com/hectr/swift-idioms.git
[1/393] Fetching swift-idioms
Fetched https://github.com/hectr/swift-idioms.git from cache (0.69s)
Computing version for https://github.com/hectr/swift-idioms.git
Computed https://github.com/hectr/swift-idioms.git at 1.9.0 (1.20s)
Creating working copy for https://github.com/hectr/swift-idioms.git
Working copy of https://github.com/hectr/swift-idioms.git resolved at 1.9.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-idioms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hectr/swift-idioms.git"
    }
  ],
  "manifest_display_name" : "ElementaryCycles",
  "name" : "ElementaryCycles",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ElementaryCycles",
      "targets" : [
        "ElementaryCycles"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElementaryCyclesSearch",
      "targets" : [
        "ElementaryCyclesSearch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElementaryCyclesSearchExample",
      "targets" : [
        "ElementaryCyclesSearchExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElementaryCyclesTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryCyclesTests",
      "path" : "Tests/ElementaryCyclesTests",
      "sources" : [
        "AdjacencyMatrixShould.swift",
        "ElementaryCyclesSearchShould.swift",
        "ElementaryCyclesShould.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElementaryCycles"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryCyclesSearchTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryCyclesSearchTests",
      "path" : "Tests/ElementaryCyclesSearchTests",
      "sources" : [
        "AdjacencyListTests.swift",
        "AdjacencyMatrixTests.swift",
        "ElementaryCyclesSearchTests.swift",
        "StrongConnectedComponentsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElementaryCyclesSearch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryCyclesSearchExample",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryCyclesSearchExample",
      "path" : "Sources/ElementaryCyclesSearchExample",
      "product_memberships" : [
        "ElementaryCyclesSearchExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ElementaryCyclesSearch"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ElementaryCyclesSearch",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryCyclesSearch",
      "path" : "Sources/ElementaryCyclesSearch",
      "product_dependencies" : [
        "Idioms"
      ],
      "product_memberships" : [
        "ElementaryCycles",
        "ElementaryCyclesSearch",
        "ElementaryCyclesSearchExample"
      ],
      "sources" : [
        "Private/AdjacencyList+getAdjacencyList.swift",
        "Private/AdjacencyList.swift",
        "Private/StrongConnectedComponents.swift",
        "Public/AdjacencyMatrix.swift",
        "Public/ElementaryCyclesSearch.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElementaryCycles",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryCycles",
      "path" : "Sources/ElementaryCycles",
      "product_memberships" : [
        "ElementaryCycles"
      ],
      "sources" : [
        "Private/AdjacencyMatrix+getAdjacencyMatrix.swift",
        "Private/AdjacencyMatrix+getNodes.swift",
        "Private/ElementaryCyclesSearch+toArray.swift",
        "Public/ElementaryCycles.swift"
      ],
      "target_dependencies" : [
        "ElementaryCyclesSearch"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.