Build Information
Successful build of MiniDigraph, reference 0.8.1 (52b1e9
), with Swift 5.10 for macOS (SPM) on 31 Jul 2024 13:43:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/MiniDigraph.git
Reference: 0.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LuizZak/MiniDigraph
* tag 0.8.1 -> FETCH_HEAD
HEAD is now at 52b1e99 Implementing specialized indegree/outdegree to new CachingDirectedGraph
Cloned https://github.com/LuizZak/MiniDigraph.git
Revision (git rev-parse @):
52b1e99893467e7546429243a69ce0f50eb5a225
SUCCESS checkout https://github.com/LuizZak/MiniDigraph.git at 0.8.1
========================================
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",
"dependencies": [
{
"identity": "minidigraph",
"name": "MiniDigraph",
"url": "https://github.com/LuizZak/MiniDigraph.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MiniDigraph",
"dependencies": [
]
}
]
}
Fetching https://github.com/LuizZak/MiniDigraph.git
[1/239] Fetching minidigraph
Fetched https://github.com/LuizZak/MiniDigraph.git from cache (1.23s)
Creating working copy for https://github.com/LuizZak/MiniDigraph.git
Working copy of https://github.com/LuizZak/MiniDigraph.git resolved at 0.8.1 (52b1e99)
warning: '.resolve-product-dependencies': dependency 'minidigraph' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/LuizZak/MiniDigraph.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/15] Compiling MiniDigraph Sequence+Ext.swift
[4/15] Compiling MiniDigraph MutableSimpleEdgeDirectedGraphType.swift
[5/15] Compiling MiniDigraph SimpleDirectedGraphEdge.swift
[6/16] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[7/16] Compiling MiniDigraph DirectedGraphVisitElement.swift
[8/16] Compiling MiniDigraph DirectedGraphEdge.swift
[9/16] Compiling MiniDigraph DirectedGraphType.swift
[10/16] Emitting module MiniDigraph
[11/16] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[12/16] Compiling MiniDigraph MutableDirectedGraphType.swift
[13/16] Compiling MiniDigraph CachingDirectedGraph.swift
[14/16] Compiling MiniDigraph DirectedGraph.swift
[15/16] Compiling MiniDigraph AbstractDirectedGraph.swift
[16/16] Compiling MiniDigraph AbstractDirectedGraphEdge.swift
Build complete! (1.39s)
Build complete.
Done.