The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ElementaryCycles with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hectr/swift-elementary-cycles.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hectr/swift-elementary-cycles
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/hectr/swift-idioms.git from cache
Fetched https://github.com/hectr/swift-idioms.git (0.23s)
Computing version for https://github.com/hectr/swift-idioms.git
Computed https://github.com/hectr/swift-idioms.git at 1.4.0 (0.47s)
Creating working copy for https://github.com/hectr/swift-idioms.git
Working copy of https://github.com/hectr/swift-idioms.git resolved at 1.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-elementary-cycles",
      "name": "ElementaryCycles",
      "url": "https://github.com/hectr/swift-elementary-cycles.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-elementary-cycles",
      "dependencies": [
        {
          "identity": "swift-idioms",
          "name": "Idioms",
          "url": "https://github.com/hectr/swift-idioms.git",
          "version": "1.9.0",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-idioms",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/hectr/swift-elementary-cycles.git
[1/165] Fetching swift-elementary-cycles
Fetched https://github.com/hectr/swift-elementary-cycles.git (0.29s)
Fetching https://github.com/hectr/swift-idioms.git from cache
Fetched https://github.com/hectr/swift-idioms.git (0.19s)
Computing version for https://github.com/hectr/swift-idioms.git
Computed https://github.com/hectr/swift-idioms.git at 1.9.0 (0.44s)
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
Creating working copy for https://github.com/hectr/swift-elementary-cycles.git
Working copy of https://github.com/hectr/swift-elementary-cycles.git resolved at master
Found 1 product dependencies
  - Idioms
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/13] Compiling Idioms Int+Times.swift
[2/13] Compiling Idioms IterableRandomAccessCollection.swift
[3/14] Compiling Idioms Bool+ControlFlow.swift
[4/14] Compiling Idioms ForLoop.swift
[5/14] Compiling Idioms Vector+Sequence.swift
[6/14] Compiling Idioms String+Prepending.swift
[7/14] Emitting module Idioms
[8/14] Compiling Idioms Matrix2D+Sequence.swift
[9/14] Compiling Idioms Matrix2D.swift
[10/14] Compiling Idioms StringProtocol+Subscript.swift
[11/14] Compiling Idioms RandomAccessMutableCollection.swift
[12/14] Compiling Idioms String+Contains.swift
[13/14] Compiling Idioms Vector.swift
[14/20] Emitting module ElementaryCyclesSearch
[15/20] Compiling ElementaryCyclesSearch AdjacencyList+getAdjacencyList.swift
[16/20] Compiling ElementaryCyclesSearch AdjacencyList.swift
[17/20] Compiling ElementaryCyclesSearch ElementaryCyclesSearch.swift
[18/20] Compiling ElementaryCyclesSearch StrongConnectedComponents.swift
[19/20] Compiling ElementaryCyclesSearch AdjacencyMatrix.swift
[20/27] Compiling ElementaryCycles ElementaryCycles.swift
[21/27] Compiling ElementaryCycles ElementaryCyclesSearch+toArray.swift
[22/27] Compiling ElementaryCyclesSearchExample main.swift
[23/27] Emitting module ElementaryCyclesSearchExample
[24/27] Compiling ElementaryCycles AdjacencyMatrix+getNodes.swift
[25/27] Emitting module ElementaryCycles
[26/27] Compiling ElementaryCycles AdjacencyMatrix+getAdjacencyMatrix.swift
[26/27] Linking ElementaryCyclesSearchExample
Build complete! (9.05s)
Build complete.
Done.