The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ViewInspector with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.36.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nalexn/ViewInspector.git
Reference: 0.10.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nalexn/ViewInspector
 * branch            0.10.0     -> FETCH_HEAD
 * [new branch]      0.10.0     -> origin/0.10.0
HEAD is now at 3f4f98d Merge branch 'release-0.9.11' into 0.10.0
Cloned https://github.com/nalexn/ViewInspector.git
Revision (git rev-parse @):
3f4f98dcff79ffd1eb530197f341c715595111b1
SUCCESS checkout https://github.com/nalexn/ViewInspector.git at 0.10.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "viewinspector",
      "name": "ViewInspector",
      "url": "https://github.com/nalexn/ViewInspector.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ViewInspector",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nalexn/ViewInspector.git from cache
Fetched https://github.com/nalexn/ViewInspector.git from cache (0.26s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.0 (3f4f98d)
warning: '.resolve-product-dependencies': dependency 'viewinspector' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nalexn/ViewInspector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/112] Emitting module ViewInspector
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[4/127] Compiling ViewInspector EquatableView.swift
[5/127] Compiling ViewInspector ForEach.swift
[6/127] Compiling ViewInspector Form.swift
[7/127] Compiling ViewInspector GeometryReader.swift
[8/127] Compiling ViewInspector Gesture.swift
[9/127] Compiling ViewInspector Grid.swift
[10/127] Compiling ViewInspector Group.swift
[11/127] Compiling ViewInspector GroupBox.swift
[12/127] Compiling ViewInspector HSplitView.swift
[13/127] Compiling ViewInspector HStack.swift
[14/127] Compiling ViewInspector HelpView.swift
[15/127] Compiling ViewInspector IDView.swift
[16/127] Compiling ViewInspector Image.swift
[17/127] Compiling ViewInspector Label.swift
[18/127] Compiling ViewInspector LabeledContent.swift
[19/127] Compiling ViewInspector LazyHGrid.swift
[20/127] Compiling ViewInspector InteractionModifiers.swift
[21/127] Compiling ViewInspector NavigationBarModifiers.swift
[22/127] Compiling ViewInspector PositioningModifiers.swift
[23/127] Compiling ViewInspector PreviewModifiers.swift
[24/127] Compiling ViewInspector SizingModifiers.swift
[25/127] Compiling ViewInspector TextInputModifiers.swift
[26/127] Compiling ViewInspector TransformingModifiers.swift
[27/127] Compiling ViewInspector TransitiveModifiers.swift
[28/127] Compiling ViewInspector VisualEffectModifiers.swift
[29/127] Compiling ViewInspector PopupPresenter.swift
[30/127] Compiling ViewInspector ActionSheet.swift
[31/127] Compiling ViewInspector Alert.swift
[32/127] Compiling ViewInspector AngularGradient.swift
[33/127] Compiling ViewInspector AnyView.swift
[34/127] Compiling ViewInspector AsyncImage.swift
[35/127] Compiling ViewInspector Button.swift
[36/127] Compiling ViewInspector BaseTypes.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[37/127] Compiling ViewInspector ContentExtraction.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[38/127] Compiling ViewInspector EnvironmentInjection.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[39/127] Compiling ViewInspector InspectableView+RandomAccessCollection.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[40/127] Compiling ViewInspector InspectableView.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[41/127] Compiling ViewInspector InspectionEmissary.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[42/127] Compiling ViewInspector Inspector.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[43/127] Compiling ViewInspector LazyGroup.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[44/127] Compiling ViewInspector LockExtensions.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[45/127] Compiling ViewInspector AccessibilityModifiers.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[46/127] Compiling ViewInspector AnimationModifiers.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[47/127] Compiling ViewInspector ConfigurationModifiers.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[48/127] Compiling ViewInspector CustomStyleModifiers.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[49/127] Compiling ViewInspector EnvironmentModifiers.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[50/127] Compiling ViewInspector EventsModifiers.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[51/127] Compiling ViewInspector GestureModifiers.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: warning: main actor-isolated instance method 'next()' cannot be used to satisfy nonisolated protocol requirement
        mutating public func next() -> Element? {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:24:30: note: add 'nonisolated' to 'next()' to make this instance method not isolated to the actor
        mutating public func next() -> Element? {
                             ^
        nonisolated
Swift.IteratorProtocol:3:19: note: 'next()' declared here
    mutating func next() -> Self.Element?
                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: warning: main actor-isolated instance method 'makeIterator()' cannot be used to satisfy nonisolated protocol requirement
    public func makeIterator() -> Iterator {
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:33:17: note: add 'nonisolated' to 'makeIterator()' to make this instance method not isolated to the actor
    public func makeIterator() -> Iterator {
                ^
    nonisolated
Swift.Sequence:6:22: note: 'makeIterator()' declared here
    __consuming func makeIterator() -> Self.Iterator
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:40:16: warning: main actor-isolated property 'underestimatedCount' cannot be used to satisfy nonisolated protocol requirement
    public var underestimatedCount: Int {
               ^
Swift.Sequence:7:9: note: 'underestimatedCount' declared here
    var underestimatedCount: Int { get }
        ^
[52/127] Compiling ViewInspector NavigationStack.swift
[53/127] Compiling ViewInspector NavigationView.swift
[54/127] Compiling ViewInspector OptionalContent.swift
[55/127] Compiling ViewInspector OutlineGroup.swift
[56/127] Compiling ViewInspector Overlay.swift
[57/127] Compiling ViewInspector PasteButton.swift
[58/127] Compiling ViewInspector Picker.swift
[59/127] Compiling ViewInspector Popover.swift
[60/127] Compiling ViewInspector PopoverContent.swift
[61/127] Compiling ViewInspector ProgressView.swift
[62/127] Compiling ViewInspector RadialGradient.swift
[63/127] Compiling ViewInspector SafeAreaInset.swift
[64/127] Compiling ViewInspector ScrollView.swift
[65/127] Compiling ViewInspector ScrollViewReader.swift
[66/127] Compiling ViewInspector Section.swift
[67/127] Compiling ViewInspector LazyHStack.swift
[68/127] Compiling ViewInspector LazyVGrid.swift
[69/127] Compiling ViewInspector LazyVStack.swift
[70/127] Compiling ViewInspector LinearGradient.swift
[71/127] Compiling ViewInspector Link.swift
[72/127] Compiling ViewInspector List.swift
[73/127] Compiling ViewInspector LocationButton.swift
[74/127] Compiling ViewInspector Map.swift
[75/127] Compiling ViewInspector MapAnnotation.swift
[76/127] Compiling ViewInspector Menu.swift
[77/127] Compiling ViewInspector MenuButton.swift
[78/127] Compiling ViewInspector MultiDatePicker.swift
[79/127] Compiling ViewInspector NavigationDestination.swift
[80/127] Compiling ViewInspector NavigationLink.swift
[81/127] Compiling ViewInspector NavigationSplitView.swift
[82/127] Compiling ViewInspector Canvas.swift
[83/127] Compiling ViewInspector ClassifiedView.swift
[84/127] Compiling ViewInspector Color.swift
[85/127] Compiling ViewInspector ColorPicker.swift
[86/127] Compiling ViewInspector ConditionalContent.swift
[87/127] Compiling ViewInspector ConfirmationDialog.swift
[88/127] Compiling ViewInspector ControlGroup.swift
[89/127] Compiling ViewInspector CustomView.swift
[90/127] Compiling ViewInspector CustomViewModifier.swift
[91/127] Compiling ViewInspector DatePicker.swift
[92/127] Compiling ViewInspector DelayedPreferenceView.swift
[93/127] Compiling ViewInspector DisclosureGroup.swift
[94/127] Compiling ViewInspector Divider.swift
[95/127] Compiling ViewInspector EditButton.swift
[96/127] Compiling ViewInspector EllipticalGradient.swift
[97/127] Compiling ViewInspector EmptyView.swift
[98/127] Compiling ViewInspector SecureField.swift
[99/127] Compiling ViewInspector Shape.swift
[100/127] Compiling ViewInspector ShareLink.swift
[101/127] Compiling ViewInspector Sheet.swift
[102/127] Compiling ViewInspector SignInWithAppleButton.swift
[103/127] Compiling ViewInspector Slider.swift
[104/127] Compiling ViewInspector Spacer.swift
[105/127] Compiling ViewInspector Stepper.swift
[106/127] Compiling ViewInspector StyleConfiguration.swift
[107/127] Compiling ViewInspector SubscriptionView.swift
[108/127] Compiling ViewInspector TabView.swift
[109/127] Compiling ViewInspector Text.swift
[110/127] Compiling ViewInspector TextAttributes.swift
[111/127] Compiling ViewInspector TextEditor.swift
[112/127] Compiling ViewInspector TextField.swift
[113/127] Compiling ViewInspector TimelineView.swift
[114/127] Compiling ViewInspector Toggle.swift
[115/127] Compiling ViewInspector Toolbar.swift
[116/127] Compiling ViewInspector TouchBar.swift
[117/127] Compiling ViewInspector TreeView.swift
[118/127] Compiling ViewInspector TupleView.swift
[119/127] Compiling ViewInspector UnaryViewAdaptor.swift
[120/127] Compiling ViewInspector VSplitView.swift
[121/127] Compiling ViewInspector VStack.swift
[122/127] Compiling ViewInspector VideoPlayer.swift
[123/127] Compiling ViewInspector ViewThatFits.swift
[124/127] Compiling ViewInspector ZStack.swift
[125/127] Compiling ViewInspector ViewHosting.swift
[126/127] Compiling ViewInspector ViewSearch.swift
[127/127] Compiling ViewInspector ViewSearchIndex.swift
Build complete! (26.40s)
Build complete.
Done.

Build Machine: Mac 7