Build Information
Successful build of HashGenerator with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanbaird/HashGenerator.git
Reference: 0.0.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/HashGenerator
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 5281d9d Update README.md
Cloned https://github.com/jordanbaird/HashGenerator.git
Revision (git rev-parse @):
5281d9d846ab555e8a064c9af8ca2785239c4e5a
SUCCESS checkout https://github.com/jordanbaird/HashGenerator.git at 0.0.2
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.17s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "hashgenerator",
"name": "HashGenerator",
"url": "https://github.com/jordanbaird/HashGenerator.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HashGenerator",
"dependencies": [
]
}
]
}
Fetching https://github.com/jordanbaird/HashGenerator.git from cache
Fetched https://github.com/jordanbaird/HashGenerator.git (0.15s)
Creating working copy for https://github.com/jordanbaird/HashGenerator.git
Working copy of https://github.com/jordanbaird/HashGenerator.git resolved at 0.0.2
warning: '.resolve-product-dependencies': dependency 'hashgenerator' 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.2.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/4] Compiling HashGenerator HashGenerator.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HashGenerator/HashGenerator.swift:259:29: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
return hash(Data(bytes: &value, count: MemoryLayout<T>.size))
^
[4/4] Emitting module HashGenerator
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HashGenerator/HashGenerator.swift:259:29: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
return hash(Data(bytes: &value, count: MemoryLayout<T>.size))
^
Build complete! (9.28s)
Build complete.
Done.