Build Information
Successful build of Pagination, reference 1.2.0 (b79abb), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 00:04:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grighakobian/swift-pagination.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/grighakobian/swift-pagination
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at b79abb1 feat: add examples project (#68)
Cloned https://github.com/grighakobian/swift-pagination.git
Revision (git rev-parse @):
b79abb1eceb5f0a8accf63ea9491bd5a457993d4
SUCCESS checkout https://github.com/grighakobian/swift-pagination.git at 1.2.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-pagination",
"name": "Pagination",
"url": "https://github.com/grighakobian/swift-pagination.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-pagination",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/grighakobian/swift-pagination.git
[1/1473] Fetching swift-pagination
Fetched https://github.com/grighakobian/swift-pagination.git from cache (1.05s)
Creating working copy for https://github.com/grighakobian/swift-pagination.git
Working copy of https://github.com/grighakobian/swift-pagination.git resolved at 1.2.0 (b79abb1)
warning: '.resolve-product-dependencies': dependency 'swift-pagination' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/grighakobian/swift-pagination.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling Pagination PaginationDirection.swift
[4/9] Compiling Pagination ScrollView.swift
[5/9] Compiling Pagination PaginationContext.swift
[6/9] Compiling Pagination ScrollDirection.swift
[7/9] Emitting module Pagination
[8/9] Compiling Pagination PaginationState.swift
[9/9] Compiling Pagination Pagination.swift
Build complete! (8.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Pagination",
"name" : "Pagination",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Pagination",
"targets" : [
"Pagination"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PaginationTests",
"module_type" : "SwiftTarget",
"name" : "PaginationTests",
"path" : "Tests",
"sources" : [
"PaginationContextTests.swift",
"PaginationDirectionTests.swift",
"PaginationTests.swift",
"ScrollViewPaginationTests.swift",
"TestDoubles/FakeCollectionView.swift",
"TestDoubles/FakeNSScrollView.swift",
"TestDoubles/FakeScrollView.swift",
"TestDoubles/FakeTableView.swift",
"TestDoubles/SpyPaginationDelegate.swift"
],
"target_dependencies" : [
"Pagination"
],
"type" : "test"
},
{
"c99name" : "Pagination",
"module_type" : "SwiftTarget",
"name" : "Pagination",
"path" : "Sources",
"product_memberships" : [
"Pagination"
],
"sources" : [
"Pagination.swift",
"PaginationContext.swift",
"PaginationDirection.swift",
"PaginationState.swift",
"ScrollDirection.swift",
"ScrollView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.