Build Information
Successful build of OnscreenController, reference 1.0.0 (6e3298), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 07:30:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/glhaynes/OnscreenController.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/glhaynes/OnscreenController
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 6e32986 Initial public commit
Cloned https://github.com/glhaynes/OnscreenController.git
Revision (git rev-parse @):
6e32986496169be97350b672cb9253713566f911
SUCCESS checkout https://github.com/glhaynes/OnscreenController.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/glhaynes/OnscreenController.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling _NumericsShims _NumericsShims.c
[6/15] Compiling RealModule Real.swift
[7/16] Compiling RealModule Float80+Real.swift
[8/16] Compiling RealModule Float+Real.swift
[9/16] Compiling RealModule ElementaryFunctions.swift
[10/16] Compiling RealModule Float16+Real.swift
[11/16] Compiling RealModule AugmentedArithmetic.swift
[12/16] Compiling RealModule ApproximateEquality.swift
[13/16] Emitting module RealModule
[14/16] Compiling RealModule AlgebraicField.swift
[15/16] Compiling RealModule Double+Real.swift
[16/16] Compiling RealModule RealFunctions.swift
[17/42] Compiling Algorithms Split.swift
[18/42] Compiling Algorithms Stride.swift
[19/44] Compiling Algorithms Suffix.swift
[20/44] Compiling Algorithms Trim.swift
[21/44] Compiling Algorithms Grouped.swift
[22/44] Compiling Algorithms Indexed.swift
[23/44] Compiling Algorithms Intersperse.swift
[24/44] Compiling Algorithms Joined.swift
[25/44] Compiling Algorithms Keyed.swift
[26/44] Compiling Algorithms MinMax.swift
[27/44] Compiling Algorithms EitherSequence.swift
[28/44] Compiling Algorithms FirstNonNil.swift
[29/44] Compiling Algorithms FlattenCollection.swift
[30/44] Compiling Algorithms RandomSample.swift
[31/44] Compiling Algorithms Reductions.swift
[32/44] Compiling Algorithms Rotate.swift
[33/44] Compiling Algorithms Combinations.swift
[34/44] Compiling Algorithms Compacted.swift
[35/44] Compiling Algorithms Cycle.swift
[36/44] Compiling Algorithms Partition.swift
[37/44] Compiling Algorithms Permutations.swift
[38/44] Compiling Algorithms Product.swift
[39/44] Compiling Algorithms Unique.swift
[40/44] Compiling Algorithms Windows.swift
[41/44] Compiling Algorithms AdjacentPairs.swift
[42/44] Compiling Algorithms Chain.swift
[43/44] Compiling Algorithms Chunked.swift
[44/44] Emitting module Algorithms
[45/49] Emitting module OnscreenController
[46/49] Compiling OnscreenController OnscreenController+DpadShape.swift
[47/49] Compiling OnscreenController MultiTouchGestureRecognizer.swift
[48/49] Compiling OnscreenController TouchTrackingView.swift
[49/49] Compiling OnscreenController OnscreenController.swift
Build complete! (8.75s)
Fetching https://github.com/apple/swift-algorithms
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.19s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (3.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.06s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.59s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
}
],
"manifest_display_name" : "OnscreenController",
"name" : "OnscreenController",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "OnscreenController",
"targets" : [
"OnscreenController"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OnscreenControllerTests",
"module_type" : "SwiftTarget",
"name" : "OnscreenControllerTests",
"path" : "Tests/OnscreenControllerTests",
"sources" : [
"OnscreenControllerTests.swift"
],
"target_dependencies" : [
"OnscreenController"
],
"type" : "test"
},
{
"c99name" : "OnscreenController",
"module_type" : "SwiftTarget",
"name" : "OnscreenController",
"path" : "Sources/OnscreenController",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"OnscreenController"
],
"sources" : [
"MultiTouchGestureRecognizer.swift",
"OnscreenController+DpadShape.swift",
"OnscreenController.swift",
"TouchTrackingView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.