Build Information
Successful build of HexColor 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/WilhelmOks/HexColor.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/WilhelmOks/HexColor
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f2a5de3 Update Package.swift
Cloned https://github.com/WilhelmOks/HexColor.git
Revision (git rev-parse @):
f2a5de311f08e2525adbb0cd3426d7c0c0e40617
SUCCESS checkout https://github.com/WilhelmOks/HexColor.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "hexcolor",
"name": "HexColor",
"url": "https://github.com/WilhelmOks/HexColor.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HexColor",
"dependencies": [
]
}
]
}
Fetching https://github.com/WilhelmOks/HexColor.git from cache
Fetched https://github.com/WilhelmOks/HexColor.git (0.23s)
Creating working copy for https://github.com/WilhelmOks/HexColor.git
Working copy of https://github.com/WilhelmOks/HexColor.git resolved at master
warning: '.resolve-product-dependencies': dependency 'hexcolor' is not used by any target
Found 0 product dependencies
========================================
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/2] Emitting module HexColor
[2/2] Compiling HexColor HexColor.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexColor/HexColor.swift:52:17: warning: 'scanHexInt32' was deprecated in macOS 10.15
scanner.scanHexInt32(&rgb)
^
[3/6] Compiling HexUIColor UIColorExtensions.swift
[4/6] Emitting module HexUIColor
[5/6] Emitting module HexNSColor
[6/6] Compiling HexNSColor NSColorExtensions.swift
Build complete! (15.57s)
Build complete.
Done.