Build Information
Successful build of LazyContainers 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/RougeWare/Swift-Lazy-Containers.git
Reference: production
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Lazy-Containers
* branch production -> FETCH_HEAD
* [new branch] production -> origin/production
HEAD is now at 360a35c Merge pull request #37 from RougeWare/feature/Autoconformance
Cloned https://github.com/RougeWare/Swift-Lazy-Containers.git
Revision (git rev-parse @):
360a35c98992fc53739e884fb0c48e988710fa92
SUCCESS checkout https://github.com/RougeWare/Swift-Lazy-Containers.git at production
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/RougeWare/Swift-Lazy-Containers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--423B1241ED78D482.txt
[3/9] Emitting module LazyContainers
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:408:30: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
private final class Guts<Value> {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:347:30: note: 'Value' previously declared here
public struct FunctionalLazy<Value>: LazyContainer {
^
[4/9] Compiling LazyContainers LazyContainer + Equatable.swift
[5/9] Compiling LazyContainers LazyContainer + Hashable.swift
[6/9] Compiling LazyContainers LazyContainers.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:408:30: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
private final class Guts<Value> {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:347:30: note: 'Value' previously declared here
public struct FunctionalLazy<Value>: LazyContainer {
^
[7/9] Compiling LazyContainers LazyContainer + Codable.swift
[7/9] Write Objects.LinkFileList
[8/9] Linking libLazyContainers_dynamic.dylib
Build complete! (6.10s)
Build complete.
Done.