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 InfinityScrollKit, reference main (71c024), with Swift 6.1 for macOS (SPM) on 6 May 2025 21:35:34 UTC.

Swift 6 data race errors: 5

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PierreJanineh-com/InfinityScrollKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PierreJanineh-com/InfinityScrollKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 71c0244 Merge pull request #37 from PierreJanineh-com/1.0.6
Cloned https://github.com/PierreJanineh-com/InfinityScrollKit.git
Revision (git rev-parse @):
71c02447155413890bf22d11c484ea914efb2e76
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/PierreJanineh-com/InfinityScrollKit.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.24s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "infinityscrollkit",
      "name": "InfinityScrollKit",
      "url": "https://github.com/PierreJanineh-com/InfinityScrollKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/InfinityScrollKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PierreJanineh-com/InfinityScrollKit.git
[1/400] Fetching infinityscrollkit
Fetched https://github.com/PierreJanineh-com/InfinityScrollKit.git from cache (0.68s)
Creating working copy for https://github.com/PierreJanineh-com/InfinityScrollKit.git
Working copy of https://github.com/PierreJanineh-com/InfinityScrollKit.git resolved at main (71c0244)
warning: '.resolve-product-dependencies': dependency 'infinityscrollkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PierreJanineh-com/InfinityScrollKit.git
https://github.com/PierreJanineh-com/InfinityScrollKit.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "InfinityScrollKit",
  "name" : "InfinityScrollKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "InfinityScrollKit",
      "targets" : [
        "InfinityScrollKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InfinityScrollKitTests",
      "module_type" : "SwiftTarget",
      "name" : "InfinityScrollKitTests",
      "path" : "Tests/InfinityScrollKitTests",
      "sources" : [
        "InfinityScrollKitTests.swift"
      ],
      "target_dependencies" : [
        "InfinityScrollKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfinityScrollKit",
      "module_type" : "SwiftTarget",
      "name" : "InfinityScrollKit",
      "path" : "Sources/InfinityScrollKit",
      "product_memberships" : [
        "InfinityScrollKit"
      ],
      "sources" : [
        "EmptyArrayView.swift",
        "Extensions/OnRefresh+View.swift",
        "InfinityScrollKit.swift",
        "LastCellView.swift",
        "LazyDStack.swift",
        "NSInfiniteScrollView.swift",
        "Options.swift",
        "UIInfiniteScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/13] Compiling InfinityScrollKit UIInfiniteScrollView.swift
[6/13] Compiling InfinityScrollKit Options.swift
[7/13] Compiling InfinityScrollKit LazyDStack.swift
[8/13] Compiling InfinityScrollKit OnRefresh+View.swift
[9/13] Emitting module InfinityScrollKit
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:112:16: warning: main actor-isolated property 'items' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
 53 |
 54 | 	/// The current array of items.
 55 | 	public private(set) var items: [Item]
    |                          `- note: property declared here
 56 |
 57 | 	/// Options for configuring the scroll view behavior.
    :
110 | 	private lazy var arr: Binding<[Item]> = {
111 | 		.init(
112 | 			get: { self.items },
    |                `- warning: main actor-isolated property 'items' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
113 | 			set: { self.items = $0 }
114 | 		)
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:113:16: warning: main actor-isolated property 'items' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 53 |
 54 | 	/// The current array of items.
 55 | 	public private(set) var items: [Item]
    |                          `- note: mutation of this property is only permitted within the actor
 56 |
 57 | 	/// Options for configuring the scroll view behavior.
    :
111 | 		.init(
112 | 			get: { self.items },
113 | 			set: { self.items = $0 }
    |                `- warning: main actor-isolated property 'items' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
114 | 		)
115 | 	}()
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:127:14: warning: converting function value of type '@MainActor @Sendable (Item, IndexPath.Index) -> NSWrapperView' (aka '@MainActor @Sendable (Item, Int) -> NSWrapperView') to '(Item, IndexPath.Index) -> NSWrapperView' (aka '(Item, Int) -> NSWrapperView') loses global actor 'MainActor'; this is an error in the Swift 6 language mode
125 | 			options: options,
126 | 			onLoadingChanged: delegate?.onLoadingChanged,
127 | 			cellView: CellView,
    |              `- warning: converting function value of type '@MainActor @Sendable (Item, IndexPath.Index) -> NSWrapperView' (aka '@MainActor @Sendable (Item, Int) -> NSWrapperView') to '(Item, IndexPath.Index) -> NSWrapperView' (aka '(Item, Int) -> NSWrapperView') loses global actor 'MainActor'; this is an error in the Swift 6 language mode
128 | 			lastCellView: LastCellView,
129 | 			emptyArrView: EmptyArrView
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:128:18: warning: converting function value of type '@MainActor @Sendable () -> NSWrapperView' to '() -> NSWrapperView' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
126 | 			onLoadingChanged: delegate?.onLoadingChanged,
127 | 			cellView: CellView,
128 | 			lastCellView: LastCellView,
    |                  `- warning: converting function value of type '@MainActor @Sendable () -> NSWrapperView' to '() -> NSWrapperView' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
