Build Information
Successful build of hmap 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/milend/hmap.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/milend/hmap
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f98e2dd Add chmap project reference
Cloned https://github.com/milend/hmap.git
Revision (git rev-parse @):
f98e2dd8cd03c86d10013a31914a9a75ae986763
SUCCESS checkout https://github.com/milend/hmap.git at master
Fetching https://github.com/kylef/Commander.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.35s)
Fetched https://github.com/kylef/Commander.git (0.35s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.0 (2.00s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.21s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "hmap",
"name": "hmap",
"url": "https://github.com/milend/hmap.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/hmap",
"dependencies": [
{
"identity": "commander",
"name": "Commander",
"url": "https://github.com/kylef/Commander.git",
"version": "0.9.2",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Commander",
"dependencies": [
{
"identity": "spectre",
"name": "Spectre",
"url": "https://github.com/kylef/Spectre.git",
"version": "0.10.1",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/milend/hmap.git
[1/193] Fetching hmap
Fetched https://github.com/milend/hmap.git (0.40s)
Fetching https://github.com/kylef/Commander.git from cache
Fetched https://github.com/kylef/Commander.git (0.33s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.88s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.23s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.05s)
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/milend/hmap.git
Working copy of https://github.com/milend/hmap.git resolved at master
Found 1 product dependencies
- Commander
========================================
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/22] Compiling Commander CommandType.swift
[2/22] Compiling Commander Error.swift
[3/23] Compiling Commander Group.swift
[4/23] Compiling Commander Command.swift
[5/23] Compiling Commander CommandRunner.swift
[6/23] Compiling Commander ArgumentParser.swift
[7/23] Emitting module Commander
[8/23] Compiling Commander Commands.swift
[9/23] Compiling Commander ArgumentConvertible.swift
[10/23] Compiling Commander ArgumentDescription.swift
[11/23] Compiling HeaderMapCore DictionaryExtensions.swift
[12/23] Compiling HeaderMapCore ArrayExtensions.swift
[13/23] Compiling HeaderMapCore NumberExtensions.swift
[14/24] Compiling HeaderMapCore HeaderMapMaker.swift
[15/24] Emitting module HeaderMapCore
[16/24] Compiling HeaderMapCore HeaderMap.swift
[17/24] Compiling HeaderMapCore HeaderMapError.swift
[18/24] Compiling HeaderMapCore JSONHeaderMap.swift
[21/24] Compiling HeaderMapCore StringExtensions.swift
[22/30] Compiling HeaderMapFrontend PrintCommands.swift
[23/30] Compiling HeaderMapFrontend FileFormat.swift
[24/30] Compiling HeaderMapFrontend FrontendErrors.swift
[25/30] Compiling HeaderMapFrontend Command.swift
[26/30] Emitting module HeaderMapFrontend
[27/30] Compiling HeaderMapFrontend ConvertCommands.swift
[28/36] Compiling hmap StringExtensions.swift
[29/36] Compiling hmap ReturnCodes.swift
[30/36] Compiling hmap main.swift
[31/36] Compiling hmap Convert.swift
[32/36] Emitting module hmap
[33/36] Compiling hmap Print.swift
[33/36] Linking hmap
[35/36] Compiling HeaderMapTesting TestingExtensions.swift
[36/36] Emitting module HeaderMapTesting
Build complete! (37.94s)
Build complete.
Done.