Build Information
Successful build of AStack, reference 1.2.0 (7dced7
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:05:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jasonnam/AStack.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasonnam/AStack
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 7dced75 Merge pull request #4 from zntfdr/sizeClass
Cloned https://github.com/jasonnam/AStack.git
Revision (git rev-parse @):
7dced752f1ef4667f3d8e0c52f8475be38017900
SUCCESS checkout https://github.com/jasonnam/AStack.git at 1.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jasonnam/AStack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling AStack UserInterfaceSizeClass.swift
/Users/admin/builder/spi-builder-workspace/Sources/AStack/UserInterfaceSizeClass.swift:25:23: warning: expected member name or initializer call after type name; this will be an error in Swift 6
23 | extension EnvironmentValues {
24 | var horizontalSizeClass: UserInterfaceSizeClass {
25 | get { return self[HorizontalSizeClassEnvironmentKey] }
| |- warning: expected member name or initializer call after type name; this will be an error in Swift 6
| |- note: add arguments after the type to construct a value of the type
| `- note: use '.self' to reference the type object
26 | set { self[HorizontalSizeClassEnvironmentKey] = newValue }
27 | }
/Users/admin/builder/spi-builder-workspace/Sources/AStack/UserInterfaceSizeClass.swift:26:16: warning: expected member name or initializer call after type name; this will be an error in Swift 6
24 | var horizontalSizeClass: UserInterfaceSizeClass {
25 | get { return self[HorizontalSizeClassEnvironmentKey] }
26 | set { self[HorizontalSizeClassEnvironmentKey] = newValue }
| |- warning: expected member name or initializer call after type name; this will be an error in Swift 6
| |- note: add arguments after the type to construct a value of the type
| `- note: use '.self' to reference the type object
27 | }
28 | var verticalSizeClass: UserInterfaceSizeClass {
/Users/admin/builder/spi-builder-workspace/Sources/AStack/UserInterfaceSizeClass.swift:29:23: warning: expected member name or initializer call after type name; this will be an error in Swift 6
27 | }
28 | var verticalSizeClass: UserInterfaceSizeClass {
29 | get { return self[VerticalSizeClassEnvironmentKey] }
| |- warning: expected member name or initializer call after type name; this will be an error in Swift 6
| |- note: add arguments after the type to construct a value of the type
| `- note: use '.self' to reference the type object
30 | set { self[VerticalSizeClassEnvironmentKey] = newValue }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/AStack/UserInterfaceSizeClass.swift:30:16: warning: expected member name or initializer call after type name; this will be an error in Swift 6
28 | var verticalSizeClass: UserInterfaceSizeClass {
29 | get { return self[VerticalSizeClassEnvironmentKey] }
30 | set { self[VerticalSizeClassEnvironmentKey] = newValue }
| |- warning: expected member name or initializer call after type name; this will be an error in Swift 6
| |- note: add arguments after the type to construct a value of the type
| `- note: use '.self' to reference the type object
31 | }
32 | }
[4/10] Compiling AStack ContentSizeCategory.swift
[5/10] Compiling AStack LazyAVStack.swift
[6/10] Compiling AStack LazyAHStack.swift
[7/10] Compiling AStack ObservingOptions.swift
[8/10] Compiling AStack AVStack.swift
[9/10] Emitting module AStack
[10/10] Compiling AStack AHStack.swift
Build complete! (8.35s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AStack",
"name" : "AStack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AStack",
"targets" : [
"AStack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AStack",
"module_type" : "SwiftTarget",
"name" : "AStack",
"path" : "Sources/AStack",
"product_memberships" : [
"AStack"
],
"sources" : [
"AHStack.swift",
"AVStack.swift",
"ContentSizeCategory.swift",
"LazyAHStack.swift",
"LazyAVStack.swift",
"ObservingOptions.swift",
"UserInterfaceSizeClass.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.