129 | 			emptyArrView: EmptyArrView
130 | 		)
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:129:18: warning: converting function value of type '@MainActor @Sendable () -> NSWrapperView' to '() -> NSWrapperView' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
127 | 			cellView: CellView,
128 | 			lastCellView: LastCellView,
129 | 			emptyArrView: EmptyArrView
    |                  `- warning: converting function value of type '@MainActor @Sendable () -> NSWrapperView' to '() -> NSWrapperView' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
130 | 		)
131 | 		return NSHostingController(rootView: view)
[10/13] Compiling InfinityScrollKit LastCellView.swift
[11/13] Compiling InfinityScrollKit EmptyArrayView.swift
[12/13] Compiling InfinityScrollKit InfinityScrollKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:114:17: warning: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
112 |         .onRefresh {
113 |             if let refreshed = await options.paginationOptions?.onRefresh?() {
114 |                 updateArr(refreshed)
    |                 |- warning: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
    |                 `- note: calls to instance method 'updateArr' from outside of its actor context are implicitly asynchronous
115 |             } else if let _ = options.paginationOptions?.onRefresh {
116 |                 updateArr()
    :
119 |     }
120 |
121 |     private func updateArr(_ newItems: [T] = []) {
    |                  `- note: main actor isolation inferred from conformance to protocol 'View'
122 | 		self.arr = newItems
123 |     }
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:116:17: warning: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
114 |                 updateArr(refreshed)
115 |             } else if let _ = options.paginationOptions?.onRefresh {
116 |                 updateArr()
    |                 |- warning: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
    |                 `- note: calls to instance method 'updateArr' from outside of its actor context are implicitly asynchronous
117 |             }
118 |         }
119 |     }
120 |
121 |     private func updateArr(_ newItems: [T] = []) {
    |                  `- note: main actor isolation inferred from conformance to protocol 'View'
122 | 		self.arr = newItems
123 |     }
[13/13] Compiling InfinityScrollKit NSInfiniteScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:112:16: warning: main actor-isolated property 'items' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
 53 |
 54 | 	/// The current array of items.
 55 | 	public private(set) var items: [Item]
    |                          `- note: property declared here
 56 |
 57 | 	/// Options for configuring the scroll view behavior.
    :
110 | 	private lazy var arr: Binding<[Item]> = {
111 | 		.init(
112 | 			get: { self.items },
    |                `- warning: main actor-isolated property 'items' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
113 | 			set: { self.items = $0 }
114 | 		)
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:113:16: warning: main actor-isolated property 'items' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 53 |
 54 | 	/// The current array of items.
 55 | 	public private(set) var items: [Item]
    |                          `- note: mutation of this property is only permitted within the actor
 56 |
 57 | 	/// Options for configuring the scroll view behavior.
    :
111 | 		.init(
112 | 			get: { self.items },
113 | 			set: { self.items = $0 }
    |                `- warning: main actor-isolated property 'items' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
114 | 		)
115 | 	}()
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:127:14: warning: converting function value of type '@MainActor @Sendable (Item, IndexPath.Index) -> NSWrapperView' (aka '@MainActor @Sendable (Item, Int) -> NSWrapperView') to '(Item, IndexPath.Index) -> NSWrapperView' (aka '(Item, Int) -> NSWrapperView') loses global actor 'MainActor'; this is an error in the Swift 6 language mode
125 | 			options: options,
126 | 			onLoadingChanged: delegate?.onLoadingChanged,
127 | 			cellView: CellView,
    |              `- warning: converting function value of type '@MainActor @Sendable (Item, IndexPath.Index) -> NSWrapperView' (aka '@MainActor @Sendable (Item, Int) -> NSWrapperView') to '(Item, IndexPath.Index) -> NSWrapperView' (aka '(Item, Int) -> NSWrapperView') loses global actor 'MainActor'; this is an error in the Swift 6 language mode
128 | 			lastCellView: LastCellView,
129 | 			emptyArrView: EmptyArrView
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:128:18: warning: converting function value of type '@MainActor @Sendable () -> NSWrapperView' to '() -> NSWrapperView' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
126 | 			onLoadingChanged: delegate?.onLoadingChanged,
127 | 			cellView: CellView,
128 | 			lastCellView: LastCellView,
    |                  `- warning: converting function value of type '@MainActor @Sendable () -> NSWrapperView' to '() -> NSWrapperView' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
129 | 			emptyArrView: EmptyArrView
130 | 		)
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:129:18: warning: converting function value of type '@MainActor @Sendable () -> NSWrapperView' to '() -> NSWrapperView' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
127 | 			cellView: CellView,
128 | 			lastCellView: LastCellView,
129 | 			emptyArrView: EmptyArrView
    |                  `- warning: converting function value of type '@MainActor @Sendable () -> NSWrapperView' to '() -> NSWrapperView' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
130 | 		)
131 | 		return NSHostingController(rootView: view)
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:166:21: warning: call to main actor-isolated instance method 'removeFromParent()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
164 |
165 | 	deinit {
166 | 		hostingController.removeFromParent()
    |                     `- warning: call to main actor-isolated instance method 'removeFromParent()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
167 | 		hostingController.view.removeFromSuperview()
168 | 	}
AppKit.NSViewController.removeFromParent:3:24: note: calls to instance method 'removeFromParent()' from outside of its actor context are implicitly asynchronous
1 | class NSViewController {
2 | @available(macOS 10.10, *)
3 |   @MainActor open func removeFromParent()}
  |                        |- note: calls to instance method 'removeFromParent()' from outside of its actor context are implicitly asynchronous
  |                        `- note: main actor isolation inferred from inheritance from class 'NSResponder'
4 |
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:166:3: warning: main actor-isolated property 'hostingController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
115 | 	}()
116 |
117 | 	private lazy var hostingController: NSHostingController<InfiniteScrollView<
    |                   `- note: property declared here
118 | 		Item,
119 | 		NSWrapperView,
    :
164 |
165 | 	deinit {
166 | 		hostingController.removeFromParent()
    |   `- warning: main actor-isolated property 'hostingController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
167 | 		hostingController.view.removeFromSuperview()
168 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:167:26: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
165 | 	deinit {
166 | 		hostingController.removeFromParent()
167 | 		hostingController.view.removeFromSuperview()
    |                          `- warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
168 | 	}
169 | }
AppKit.NSView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
1 | class NSView {
2 | @MainActor open func removeFromSuperview()}
  |                      |- note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
  |                      `- note: main actor isolation inferred from inheritance from class 'NSResponder'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:167:21: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
165 | 	deinit {
166 | 		hostingController.removeFromParent()
167 | 		hostingController.view.removeFromSuperview()
    |                     `- warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
168 | 	}
169 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:78:37: note: property declared here
 76 | /* The default implementation of the getter first invokes [self loadView] if the view hasn't been set yet. After -loadView is called, -viewDidLoad will be called. The setter can be used to assign a view that's created in a different manner than what -view's default implementation would do.
 77 | */
 78 | @property (strong) IBOutlet NSView *view;
    |                                     `- note: property declared here
 79 |
 80 | /* Returns the view controller's view, or nil if the view has not been loaded.
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/NSInfiniteScrollView.swift:167:3: warning: main actor-isolated property 'hostingController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
115 | 	}()
116 |
117 | 	private lazy var hostingController: NSHostingController<InfiniteScrollView<
    |                   `- note: property declared here
118 | 		Item,
119 | 		NSWrapperView,
    :
165 | 	deinit {
166 | 		hostingController.removeFromParent()
167 | 		hostingController.view.removeFromSuperview()
    |   `- warning: main actor-isolated property 'hostingController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
168 | 	}
169 | }
Build complete! (19.40s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "InfinityScrollKit",
  "name" : "InfinityScrollKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "InfinityScrollKit",
      "targets" : [
        "InfinityScrollKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InfinityScrollKitTests",
      "module_type" : "SwiftTarget",
      "name" : "InfinityScrollKitTests",
      "path" : "Tests/InfinityScrollKitTests",
      "sources" : [
        "InfinityScrollKitTests.swift"
      ],
      "target_dependencies" : [
        "InfinityScrollKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfinityScrollKit",
      "module_type" : "SwiftTarget",
      "name" : "InfinityScrollKit",
      "path" : "Sources/InfinityScrollKit",
      "product_memberships" : [
        "InfinityScrollKit"
      ],
      "sources" : [
        "EmptyArrayView.swift",
        "Extensions/OnRefresh+View.swift",
        "InfinityScrollKit.swift",
        "LastCellView.swift",
        "LazyDStack.swift",
        "NSInfiniteScrollView.swift",
        "Options.swift",
        "UIInfiniteScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/pierrejanineh-com/infinityscrollkit/main
Repository:               PierreJanineh-com/InfinityScrollKit
Swift version used:       6.1
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Target:                   InfinityScrollKit
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'InfinityScrollKit'...
Finished extracting symbol information for 'InfinityScrollKit'. (5.99s)
Building documentation for 'InfinityScrollKit'...
Finished building documentation for 'InfinityScrollKit' (0.60s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/pierrejanineh-com/infinityscrollkit/main
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/57] Compiling Snippets Snippet.swift
[12/57] Emitting module Snippets
[13/57] Compiling Snippets SnippetParser.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit Symbol.swift
[25/57] Compiling SymbolKit SymbolKind.swift
[26/57] Compiling SymbolKit SymbolGraph.swift
[27/57] Compiling SymbolKit GraphCollector.swift
[28/57] Compiling SymbolKit Identifier.swift
[29/57] Compiling SymbolKit KindIdentifier.swift
[30/57] Compiling SymbolKit Location.swift
[31/57] Compiling SymbolKit Mutability.swift
[32/57] Compiling SymbolKit Relationship.swift
[33/57] Compiling SymbolKit RelationshipKind.swift
[34/57] Compiling SymbolKit SourceOrigin.swift
[35/57] Compiling SymbolKit GenericConstraints.swift
[36/57] Compiling SymbolKit Swift.swift
[37/57] Compiling SymbolKit Names.swift
[38/57] Compiling SymbolKit SPI.swift
[39/57] Compiling SymbolKit Snippet.swift
[40/57] Compiling SymbolKit Extension.swift
[41/57] Compiling SymbolKit GenericConstraint.swift
[42/57] Compiling SymbolKit GenericParameter.swift
[43/57] Compiling SymbolKit Generics.swift
[44/57] Compiling SymbolKit Namespace.swift
[45/57] Emitting module SymbolKit
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.19s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] Compiling InfinityScrollKit Options.swift
[3/10] Compiling InfinityScrollKit UIInfiniteScrollView.swift
[4/10] Compiling InfinityScrollKit LazyDStack.swift
[5/10] Compiling InfinityScrollKit NSInfiniteScrollView.swift
[6/10] Compiling InfinityScrollKit LastCellView.swift
[7/10] Compiling InfinityScrollKit EmptyArrayView.swift
[8/10] Emitting module InfinityScrollKit
[9/10] Compiling InfinityScrollKit OnRefresh+View.swift
[10/10] Compiling InfinityScrollKit InfinityScrollKit.swift
Build of target: 'InfinityScrollKit' complete! (1.88s)
    1520
12	/Users/admin/builder/spi-builder-workspace/.docs/pierrejanineh-com/infinityscrollkit/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/pierrejanineh-com/infinityscrollkit/main
File count: 1520
Doc size:   12.0MB
Preparing doc bundle ...
Uploading prod-pierrejanineh-com-infinityscrollkit-main-16791d8e.zip to s3://spi-docs-inbox/prod-pierrejanineh-com-infinityscrollkit-main-16791d8e.zip
Copying... [12%]
Copying... [20%]
Copying... [32%]
Copying... [40%]
Copying... [52%]
Copying... [61%]
Copying... [72%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.