The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LazyContainers with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Lazy-Containers.git
Reference: 4.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Lazy-Containers
 * tag               4.1.0      -> FETCH_HEAD
HEAD is now at 360a35c Merge pull request #37 from RougeWare/feature/Autoconformance
Cloned https://github.com/RougeWare/Swift-Lazy-Containers.git into spi-builder-workspace
360a35c98992fc53739e884fb0c48e988710fa92
SUCCESS checkout https://github.com/RougeWare/Swift-Lazy-Containers.git at 4.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/6] Compiling LazyContainers LazyContainers.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:347:30: note: 'Value' previously declared here
public struct FunctionalLazy<Value>: LazyContainer {
                             ^
[2/6] Compiling LazyContainers LazyContainer + Hashable.swift
[3/6] Emitting module LazyContainers
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:347:30: note: 'Value' previously declared here
public struct FunctionalLazy<Value>: LazyContainer {
                             ^
[4/6] Compiling LazyContainers LazyContainer + Equatable.swift
[5/6] Compiling LazyContainers LazyContainer + Codable.swift
[5/6] Linking libLazyContainers_dynamic.dylib
Build complete! (4.25s)
Build complete.
Done.