Build Information
Successful build of ListPagination, reference master (9ba101
), with Swift 5.9 for macOS (SPM) on 26 Feb 2025 08:17:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/ListPagination.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-swift-dev/ListPagination
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9ba101d chore(example): added example app from separate repository
Cloned https://github.com/chris-swift-dev/ListPagination.git
Revision (git rev-parse @):
9ba101dde046605eb9281476971565113cf4b961
SUCCESS checkout https://github.com/chris-swift-dev/ListPagination.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/chris-swift-dev/ListPagination.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling ListPagination RandomAccessCollection+isLastItem.swift
[2/2] Emitting module ListPagination
Build complete! (9.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ListPagination",
"name" : "ListPagination",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ListPagination",
"targets" : [
"ListPagination"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ListPaginationTests",
"module_type" : "SwiftTarget",
"name" : "ListPaginationTests",
"path" : "Tests/ListPaginationTests",
"sources" : [
"ListPaginationTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ListPagination"
],
"type" : "test"
},
{
"c99name" : "ListPagination",
"module_type" : "SwiftTarget",
"name" : "ListPagination",
"path" : "Sources/ListPagination",
"product_memberships" : [
"ListPagination"
],
"sources" : [
"public/Extensions/RandomAccessCollection+isLastItem.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.