Build Information
Successful build of AutoLayoutHelpers, reference main (45989d), with Swift 6.1 for macOS (SPM) on 31 Aug 2025 06:47:36 UTC.
Swift 6 data race errors: 8
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omv-libs/AutoLayoutHelpers.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omv-libs/AutoLayoutHelpers
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 45989dc Merge pull request #7 from Gabardone/Xcode15Updates
Cloned https://github.com/omv-libs/AutoLayoutHelpers.git
Revision (git rev-parse @):
45989dc5b65c6ab34f40beaf3cf1f8fb991d0730
SUCCESS checkout https://github.com/omv-libs/AutoLayoutHelpers.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": "autolayouthelpers",
"name": "AutoLayoutHelpers",
"url": "https://github.com/omv-libs/AutoLayoutHelpers.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoLayoutHelpers",
"dependencies": [
]
}
]
}
Fetching https://github.com/omv-libs/AutoLayoutHelpers.git
[1/227] Fetching autolayouthelpers
Fetched https://github.com/omv-libs/AutoLayoutHelpers.git from cache (0.71s)
Creating working copy for https://github.com/omv-libs/AutoLayoutHelpers.git
Working copy of https://github.com/omv-libs/AutoLayoutHelpers.git resolved at main (45989dc)
warning: '.resolve-product-dependencies': dependency 'autolayouthelpers' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/omv-libs/AutoLayoutHelpers.git
https://github.com/omv-libs/AutoLayoutHelpers.git
{
"dependencies" : [
],
"manifest_display_name" : "AutoLayoutHelpers",
"name" : "AutoLayoutHelpers",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AutoLayoutHelpers",
"targets" : [
"AutoLayoutHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AutoLayoutHelpersTests",
"module_type" : "SwiftTarget",
"name" : "AutoLayoutHelpersTests",
"path" : "Tests/AutoLayoutHelpersTests",
"sources" : [
"ActiveConstraintTests.swift",
"ActiveConstraintsTests.swift",
"LayoutAreaTests.swift",
"NSLayoutConstraint+AutolayoutTests.swift",
"XXView+AutolayoutTests.swift",
"iOS/UIView+AutolayoutTests.swift",
"macOS/NSView+AutolayoutTests.swift"
],
"target_dependencies" : [
"AutoLayoutHelpers"
],
"type" : "test"
},
{
"c99name" : "AutoLayoutHelpers",
"module_type" : "SwiftTarget",
"name" : "AutoLayoutHelpers",
"path" : "Sources/AutoLayoutHelpers",
"product_memberships" : [
"AutoLayoutHelpers"
],
"sources" : [
"ActiveConstraint.swift",
"ActiveConstraints.swift",
"Array+AutoLayout.swift",
"LayoutArea.swift",
"NSDirectionalEdgeInsets+AutoLayout.swift",
"NSDirectionalRectEdge+AutoLayout.swift",
"NSLayoutConstraint+AutoLayout.swift",
"Sequence+AutoLayout.swift",
"XXLayoutGuide+AutoLayout.swift",
"XXView+AutoLayout.swift",
"iOS/UIView+AutoLayout.swift",
"macOS/NSView+AutoLayout.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/14] Compiling AutoLayoutHelpers NSDirectionalEdgeInsets+AutoLayout.swift
[4/14] Compiling AutoLayoutHelpers XXLayoutGuide+AutoLayout.swift
[5/15] Compiling AutoLayoutHelpers NSDirectionalRectEdge+AutoLayout.swift
[6/15] Compiling AutoLayoutHelpers XXView+AutoLayout.swift
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:229:51: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
227 | @property (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
228 | @property (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/XXView+AutoLayout.swift:37:19: note: add '@preconcurrency' to the 'LayoutArea' conformance to defer isolation checking to run time
35 | NSView implements the `LayoutArea` protocol, but it still needs declaring in Swift.
36 | */
37 | extension XXView: LayoutArea {}
| `- note: add '@preconcurrency' to the 'LayoutArea' conformance to defer isolation checking to run time
38 |
39 | public extension XXView {
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:24:9: note: requirement 'bottomAnchor' declared here
22 | */
23 | public protocol LayoutArea: AnyObject {
24 | var bottomAnchor: NSLayoutYAxisAnchor { get }
| `- note: requirement 'bottomAnchor' declared here
25 | var centerXAnchor: NSLayoutXAxisAnchor { get }
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:232:51: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
233 | @property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
234 | @property (readonly, strong) NSLayoutYAxisAnchor *firstBaselineAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:25:9: note: requirement 'centerXAnchor' declared here
23 | public protocol LayoutArea: AnyObject {
24 | var bottomAnchor: NSLayoutYAxisAnchor { get }
25 | var centerXAnchor: NSLayoutXAxisAnchor { get }
| `- note: requirement 'centerXAnchor' declared here
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
27 | var heightAnchor: NSLayoutDimension { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:51: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
233 | @property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
234 | @property (readonly, strong) NSLayoutYAxisAnchor *firstBaselineAnchor API_AVAILABLE(macos(10.11));
235 | @property (readonly, strong) NSLayoutYAxisAnchor *lastBaselineAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:26:9: note: requirement 'centerYAnchor' declared here
24 | var bottomAnchor: NSLayoutYAxisAnchor { get }
25 | var centerXAnchor: NSLayoutXAxisAnchor { get }
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
| `- note: requirement 'centerYAnchor' declared here
27 | var heightAnchor: NSLayoutDimension { get }
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:231:49: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
233 | @property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:27:9: note: requirement 'heightAnchor' declared here
25 | var centerXAnchor: NSLayoutXAxisAnchor { get }
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
27 | var heightAnchor: NSLayoutDimension { get }
| `- note: requirement 'heightAnchor' declared here
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
29 | var topAnchor: NSLayoutYAxisAnchor { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:51: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
222 | See NSLayoutAnchor.h for more details.
223 | */
224 | @property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
225 | @property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
226 | @property (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:28:9: note: requirement 'leadingAnchor' declared here
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
27 | var heightAnchor: NSLayoutDimension { get }
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
| `- note: requirement 'leadingAnchor' declared here
29 | var topAnchor: NSLayoutYAxisAnchor { get }
30 | var trailingAnchor: NSLayoutXAxisAnchor { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:228:51: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
226 | @property (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
227 | @property (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
228 | @property (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:29:9: note: requirement 'topAnchor' declared here
27 | var heightAnchor: NSLayoutDimension { get }
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
29 | var topAnchor: NSLayoutYAxisAnchor { get }
| `- note: requirement 'topAnchor' declared here
30 | var trailingAnchor: NSLayoutXAxisAnchor { get }
31 | var widthAnchor: NSLayoutDimension { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:51: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
223 | */
224 | @property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
225 | @property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
226 | @property (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
227 | @property (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:30:9: note: requirement 'trailingAnchor' declared here
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
29 | var topAnchor: NSLayoutYAxisAnchor { get }
30 | var trailingAnchor: NSLayoutXAxisAnchor { get }
| `- note: requirement 'trailingAnchor' declared here
31 | var widthAnchor: NSLayoutDimension { get }
32 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:230:49: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
228 | @property (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:31:9: note: requirement 'widthAnchor' declared here
29 | var topAnchor: NSLayoutYAxisAnchor { get }
30 | var trailingAnchor: NSLayoutXAxisAnchor { get }
31 | var widthAnchor: NSLayoutDimension { get }
| `- note: requirement 'widthAnchor' declared here
32 | }
33 |
[7/15] Compiling AutoLayoutHelpers UIView+AutoLayout.swift
[8/15] Compiling AutoLayoutHelpers ActiveConstraint.swift
[9/15] Compiling AutoLayoutHelpers ActiveConstraints.swift
[10/15] Compiling AutoLayoutHelpers Array+AutoLayout.swift
[11/15] Compiling AutoLayoutHelpers LayoutArea.swift
[12/15] Emitting module AutoLayoutHelpers
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:229:51: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
227 | @property (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
228 | @property (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/XXView+AutoLayout.swift:37:19: note: add '@preconcurrency' to the 'LayoutArea' conformance to defer isolation checking to run time
35 | NSView implements the `LayoutArea` protocol, but it still needs declaring in Swift.
36 | */
37 | extension XXView: LayoutArea {}
| `- note: add '@preconcurrency' to the 'LayoutArea' conformance to defer isolation checking to run time
38 |
39 | public extension XXView {
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:24:9: note: requirement 'bottomAnchor' declared here
22 | */
23 | public protocol LayoutArea: AnyObject {
24 | var bottomAnchor: NSLayoutYAxisAnchor { get }
| `- note: requirement 'bottomAnchor' declared here
25 | var centerXAnchor: NSLayoutXAxisAnchor { get }
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:232:51: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
233 | @property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
234 | @property (readonly, strong) NSLayoutYAxisAnchor *firstBaselineAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:25:9: note: requirement 'centerXAnchor' declared here
23 | public protocol LayoutArea: AnyObject {
24 | var bottomAnchor: NSLayoutYAxisAnchor { get }
25 | var centerXAnchor: NSLayoutXAxisAnchor { get }
| `- note: requirement 'centerXAnchor' declared here
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
27 | var heightAnchor: NSLayoutDimension { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:51: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
233 | @property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
234 | @property (readonly, strong) NSLayoutYAxisAnchor *firstBaselineAnchor API_AVAILABLE(macos(10.11));
235 | @property (readonly, strong) NSLayoutYAxisAnchor *lastBaselineAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:26:9: note: requirement 'centerYAnchor' declared here
24 | var bottomAnchor: NSLayoutYAxisAnchor { get }
25 | var centerXAnchor: NSLayoutXAxisAnchor { get }
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
| `- note: requirement 'centerYAnchor' declared here
27 | var heightAnchor: NSLayoutDimension { get }
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:231:49: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
233 | @property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:27:9: note: requirement 'heightAnchor' declared here
25 | var centerXAnchor: NSLayoutXAxisAnchor { get }
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
27 | var heightAnchor: NSLayoutDimension { get }
| `- note: requirement 'heightAnchor' declared here
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
29 | var topAnchor: NSLayoutYAxisAnchor { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:51: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
222 | See NSLayoutAnchor.h for more details.
223 | */
224 | @property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
225 | @property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
226 | @property (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:28:9: note: requirement 'leadingAnchor' declared here
26 | var centerYAnchor: NSLayoutYAxisAnchor { get }
27 | var heightAnchor: NSLayoutDimension { get }
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
| `- note: requirement 'leadingAnchor' declared here
29 | var topAnchor: NSLayoutYAxisAnchor { get }
30 | var trailingAnchor: NSLayoutXAxisAnchor { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:228:51: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
226 | @property (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
227 | @property (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
228 | @property (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:29:9: note: requirement 'topAnchor' declared here
27 | var heightAnchor: NSLayoutDimension { get }
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
29 | var topAnchor: NSLayoutYAxisAnchor { get }
| `- note: requirement 'topAnchor' declared here
30 | var trailingAnchor: NSLayoutXAxisAnchor { get }
31 | var widthAnchor: NSLayoutDimension { get }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:51: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
223 | */
224 | @property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
225 | @property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
226 | @property (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
227 | @property (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:30:9: note: requirement 'trailingAnchor' declared here
28 | var leadingAnchor: NSLayoutXAxisAnchor { get }
29 | var topAnchor: NSLayoutYAxisAnchor { get }
30 | var trailingAnchor: NSLayoutXAxisAnchor { get }
| `- note: requirement 'trailingAnchor' declared here
31 | var widthAnchor: NSLayoutDimension { get }
32 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:230:49: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
228 | @property (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
| `- warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'LayoutArea'; this is an error in the Swift 6 language mode
231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayoutHelpers/LayoutArea.swift:31:9: note: requirement 'widthAnchor' declared here
29 | var topAnchor: NSLayoutYAxisAnchor { get }
30 | var trailingAnchor: NSLayoutXAxisAnchor { get }
31 | var widthAnchor: NSLayoutDimension { get }
| `- note: requirement 'widthAnchor' declared here
32 | }
33 |
[13/15] Compiling AutoLayoutHelpers Sequence+AutoLayout.swift
[14/15] Compiling AutoLayoutHelpers NSLayoutConstraint+AutoLayout.swift
[15/15] Compiling AutoLayoutHelpers NSView+AutoLayout.swift
Build complete! (8.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AutoLayoutHelpers",
"name" : "AutoLayoutHelpers",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AutoLayoutHelpers",
"targets" : [
"AutoLayoutHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AutoLayoutHelpersTests",
"module_type" : "SwiftTarget",
"name" : "AutoLayoutHelpersTests",
"path" : "Tests/AutoLayoutHelpersTests",
"sources" : [
"ActiveConstraintTests.swift",
"ActiveConstraintsTests.swift",
"LayoutAreaTests.swift",
"NSLayoutConstraint+AutolayoutTests.swift",
"XXView+AutolayoutTests.swift",
"iOS/UIView+AutolayoutTests.swift",
"macOS/NSView+AutolayoutTests.swift"
],
"target_dependencies" : [
"AutoLayoutHelpers"
],
"type" : "test"
},
{
"c99name" : "AutoLayoutHelpers",
"module_type" : "SwiftTarget",
"name" : "AutoLayoutHelpers",
"path" : "Sources/AutoLayoutHelpers",
"product_memberships" : [
"AutoLayoutHelpers"
],
"sources" : [
"ActiveConstraint.swift",
"ActiveConstraints.swift",
"Array+AutoLayout.swift",
"LayoutArea.swift",
"NSDirectionalEdgeInsets+AutoLayout.swift",
"NSDirectionalRectEdge+AutoLayout.swift",
"NSLayoutConstraint+AutoLayout.swift",
"Sequence+AutoLayout.swift",
"XXLayoutGuide+AutoLayout.swift",
"XXView+AutoLayout.swift",
"iOS/UIView+AutoLayout.swift",
"macOS/NSView+AutoLayout.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.