Build Information
Failed to build HPParallaxHeader, reference master (460606
), with Swift 6.0 for visionOS using Xcode 16.0 on 2 Nov 2024 11:13:01 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HPParallaxHeader -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
func setCenterModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:196:61: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.centerYAnchor.constraint(equalTo: contentView.centerYAnchor).isActive = true
^
UIKit.UIView:21:14: note: property declared here
open var centerYAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:193:10: note: add '@MainActor' to make instance method 'setCenterModeConstraints()' part of global actor 'MainActor'
func setCenterModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:197:74: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalTo: contentView.heightAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:193:10: note: add '@MainActor' to make instance method 'setCenterModeConstraints()' part of global actor 'MainActor'
func setCenterModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:197:28: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalTo: contentView.heightAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:193:10: note: add '@MainActor' to make instance method 'setCenterModeConstraints()' part of global actor 'MainActor'
func setCenterModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:197:15: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalTo: contentView.heightAnchor).isActive = true
^
UIKit.UIView:17:25: note: property declared here
@MainActor open var heightAnchor: NSLayoutDimension { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:193:10: note: add '@MainActor' to make instance method 'setCenterModeConstraints()' part of global actor 'MainActor'
func setCenterModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:197:60: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalTo: contentView.heightAnchor).isActive = true
^
UIKit.UIView:17:25: note: property declared here
@MainActor open var heightAnchor: NSLayoutDimension { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:193:10: note: add '@MainActor' to make instance method 'setCenterModeConstraints()' part of global actor 'MainActor'
func setCenterModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:201:76: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:201:29: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:201:15: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:201:61: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:202:78: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:202:30: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:202:15: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:202:62: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:203:68: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:203:25: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:203:15: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.UIView:11:14: note: property declared here
open var topAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:203:57: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.UIView:11:14: note: property declared here
open var topAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:204:74: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:204:28: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:204:15: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
^
UIKit.UIView:13:14: note: property declared here
open var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:204:60: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
^
UIKit.UIView:13:14: note: property declared here
open var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:200:10: note: add '@MainActor' to make instance method 'setFillModeConstraints()' part of global actor 'MainActor'
func setFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:208:76: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:208:29: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:208:15: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:208:61: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:209:78: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:209:30: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:209:15: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:209:62: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:210:68: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:210:25: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:210:15: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.UIView:11:14: note: property declared here
open var topAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:210:57: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.UIView:11:14: note: property declared here
open var topAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:211:74: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalTo: contentView.heightAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:211:28: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalTo: contentView.heightAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:211:15: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalTo: contentView.heightAnchor).isActive = true
^
UIKit.UIView:17:25: note: property declared here
@MainActor open var heightAnchor: NSLayoutDimension { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:211:60: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalTo: contentView.heightAnchor).isActive = true
^
UIKit.UIView:17:25: note: property declared here
@MainActor open var heightAnchor: NSLayoutDimension { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:213:45: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor)
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:213:32: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let constraint = view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor)
^
UIKit.UIView:13:14: note: property declared here
open var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:213:77: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let constraint = view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor)
^
UIKit.UIView:13:14: note: property declared here
open var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:214:21: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint?.priority = .defaultHigh
^
UIKit.NSLayoutConstraint:13:14: note: mutation of this property is only permitted within the actor
open var priority: UILayoutPriority { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:215:21: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint?.isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:207:10: note: add '@MainActor' to make instance method 'setTopFillModeConstraints()' part of global actor 'MainActor'
func setTopFillModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:219:76: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:219:29: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:219:15: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:219:61: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:220:78: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:220:30: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:220:15: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:220:62: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:221:68: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:221:25: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:221:15: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.UIView:11:14: note: property declared here
open var topAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:221:57: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.topAnchor.constraint(equalTo: contentView.topAnchor).isActive = true
^
UIKit.UIView:11:14: note: property declared here
open var topAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:222:64: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalToConstant: height).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:222:28: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalToConstant: height).isActive = true
^
UIKit.NSLayoutDimension:3:26: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:222:15: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalToConstant: height).isActive = true
^
UIKit.UIView:17:25: note: property declared here
@MainActor open var heightAnchor: NSLayoutDimension { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:218:10: note: add '@MainActor' to make instance method 'setTopModeConstraints()' part of global actor 'MainActor'
func setTopModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:226:76: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:226:29: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:226:15: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:226:61: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:227:78: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:227:30: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:227:15: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:227:62: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:228:74: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:228:28: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:228:15: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
^
UIKit.UIView:13:14: note: property declared here
open var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:228:60: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
^
UIKit.UIView:13:14: note: property declared here
open var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:229:64: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalToConstant: height).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:229:28: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalToConstant: height).isActive = true
^
UIKit.NSLayoutDimension:3:26: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:229:15: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view?.heightAnchor.constraint(equalToConstant: height).isActive = true
^
UIKit.UIView:17:25: note: property declared here
@MainActor open var heightAnchor: NSLayoutDimension { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:225:10: note: add '@MainActor' to make instance method 'setBottomModeConstraints()' part of global actor 'MainActor'
func setBottomModeConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:234:81: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.leadingAnchor.constraint(equalTo: scrollView.leadingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:234:35: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
contentView.leadingAnchor.constraint(equalTo: scrollView.leadingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:234:21: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.leadingAnchor.constraint(equalTo: scrollView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:234:66: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.leadingAnchor.constraint(equalTo: scrollView.leadingAnchor).isActive = true
^
UIKit.UIView:3:14: note: property declared here
open var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:235:83: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.trailingAnchor.constraint(equalTo: scrollView.trailingAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:235:36: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
contentView.trailingAnchor.constraint(equalTo: scrollView.trailingAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:235:21: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.trailingAnchor.constraint(equalTo: scrollView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:235:67: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.trailingAnchor.constraint(equalTo: scrollView.trailingAnchor).isActive = true
^
UIKit.UIView:5:14: note: property declared here
open var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:236:77: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.widthAnchor.constraint(equalTo: scrollView.widthAnchor).isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:236:33: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
contentView.widthAnchor.constraint(equalTo: scrollView.widthAnchor).isActive = true
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:236:21: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.widthAnchor.constraint(equalTo: scrollView.widthAnchor).isActive = true
^
UIKit.UIView:15:14: note: property declared here
open var widthAnchor: NSLayoutDimension { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:236:64: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.widthAnchor.constraint(equalTo: scrollView.widthAnchor).isActive = true
^
UIKit.UIView:15:14: note: property declared here
open var widthAnchor: NSLayoutDimension { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:238:52: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
positionConstraint = contentView.topAnchor.constraint(equalTo: scrollView.topAnchor)
^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:238:42: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
positionConstraint = contentView.topAnchor.constraint(equalTo: scrollView.topAnchor)
^
UIKit.UIView:11:14: note: property declared here
open var topAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:238:83: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
positionConstraint = contentView.topAnchor.constraint(equalTo: scrollView.topAnchor)
^
UIKit.UIView:11:14: note: property declared here
open var topAnchor: NSLayoutYAxisAnchor { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:239:29: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
positionConstraint?.isActive = true
^
UIKit.NSLayoutConstraint:27:14: note: mutation of this property is only permitted within the actor
open var isActive: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:232:10: note: add '@MainActor' to make instance method 'setContentViewConstraints()' part of global actor 'MainActor'
func setContentViewConstraints() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:247:44: warning: main actor-isolated property 'contentOffset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let relativeYOffset = (scrollView?.contentOffset.y ?? 0) + (scrollView?.contentInset.top ?? 0) - height
^
UIKit.UIScrollView:3:14: note: property declared here
open var contentOffset: CGPoint { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:245:18: note: add '@MainActor' to make instance method 'layoutContentView()' part of global actor 'MainActor'
private func layoutContentView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:247:81: warning: main actor-isolated property 'contentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let relativeYOffset = (scrollView?.contentOffset.y ?? 0) + (scrollView?.contentInset.top ?? 0) - height
^
UIKit.UIScrollView:5:25: note: property declared here
@MainActor open var contentInset: UIEdgeInsets { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:245:18: note: add '@MainActor' to make instance method 'layoutContentView()' part of global actor 'MainActor'
private func layoutContentView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:250:29: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
positionConstraint?.constant = relativeYOffset
^
UIKit.NSLayoutConstraint:25:25: note: mutation of this property is only permitted within the actor
@MainActor open var constant: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:245:18: note: add '@MainActor' to make instance method 'layoutContentView()' part of global actor 'MainActor'
private func layoutContentView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:251:27: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
heightConstraint?.constant = max(relativeHeight, minimumHeightReal)
^
UIKit.NSLayoutConstraint:25:25: note: mutation of this property is only permitted within the actor
@MainActor open var constant: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:245:18: note: add '@MainActor' to make instance method 'layoutContentView()' part of global actor 'MainActor'
private func layoutContentView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:253:21: warning: call to main actor-isolated instance method 'layoutSubviews()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
contentView.layoutSubviews()
^
UIKit.UIView:37:15: note: calls to instance method 'layoutSubviews()' from outside of its actor context are implicitly asynchronous
open func layoutSubviews()
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:245:18: note: add '@MainActor' to make instance method 'layoutContentView()' part of global actor 'MainActor'
private func layoutContentView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:256:40: warning: main actor-isolated property 'constant' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
progress = ((heightConstraint?.constant ?? 0) - minimumHeightReal) / (div != 0 ? div : height)
^
UIKit.NSLayoutConstraint:25:25: note: property declared here
@MainActor open var constant: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:245:18: note: add '@MainActor' to make instance method 'layoutContentView()' part of global actor 'MainActor'
private func layoutContentView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:260:33: warning: main actor-isolated property 'contentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
var inset = scrollView?.contentInset ?? .zero
^
UIKit.UIScrollView:5:25: note: property declared here
@MainActor open var contentInset: UIEdgeInsets { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:259:18: note: add '@MainActor' to make instance method 'adjustScrollViewTopInset' part of global actor 'MainActor'
private func adjustScrollViewTopInset(_ top: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:263:34: warning: main actor-isolated property 'contentOffset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
var offset = scrollView?.contentOffset ?? .zero
^
UIKit.UIScrollView:3:14: note: property declared here
open var contentOffset: CGPoint { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:259:18: note: add '@MainActor' to make instance method 'adjustScrollViewTopInset' part of global actor 'MainActor'
private func adjustScrollViewTopInset(_ top: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:265:21: warning: main actor-isolated property 'contentOffset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
scrollView?.contentOffset = offset
^
UIKit.UIScrollView:3:14: note: mutation of this property is only permitted within the actor
open var contentOffset: CGPoint { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:259:18: note: add '@MainActor' to make instance method 'adjustScrollViewTopInset' part of global actor 'MainActor'
private func adjustScrollViewTopInset(_ top: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:269:21: warning: main actor-isolated property 'contentInset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
scrollView?.contentInset = inset
^
UIKit.UIScrollView:5:25: note: mutation of this property is only permitted within the actor
@MainActor open var contentInset: UIEdgeInsets { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:259:18: note: add '@MainActor' to make instance method 'adjustScrollViewTopInset' part of global actor 'MainActor'
private func adjustScrollViewTopInset(_ top: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:274:39: warning: main actor-isolated static property 'KVOContext' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
if context == &HPParallaxView.KVOContext {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:11:16: note: mutation of this static property is only permitted within the actor
static var KVOContext = "kHPParallaxViewKVOContext"
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:275:49: warning: cannot form key path to main actor-isolated property 'contentOffset'; this is an error in the Swift 6 language mode
if keyPath == #keyPath(UIScrollView.contentOffset) {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:274:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &HPParallaxView.KVOContext {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:150:13: warning: sending task-isolated value of type 'HPParallaxHeader' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
nib.instantiate(withOwner: self, options: options)
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:150:13: warning: sending 'options._bridgeToObjectiveC.some' risks causing data races; this is an error in the Swift 6 language mode
nib.instantiate(withOwner: self, options: options)
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift:150:13: note: sending task-isolated 'options._bridgeToObjectiveC.some' to main actor-isolated instance method 'instantiate(withOwner:options:)' risks causing data races between main actor-isolated and task-isolated uses
nib.instantiate(withOwner: self, options: options)
^
SwiftCompile normal arm64 Compiling\ UIScrollView+ParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/UIScrollView+ParallaxHeader.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift:10:13: warning: var 'parallaxHeaderKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var parallaxHeaderKey: UInt8 = 0
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift:10:13: note: convert 'parallaxHeaderKey' to a 'let' constant to make 'Sendable' shared state immutable
private var parallaxHeaderKey: UInt8 = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift:10:13: note: annotate 'parallaxHeaderKey' with '@MainActor' if property should only be accessed from the main actor
private var parallaxHeaderKey: UInt8 = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift:10:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var parallaxHeaderKey: UInt8 = 0
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:19:101: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
superView.removeObserver(parent, forKeyPath: #keyPath(UIScrollView.contentOffset), context: &HPParallaxView.KVOContext)
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:21:104: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
superView.removeObserver(parent, forKeyPath: #keyPath(UIScrollView.contentInset), context: &HPParallaxView.KVOContext)
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:31:40: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
context: &HPParallaxView.KVOContext)
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:35:44: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
context: &HPParallaxView.KVOContext)
^
SwiftDriverJobDiscovery normal arm64 Emitting module for HPParallaxHeader (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
SwiftDriver\ Compilation\ Requirements HPParallaxHeader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HPParallaxHeader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/HPParallaxHeader-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-Swift.h (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/HPParallaxHeader-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HPParallaxHeader.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftmodule (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HPParallaxHeader.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HPParallaxHeader.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftdoc (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HPParallaxHeader.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HPParallaxHeader.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.abi.json (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HPParallaxHeader.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HPParallaxHeader.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftsourceinfo (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HPParallaxHeader.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UIScrollView+ParallaxHeader.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
SwiftDriverJobDiscovery normal arm64 Compiling HPScrollViewDelegateForwarder.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
SwiftCompile normal arm64 Compiling\ HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
Building workspace spi-builder-workspace with scheme HPParallaxHeader
(3 failures)
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HPParallaxHeader -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
Resolved source packages:
HPParallaxHeader: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'HPParallaxHeader' in project 'HPParallaxHeader'
➜ Explicit dependency on target 'HPParallaxHeader' in project 'HPParallaxHeader'
Target 'HPParallaxHeader' in project 'HPParallaxHeader' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache
SwiftDriver HPParallaxHeader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HPParallaxHeader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ HPParallaxHeader (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.abi.json
EmitSwiftModule normal arm64 (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.abi.json
SwiftCompile normal arm64 Compiling\ HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPScrollViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:10:13: warning: var 'parallaxHeaderKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var parallaxHeaderKey: UInt8 = 0
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:10:13: note: convert 'parallaxHeaderKey' to a 'let' constant to make 'Sendable' shared state immutable
private var parallaxHeaderKey: UInt8 = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:10:13: note: annotate 'parallaxHeaderKey' with '@MainActor' if property should only be accessed from the main actor
private var parallaxHeaderKey: UInt8 = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:10:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var parallaxHeaderKey: UInt8 = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:217:36: warning: 'UIStoryboardSegue' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
open class HPParallaxHeaderSegue : UIStoryboardSegue {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:228:42: warning: 'UIStoryboardSegue' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
open class HPScrollViewControllerSegue : UIStoryboardSegue {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:144:21: warning: 'performSegue(withIdentifier:sender:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
performSegue(withIdentifier: identifier, sender: self)
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:157:12: error: 'automaticallyAdjustsScrollViewInsets' is unavailable in visionOS
if automaticallyAdjustsScrollViewInsets {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIViewController:180:14: note: 'automaticallyAdjustsScrollViewInsets' has been explicitly marked unavailable here
open var automaticallyAdjustsScrollViewInsets: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:158:35: error: 'topLayoutGuide' is unavailable in visionOS
headerMinimumHeight = topLayoutGuide.length
^~~~~~~~~~~~~~
UIKit.UIViewController:3:14: note: 'topLayoutGuide' has been explicitly marked unavailable here
open var topLayoutGuide: any UILayoutSupport { get }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:182:50: warning: main actor-isolated static property 'KVOContext' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
guard context == &HPScrollViewController.KVOContext else {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:16:16: note: mutation of this static property is only permitted within the actor
static var KVOContext = "kDMScrollViewControllerKVOContext"
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:185:12: warning: main actor-isolated property 'childViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if childViewController != nil && keyPath == #keyPath(HPParallaxHeader.minimumHeight) {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:62:16: note: property declared here
public var childViewController: UIViewController? {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:186:41: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self.childHeightConstraint?.constant = -self.scrollView.parallaxHeader.minimumHeight;
^
UIKit.NSLayoutConstraint:25:25: note: mutation of this property is only permitted within the actor
@MainActor open var constant: CGFloat { get set }
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:186:18: warning: main actor-isolated property 'childHeightConstraint' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
self.childHeightConstraint?.constant = -self.scrollView.parallaxHeader.minimumHeight;
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:118:14: note: property declared here
weak var childHeightConstraint: NSLayoutConstraint?
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:186:69: warning: main actor-isolated property 'parallaxHeader' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
self.childHeightConstraint?.constant = -self.scrollView.parallaxHeader.minimumHeight;
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift:12:19: note: property declared here
@IBOutlet var parallaxHeader: HPParallaxHeader! {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:186:58: warning: main actor-isolated property 'scrollView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
self.childHeightConstraint?.constant = -self.scrollView.parallaxHeader.minimumHeight;
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:22:16: note: property declared here
public var scrollView: HPScrollView {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:191:20: warning: main actor-isolated property 'parallaxHeader' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
scrollView.parallaxHeader.removeObserver(self, forKeyPath: #keyPath(HPParallaxHeader.minimumHeight))
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift:12:19: note: property declared here
@IBOutlet var parallaxHeader: HPParallaxHeader! {
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:191:9: warning: main actor-isolated property 'scrollView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
scrollView.parallaxHeader.removeObserver(self, forKeyPath: #keyPath(HPParallaxHeader.minimumHeight))
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift:22:16: note: property declared here
public var scrollView: HPScrollView {
^
SwiftCompile normal arm64 Compiling\ HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:19:101: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
superView.removeObserver(parent, forKeyPath: #keyPath(UIScrollView.contentOffset), context: &HPParallaxView.KVOContext)
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:21:104: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
superView.removeObserver(parent, forKeyPath: #keyPath(UIScrollView.contentInset), context: &HPParallaxView.KVOContext)
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:31:40: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
context: &HPParallaxView.KVOContext)
^
/Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift:35:44: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
context: &HPParallaxView.KVOContext)
^
SwiftCompile normal arm64 Compiling\ HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxHeader.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPParallaxView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollView.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewDelegateForwarder.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/UIScrollView+ParallaxHeader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HPParallaxHeader -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.o -index-unit-output-path /HPParallaxHeader.build/Debug-xros/HPParallaxHeader.build/Objects-normal/arm64/HPParallaxHeader.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling HPParallaxView.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ HPScrollViewController.swift /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/HPParallaxHeader/Classes/HPScrollViewController.swift (in target 'HPParallaxHeader' from project 'HPParallaxHeader')
Building workspace spi-builder-workspace with scheme HPParallaxHeader
(3 failures)
BUILD FAILURE 6.0 visionOS