The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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/TDmZkXJm/1/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/nalexn/ViewInspector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/110] Emitting module ViewInspector
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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 }
        ^
[2/125] Compiling ViewInspector EquatableView.swift
[3/125] Compiling ViewInspector ForEach.swift
[4/125] Compiling ViewInspector Form.swift
[5/125] Compiling ViewInspector GeometryReader.swift
[6/125] Compiling ViewInspector Gesture.swift
[7/125] Compiling ViewInspector Grid.swift
[8/125] Compiling ViewInspector Group.swift
[9/125] Compiling ViewInspector GroupBox.swift
[10/125] Compiling ViewInspector HSplitView.swift
[11/125] Compiling ViewInspector HStack.swift
[12/125] Compiling ViewInspector HelpView.swift
[13/125] Compiling ViewInspector IDView.swift
[14/125] Compiling ViewInspector Image.swift
[15/125] Compiling ViewInspector Label.swift
[16/125] Compiling ViewInspector LabeledContent.swift
[17/125] Compiling ViewInspector LazyHGrid.swift
[18/125] Compiling ViewInspector NavigationStack.swift
[19/125] Compiling ViewInspector NavigationView.swift
[20/125] Compiling ViewInspector OptionalContent.swift
[21/125] Compiling ViewInspector OutlineGroup.swift
[22/125] Compiling ViewInspector Overlay.swift
[23/125] Compiling ViewInspector PasteButton.swift
[24/125] Compiling ViewInspector Picker.swift
[25/125] Compiling ViewInspector Popover.swift
[26/125] Compiling ViewInspector PopoverContent.swift
[27/125] Compiling ViewInspector ProgressView.swift
[28/125] Compiling ViewInspector RadialGradient.swift
[29/125] Compiling ViewInspector SafeAreaInset.swift
[30/125] Compiling ViewInspector ScrollView.swift
[31/125] Compiling ViewInspector ScrollViewReader.swift
[32/125] Compiling ViewInspector Section.swift
[33/125] Compiling ViewInspector BaseTypes.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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 }
        ^
[34/125] Compiling ViewInspector ContentExtraction.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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 }
        ^
[35/125] Compiling ViewInspector EnvironmentInjection.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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 }
        ^
[36/125] Compiling ViewInspector InspectableView+RandomAccessCollection.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector InspectableView.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector InspectionEmissary.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector Inspector.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector LazyGroup.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector LockExtensions.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector AccessibilityModifiers.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector AnimationModifiers.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector ConfigurationModifiers.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector CustomStyleModifiers.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector EnvironmentModifiers.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector EventsModifiers.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector GestureModifiers.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/125] Compiling ViewInspector Canvas.swift
[50/125] Compiling ViewInspector ClassifiedView.swift
[51/125] Compiling ViewInspector Color.swift
[52/125] Compiling ViewInspector ColorPicker.swift
[53/125] Compiling ViewInspector ConditionalContent.swift
[54/125] Compiling ViewInspector ConfirmationDialog.swift
[55/125] Compiling ViewInspector ControlGroup.swift
[56/125] Compiling ViewInspector CustomView.swift
[57/125] Compiling ViewInspector CustomViewModifier.swift
[58/125] Compiling ViewInspector DatePicker.swift
[59/125] Compiling ViewInspector DelayedPreferenceView.swift
[60/125] Compiling ViewInspector DisclosureGroup.swift
[61/125] Compiling ViewInspector Divider.swift
[62/125] Compiling ViewInspector EditButton.swift
[63/125] Compiling ViewInspector EllipticalGradient.swift
[64/125] Compiling ViewInspector EmptyView.swift
[65/125] Compiling ViewInspector InteractionModifiers.swift
[66/125] Compiling ViewInspector NavigationBarModifiers.swift
[67/125] Compiling ViewInspector PositioningModifiers.swift
[68/125] Compiling ViewInspector PreviewModifiers.swift
[69/125] Compiling ViewInspector SizingModifiers.swift
[70/125] Compiling ViewInspector TextInputModifiers.swift
[71/125] Compiling ViewInspector TransformingModifiers.swift
[72/125] Compiling ViewInspector TransitiveModifiers.swift
[73/125] Compiling ViewInspector VisualEffectModifiers.swift
[74/125] Compiling ViewInspector PopupPresenter.swift
[75/125] Compiling ViewInspector ActionSheet.swift
[76/125] Compiling ViewInspector Alert.swift
[77/125] Compiling ViewInspector AngularGradient.swift
[78/125] Compiling ViewInspector AnyView.swift
[79/125] Compiling ViewInspector AsyncImage.swift
[80/125] Compiling ViewInspector Button.swift
[81/125] Compiling ViewInspector LazyHStack.swift
[82/125] Compiling ViewInspector LazyVGrid.swift
[83/125] Compiling ViewInspector LazyVStack.swift
[84/125] Compiling ViewInspector LinearGradient.swift
[85/125] Compiling ViewInspector Link.swift
[86/125] Compiling ViewInspector List.swift
[87/125] Compiling ViewInspector LocationButton.swift
[88/125] Compiling ViewInspector Map.swift
[89/125] Compiling ViewInspector MapAnnotation.swift
[90/125] Compiling ViewInspector Menu.swift
[91/125] Compiling ViewInspector MenuButton.swift
[92/125] Compiling ViewInspector MultiDatePicker.swift
[93/125] Compiling ViewInspector NavigationDestination.swift
[94/125] Compiling ViewInspector NavigationLink.swift
[95/125] Compiling ViewInspector NavigationSplitView.swift
[96/125] Compiling ViewInspector SecureField.swift
[97/125] Compiling ViewInspector Shape.swift
[98/125] Compiling ViewInspector ShareLink.swift
[99/125] Compiling ViewInspector Sheet.swift
[100/125] Compiling ViewInspector SignInWithAppleButton.swift
[101/125] Compiling ViewInspector Slider.swift
[102/125] Compiling ViewInspector Spacer.swift
[103/125] Compiling ViewInspector Stepper.swift
[104/125] Compiling ViewInspector StyleConfiguration.swift
[105/125] Compiling ViewInspector SubscriptionView.swift
[106/125] Compiling ViewInspector TabView.swift
[107/125] Compiling ViewInspector Text.swift
[108/125] Compiling ViewInspector TextAttributes.swift
[109/125] Compiling ViewInspector TextEditor.swift
[110/125] Compiling ViewInspector TextField.swift
[111/125] Compiling ViewInspector TimelineView.swift
[112/125] Compiling ViewInspector Toggle.swift
[113/125] Compiling ViewInspector Toolbar.swift
[114/125] Compiling ViewInspector TouchBar.swift
[115/125] Compiling ViewInspector TreeView.swift
[116/125] Compiling ViewInspector TupleView.swift
[117/125] Compiling ViewInspector UnaryViewAdaptor.swift
[118/125] Compiling ViewInspector VSplitView.swift
[119/125] Compiling ViewInspector VStack.swift
[120/125] Compiling ViewInspector VideoPlayer.swift
[121/125] Compiling ViewInspector ViewThatFits.swift
[122/125] Compiling ViewInspector ZStack.swift
[123/125] Compiling ViewInspector ViewHosting.swift
[124/125] Compiling ViewInspector ViewSearch.swift
[125/125] Compiling ViewInspector ViewSearchIndex.swift
Build complete! (34.23s)
Build complete.
Done.