The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftUILazyContainer, reference main (060287), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 12:24:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ciaranrobrien/SwiftUILazyContainer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ciaranrobrien/SwiftUILazyContainer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 060287b Updated documentation
Cloned https://github.com/ciaranrobrien/SwiftUILazyContainer.git
Revision (git rev-parse @):
060287b6c9ae6fdb7fc41d5965b4b0df834fb3e7
SUCCESS checkout https://github.com/ciaranrobrien/SwiftUILazyContainer.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ciaranrobrien/SwiftUILazyContainer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/26] Emitting module SwiftUILazyContainer
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/API/LazyLineSize.swift:53:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 |
52 |
53 | extension [LazyLineSize]: ExpressibleByIntegerLiteral {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |
55 |     /// Multiple lines in the space of a single flexible line.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/Internal/Extensions.swift:11:1: warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'Animatable', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  9 | import enum Accelerate.vDSP
 10 |
 11 | extension Array<Double>: AdditiveArithmetic, Animatable, VectorArithmetic {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'Animatable', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |     public static var zero: Self = [.zero]
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/Internal/Extensions.swift:44:1: warning: extension declares a conformance of imported type 'Double' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 42 |
 43 |
 44 | extension Double: Animatable { }
    | |- warning: extension declares a conformance of imported type 'Double' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 45 |
 46 |
[4/28] Compiling SwiftUILazyContainer LazyStackModifier.swift
[5/28] Compiling SwiftUILazyContainer VisibleElement.swift
[6/28] Compiling SwiftUILazyContainer LazyMasonry.swift
[7/28] Compiling SwiftUILazyContainer LazyVMasonry.swift
[8/28] Compiling SwiftUILazyContainer AltLazyHStack.swift
[9/28] Compiling SwiftUILazyContainer AltLazyVStack.swift
[10/28] Compiling SwiftUILazyContainer LazyStack.swift
[11/28] Compiling SwiftUILazyContainer LazySubviewSize.swift
[12/28] Compiling SwiftUILazyContainer LengthReader.swift
[13/28] Compiling SwiftUILazyContainer LazyMasonryLayout.swift
[14/28] Compiling SwiftUILazyContainer LazyMasonryModifier.swift
[15/28] Compiling SwiftUILazyContainer LazyStackLayout.swift
[16/28] Compiling SwiftUILazyContainer LazyContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/API/LazyLineSize.swift:53:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 |
52 |
53 | extension [LazyLineSize]: ExpressibleByIntegerLiteral {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |
55 |     /// Multiple lines in the space of a single flexible line.
[17/28] Compiling SwiftUILazyContainer LazyLineSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/API/LazyLineSize.swift:53:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 |
52 |
53 | extension [LazyLineSize]: ExpressibleByIntegerLiteral {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |
55 |     /// Multiple lines in the space of a single flexible line.
[18/28] Compiling SwiftUILazyContainer LazyHMasonry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/API/LazyLineSize.swift:53:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
51 |
52 |
53 | extension [LazyLineSize]: ExpressibleByIntegerLiteral {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |
55 |     /// Multiple lines in the space of a single flexible line.
[19/28] Compiling SwiftUILazyContainer LazyContainerModifier.swift
[20/28] Compiling SwiftUILazyContainer LazySubviewSizeProvider.swift
[21/28] Compiling SwiftUILazyContainer LazySubviewTemplate.swift
[22/28] Compiling SwiftUILazyContainer ResolvedLazySubviewSize.swift
[23/28] Compiling SwiftUILazyContainer ExampleA.swift
[24/28] Compiling SwiftUILazyContainer ExampleB.swift
[25/28] Compiling SwiftUILazyContainer ExampleC.swift
[26/28] Compiling SwiftUILazyContainer ExampleD.swift
[27/28] Compiling SwiftUILazyContainer AnimatableEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/Internal/Extensions.swift:11:1: warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'Animatable', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  9 | import enum Accelerate.vDSP
 10 |
 11 | extension Array<Double>: AdditiveArithmetic, Animatable, VectorArithmetic {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'Animatable', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |     public static var zero: Self = [.zero]
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/Internal/Extensions.swift:44:1: warning: extension declares a conformance of imported type 'Double' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 42 |
 43 |
 44 | extension Double: Animatable { }
    | |- warning: extension declares a conformance of imported type 'Double' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 45 |
 46 |
[28/28] Compiling SwiftUILazyContainer Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/Internal/Extensions.swift:11:1: warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'Animatable', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  9 | import enum Accelerate.vDSP
 10 |
 11 | extension Array<Double>: AdditiveArithmetic, Animatable, VectorArithmetic {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'Animatable', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |     public static var zero: Self = [.zero]
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUILazyContainer/Internal/Extensions.swift:44:1: warning: extension declares a conformance of imported type 'Double' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 42 |
 43 |
 44 | extension Double: Animatable { }
    | |- warning: extension declares a conformance of imported type 'Double' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 45 |
 46 |
Build complete! (11.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUILazyContainer",
  "name" : "SwiftUILazyContainer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUILazyContainer",
      "targets" : [
        "SwiftUILazyContainer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUILazyContainer",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUILazyContainer",
      "path" : "Sources/SwiftUILazyContainer",
      "product_memberships" : [
        "SwiftUILazyContainer"
      ],
      "sources" : [
        "API/LazyContainer.swift",
        "API/LazyLineSize.swift",
        "API/LazyMasonry/LazyHMasonry.swift",
        "API/LazyMasonry/LazyMasonry.swift",
        "API/LazyMasonry/LazyVMasonry.swift",
        "API/LazyStack/AltLazyHStack.swift",
        "API/LazyStack/AltLazyVStack.swift",
        "API/LazyStack/LazyStack.swift",
        "API/LazySubviewSize.swift",
        "API/LazySubviewTemplate.swift",
        "API/ResolvedLazySubviewSize.swift",
        "Examples/ExampleA.swift",
        "Examples/ExampleB.swift",
        "Examples/ExampleC.swift",
        "Examples/ExampleD.swift",
        "Internal/AnimatableEnvironment.swift",
        "Internal/Extensions.swift",
        "Internal/LazyContainerModifier.swift",
        "Internal/LazySubviewSizeProvider.swift",
        "Internal/LengthReader.swift",
        "Internal/Masonry/LazyMasonryLayout.swift",
        "Internal/Masonry/LazyMasonryModifier.swift",
        "Internal/Stack/LazyStackLayout.swift",
        "Internal/Stack/LazyStackModifier.swift",
        "Internal/VisibleElement.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.