Build Information
Successful build of StableView, reference main (25c7f2
), with Swift 6.0 for macOS (SPM) on 30 Apr 2025 07:33:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/StableView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/StableView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 25c7f20 Iterating on iOS behaviors
Cloned https://github.com/mattmassicotte/StableView.git
Revision (git rev-parse @):
25c7f207f2b6fb7c2e7a919f5bb01270f9fec860
SUCCESS checkout https://github.com/mattmassicotte/StableView.git at main
========================================
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": "stableview",
"name": "StableView",
"url": "https://github.com/mattmassicotte/StableView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StableView",
"dependencies": [
]
}
]
}
Fetching https://github.com/mattmassicotte/StableView.git
[1/139] Fetching stableview
Fetched https://github.com/mattmassicotte/StableView.git from cache (0.59s)
Creating working copy for https://github.com/mattmassicotte/StableView.git
Working copy of https://github.com/mattmassicotte/StableView.git resolved at main (25c7f20)
warning: '.resolve-product-dependencies': dependency 'stableview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mattmassicotte/StableView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling StableView TableView+Extensions.swift
[4/8] Compiling StableView Platform.swift
[5/8] Compiling StableView ScrollView+Extensions.swift
[6/8] Compiling StableView TableViewController.swift
[7/8] Emitting module StableView
[8/8] Compiling StableView AnchoredList.swift
Build complete! (7.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StableView",
"name" : "StableView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "StableView",
"targets" : [
"StableView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StableViewTests",
"module_type" : "SwiftTarget",
"name" : "StableViewTests",
"path" : "Tests/StableViewTests",
"sources" : [
"StableViewTests.swift"
],
"target_dependencies" : [
"StableView"
],
"type" : "test"
},
{
"c99name" : "StableView",
"module_type" : "SwiftTarget",
"name" : "StableView",
"path" : "Sources/StableView",
"product_memberships" : [
"StableView"
],
"sources" : [
"AnchoredList.swift",
"Platform.swift",
"ScrollView+Extensions.swift",
"TableView+Extensions.swift",
"TableViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.