Build Information
Successful build of Forever with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jiachenyee/Forever.git
Reference: 1.1.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jiachenyee/Forever
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 90274e8 Update README.md
Cloned https://github.com/jiachenyee/Forever.git
Revision (git rev-parse @):
90274e87842722d9b79e61431cbbef1c418944b6
SUCCESS checkout https://github.com/jiachenyee/Forever.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/jiachenyee/Forever.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/6] Compiling Forever Forever+Combine.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Forever/Forever+Combine.swift:19:26: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
class CombineAdapter<Value: Codable> {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Forever/Forever.swift:14:40: note: 'Value' previously declared here
@propertyWrapper public struct Forever<Value: Codable>: DynamicProperty {
^
[4/6] Compiling Forever Forever+Persistence.swift
[5/6] Emitting module Forever
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Forever/Forever+Combine.swift:19:26: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
class CombineAdapter<Value: Codable> {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Forever/Forever.swift:14:40: note: 'Value' previously declared here
@propertyWrapper public struct Forever<Value: Codable>: DynamicProperty {
^
[6/6] Compiling Forever Forever.swift
Build complete! (5.25s)
Build complete.
Done.