The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DotSwift 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/ferranpujolcamins/DotSwift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ferranpujolcamins/DotSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e1749ec Make things in SwiftGraphBindings public
Cloned https://github.com/ferranpujolcamins/DotSwift.git
Revision (git rev-parse @):
e1749ec3206dc09e57bd420a355f8fd63d54af2c
SUCCESS checkout https://github.com/ferranpujolcamins/DotSwift.git at master
Fetching https://github.com/davecom/SwiftGraph from cache
Fetched https://github.com/davecom/SwiftGraph (0.21s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.0.0 (0.47s)
Creating working copy for https://github.com/davecom/SwiftGraph
Working copy of https://github.com/davecom/SwiftGraph resolved at 3.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dotswift",
      "name": "DotSwift",
      "url": "https://github.com/ferranpujolcamins/DotSwift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DotSwift",
      "dependencies": [
        {
          "identity": "swiftgraph",
          "name": "SwiftGraph",
          "url": "https://github.com/davecom/SwiftGraph",
          "version": "3.1.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftGraph",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ferranpujolcamins/DotSwift.git from cache
Fetched https://github.com/ferranpujolcamins/DotSwift.git (0.17s)
Fetching https://github.com/davecom/SwiftGraph from cache
Fetched https://github.com/davecom/SwiftGraph (0.17s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.1.0 (0.02s)
Creating working copy for https://github.com/ferranpujolcamins/DotSwift.git
Working copy of https://github.com/ferranpujolcamins/DotSwift.git resolved at master
Creating working copy for https://github.com/davecom/SwiftGraph
Working copy of https://github.com/davecom/SwiftGraph resolved at 3.1.0
warning: '.resolve-product-dependencies': dependency 'dotswift' is not used by any target
Found 1 product dependencies
  - SwiftGraph
========================================
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/21] Compiling SwiftGraph MST.swift
[2/21] Compiling SwiftGraph Queue.swift
[3/21] Compiling SwiftGraph UnweightedEdge.swift
[4/21] Compiling SwiftGraph UnweightedGraph.swift
[5/21] Compiling SwiftGraph Union.swift
[6/21] Compiling SwiftGraph UniqueElementsGraph.swift
[7/23] Compiling SwiftGraph Edge.swift
[8/23] Compiling SwiftGraph Graph.swift
[9/23] Compiling SwiftGraph Stack.swift
[10/23] Compiling SwiftGraph SwiftPriorityQueue.swift
[11/23] Emitting module SwiftGraph
[12/23] Compiling SwiftGraph Constructors.swift
[13/23] Compiling SwiftGraph Cycle.swift
[14/23] Compiling SwiftGraph Search.swift
[15/23] Compiling SwiftGraph Sort.swift
[16/23] Compiling SwiftGraph WeightedEdge.swift
[17/23] Compiling SwiftGraph WeightedGraph.swift
[18/23] Compiling DotSwiftAttributes Attributes.swift
[19/23] Compiling DotSwiftAttributes Model.swift
[20/23] Compiling DotSwiftAttributes Attributes.generated.swift
[21/23] Emitting module DotSwiftAttributes
[22/23] Compiling DotSwiftAttributes Types.swift
[23/23] Compiling DotSwiftAttributes AttributeGroups.generated.swift
[24/26] Compiling DotSwiftEncoder DOTEncoder.swift
[25/26] Emitting module DotSwiftEncoder
[26/26] Compiling DotSwiftEncoder OutputStructure.swift
[27/28] Compiling SwiftGraphBindings SwiftGraphBindings.swift
[28/28] Emitting module SwiftGraphBindings
Build complete! (7.55s)
Build complete.
Done.