Build Information
Successful build of IsScrolling, reference main (f828c0
), with Swift 5.10 for macOS (SPM) on 28 Mar 2025 02:44:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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/fatbobman/IsScrolling.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fatbobman/IsScrolling
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f828c01 Merge pull request #4 from jmonroe/main
Cloned https://github.com/fatbobman/IsScrolling.git
Revision (git rev-parse @):
f828c01e563abe06778e46a6784d46f73cb28deb
SUCCESS checkout https://github.com/fatbobman/IsScrolling.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/fatbobman/IsScrolling.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling IsScrolling IsScrolling.swift
[4/5] Compiling IsScrolling Key.swift
[5/5] Emitting module IsScrolling
Build complete! (8.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "IsScrolling",
"name" : "IsScrolling",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
}
],
"products" : [
{
"name" : "IsScrolling",
"targets" : [
"IsScrolling"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IsScrollingTests",
"module_type" : "SwiftTarget",
"name" : "IsScrollingTests",
"path" : "Tests/IsScrollingTests",
"sources" : [
"IsScrollingTests.swift"
],
"target_dependencies" : [
"IsScrolling"
],
"type" : "test"
},
{
"c99name" : "IsScrolling",
"module_type" : "SwiftTarget",
"name" : "IsScrolling",
"path" : "Sources/IsScrolling",
"product_memberships" : [
"IsScrolling"
],
"sources" : [
"IsScrolling.swift",
"Key.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.