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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Lazy-Containers.git
Reference: production
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-lazy-containers",
      "name": "LazyContainers",
      "url": "https://github.com/RougeWare/Swift-Lazy-Containers.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Lazy-Containers",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RougeWare/Swift-Lazy-Containers.git
[1/346] Fetching swift-lazy-containers
Fetched https://github.com/RougeWare/Swift-Lazy-Containers.git (0.32s)
Creating working copy for https://github.com/RougeWare/Swift-Lazy-Containers.git
Working copy of https://github.com/RougeWare/Swift-Lazy-Containers.git resolved at production
warning: '.resolve-product-dependencies': dependency 'swift-lazy-containers' 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/6] Compiling LazyContainers LazyContainer + Codable.swift
[2/6] Emitting module LazyContainers
/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:347:30: note: 'Value' previously declared here
public struct FunctionalLazy<Value>: LazyContainer {
                             ^
[3/6] Compiling LazyContainers LazyContainer + Equatable.swift
[4/6] Compiling LazyContainers LazyContainers.swift
/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:347:30: note: 'Value' previously declared here
public struct FunctionalLazy<Value>: LazyContainer {
                             ^
[5/6] Compiling LazyContainers LazyContainer + Hashable.swift
[5/6] Linking libLazyContainers_dynamic.dylib
Build complete! (10.50s)
Build complete.
Done.