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 (7694c3), with Swift 6.2 for macOS (SPM) on 7 Nov 2025 18:05:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 7694c34 Update README.md
Cloned https://github.com/ciaranrobrien/SwiftUILazyContainer.git
Revision (git rev-parse @):
7694c342c8745c4dcfc5ac6eb7ee162d23eeda1d
SUCCESS checkout https://github.com/ciaranrobrien/SwiftUILazyContainer.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftuilazycontainer",
      "name": "SwiftUILazyContainer",
      "url": "https://github.com/ciaranrobrien/SwiftUILazyContainer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUILazyContainer",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ciaranrobrien/SwiftUILazyContainer.git
[1/198] Fetching swiftuilazycontainer
Fetched https://github.com/ciaranrobrien/SwiftUILazyContainer.git from cache (0.70s)
Creating working copy for https://github.com/ciaranrobrien/SwiftUILazyContainer.git
Working copy of https://github.com/ciaranrobrien/SwiftUILazyContainer.git resolved at main (7694c34)
warning: '.resolve-product-dependencies': dependency 'swiftuilazycontainer' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.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 ExampleB.swift
[7/28] Compiling SwiftUILazyContainer ExampleC.swift
[8/28] Compiling SwiftUILazyContainer ExampleD.swift
[9/28] Compiling SwiftUILazyContainer LazyContainerModifier.swift
[10/28] Compiling SwiftUILazyContainer LazySubviewSizeProvider.swift
[11/28] Compiling SwiftUILazyContainer AltLazyVStack.swift
[12/28] Compiling SwiftUILazyContainer LazyStack.swift
[13/28] Compiling SwiftUILazyContainer LazySubviewSize.swift
[14/28] Compiling SwiftUILazyContainer LengthReader.swift
[15/28] Compiling SwiftUILazyContainer LazyMasonryLayout.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 LazyMasonryModifier.swift
[20/28] Compiling SwiftUILazyContainer LazyStackLayout.swift
[21/28] Compiling SwiftUILazyContainer LazyMasonry.swift
[22/28] Compiling SwiftUILazyContainer LazyVMasonry.swift
[23/28] Compiling SwiftUILazyContainer AltLazyHStack.swift
[24/28] Compiling SwiftUILazyContainer LazySubviewTemplate.swift
[25/28] Compiling SwiftUILazyContainer ResolvedLazySubviewSize.swift
[26/28] Compiling SwiftUILazyContainer ExampleA.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.01s)
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.