Build Information
Successful build of QRCode, reference main (177d40
), with Swift 6.1 for visionOS using Xcode 16.3 on 14 Jun 2025 06:36:47 UTC.
Swift 6 data race errors: 178
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme QRCode -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:43:14: warning: static property 'templateSquare' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templateSquare: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:43:14: note: add '@MainActor' to make static property 'templateSquare' part of global actor 'MainActor'
static let templateSquare: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:43:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templateSquare: CGPath = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:47:14: warning: static property 'templatePointingDown' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingDown: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:47:14: note: add '@MainActor' to make static property 'templatePointingDown' part of global actor 'MainActor'
static let templatePointingDown: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:47:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingDown: CGPath = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:58:14: warning: static property 'templatePointingUp' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingUp: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:58:14: note: add '@MainActor' to make static property 'templatePointingUp' part of global actor 'MainActor'
static let templatePointingUp: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:58:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingUp: CGPath = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:70:14: warning: static property 'templatePointingRight' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingRight: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:70:14: note: add '@MainActor' to make static property 'templatePointingRight' part of global actor 'MainActor'
static let templatePointingRight: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:70:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingRight: CGPath = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:82:14: warning: static property 'templatePointingLeft' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingLeft: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:82:14: note: add '@MainActor' to make static property 'templatePointingLeft' part of global actor 'MainActor'
static let templatePointingLeft: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapePointy.swift:82:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingLeft: CGPath = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:183:13: warning: static property 'templateSquare' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templateSquare =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:183:13: note: add '@MainActor' to make static property 'templateSquare' part of global actor 'MainActor'
static let templateSquare =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:183:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templateSquare =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:187:13: warning: static property 'templateIsolated' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templateIsolated =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:187:13: note: add '@MainActor' to make static property 'templateIsolated' part of global actor 'MainActor'
static let templateIsolated =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:187:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templateIsolated =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:190:13: warning: static property 'templatePointingDown' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingDown =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:190:13: note: add '@MainActor' to make static property 'templatePointingDown' part of global actor 'MainActor'
static let templatePointingDown =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:190:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingDown =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:201:13: warning: static property 'templatePointingUp' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingUp =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:201:13: note: add '@MainActor' to make static property 'templatePointingUp' part of global actor 'MainActor'
static let templatePointingUp =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:201:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingUp =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:212:13: warning: static property 'templatePointingRight' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingRight =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:212:13: note: add '@MainActor' to make static property 'templatePointingRight' part of global actor 'MainActor'
static let templatePointingRight =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:212:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingRight =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:223:13: warning: static property 'templatePointingLeft' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingLeft =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:223:13: note: add '@MainActor' to make static property 'templatePointingLeft' part of global actor 'MainActor'
static let templatePointingLeft =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:223:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingLeft =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:236:13: warning: static property 'templatePointingUpperLeft' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingUpperLeft =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:236:13: note: add '@MainActor' to make static property 'templatePointingUpperLeft' part of global actor 'MainActor'
static let templatePointingUpperLeft =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:236:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingUpperLeft =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:250:13: warning: static property 'templatePointingUpperRight' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingUpperRight =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:250:13: note: add '@MainActor' to make static property 'templatePointingUpperRight' part of global actor 'MainActor'
static let templatePointingUpperRight =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:250:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingUpperRight =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:264:13: warning: static property 'templatePointingLowerLeft' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingLowerLeft =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:264:13: note: add '@MainActor' to make static property 'templatePointingLowerLeft' part of global actor 'MainActor'
static let templatePointingLowerLeft =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:264:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingLowerLeft =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:278:13: warning: static property 'templatePointingLowerRight' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templatePointingLowerRight =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:278:13: note: add '@MainActor' to make static property 'templatePointingLowerRight' part of global actor 'MainActor'
static let templatePointingLowerRight =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:278:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templatePointingLowerRight =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:296:13: warning: static property 'templateRoundTopLeft' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templateRoundTopLeft =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:296:13: note: add '@MainActor' to make static property 'templateRoundTopLeft' part of global actor 'MainActor'
static let templateRoundTopLeft =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:296:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templateRoundTopLeft =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:306:13: warning: static property 'templateRoundTopRight' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templateRoundTopRight =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:306:13: note: add '@MainActor' to make static property 'templateRoundTopRight' part of global actor 'MainActor'
static let templateRoundTopRight =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:306:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templateRoundTopRight =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:318:13: warning: static property 'templateRoundBottomLeft' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templateRoundBottomLeft =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:318:13: note: add '@MainActor' to make static property 'templateRoundBottomLeft' part of global actor 'MainActor'
static let templateRoundBottomLeft =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:318:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templateRoundBottomLeft =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:328:13: warning: static property 'templateRoundBottomRight' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let templateRoundBottomRight =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:328:13: note: add '@MainActor' to make static property 'templateRoundBottomRight' part of global actor 'MainActor'
static let templateRoundBottomRight =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRazor.swift:328:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let templateRoundBottomRight =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedEndIndent.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedEndIndent.swift:265:21: warning: static property 'templateSquare' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private static let templateSquare = CGPath(rect: QRCode.PixelShape.RoundedEndIndent.DefaultRect, transform: nil)
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedEndIndent.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedEndIndent.swift:265:21: note: add '@MainActor' to make static property 'templateSquare' part of global actor 'MainActor'
private static let templateSquare = CGPath(rect: QRCode.PixelShape.RoundedEndIndent.DefaultRect, transform: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedEndIndent.swift:265:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let templateSquare = CGPath(rect: QRCode.PixelShape.RoundedEndIndent.DefaultRect, transform: nil)
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ QRCodePupilShapePinch.swift,\ QRCodePupilShapePixels.swift,\ QRCodePupilShapeRoundedOuter.swift,\ QRCodePupilShapeRoundedPointingIn.swift,\ QRCodePupilShapeRoundedPointingOut.swift,\ QRCodePupilShapeRoundedRect.swift,\ QRCodePupilShapeSeal.swift,\ QRCodePupilShapeShield.swift,\ QRCodePupilShapeSpikyCircle.swift,\ QRCodePupilShapeSquare.swift,\ QRCodePupilShapeSquircle.swift,\ QRCodePupilShapeTeardrop.swift,\ QRCodePupilShapeUFO.swift,\ QRCodePupilShapeUFORounded.swift,\ QRCodePupilShapeUsePixelShape.swift,\ QRCodeDocumentView+AppKit.swift,\ QRCodeDocumentView+UIKit.swift,\ QRCodeView.swift,\ QRCodeDocumentUIView.swift,\ QRCodeShape.swift,\ QRCodeViewUI.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapePinch.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapePixels.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeRoundedOuter.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeRoundedPointingIn.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeRoundedPointingOut.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeRoundedRect.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSeal.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeShield.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSpikyCircle.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSquare.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSquircle.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeTeardrop.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFO.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFORounded.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUsePixelShape.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeDocumentView+AppKit.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeDocumentView+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeView.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeDocumentUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeShape.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeViewUI.swift (in target 'QRCode' from project 'QRCode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapePinch.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapePixels.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeRoundedOuter.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeRoundedPointingIn.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeRoundedPointingOut.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeRoundedRect.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSeal.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeShield.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSpikyCircle.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSpikyCircle.swift:62:13: warning: let 'pupilGeneratedPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilGeneratedPath__: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSpikyCircle.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSpikyCircle.swift:62:13: note: add '@MainActor' to make let 'pupilGeneratedPath__' part of global actor 'MainActor'
private let pupilGeneratedPath__: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSpikyCircle.swift:62:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilGeneratedPath__: CGPath = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSquare.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeSquircle.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeTeardrop.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFO.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFO.swift:82:13: warning: let 'pupilShape__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilShape__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFO.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFO.swift:82:13: note: add '@MainActor' to make let 'pupilShape__' part of global actor 'MainActor'
private let pupilShape__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFO.swift:82:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilShape__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFORounded.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFORounded.swift:82:13: warning: let 'pupilShape__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilShape__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFORounded.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFORounded.swift:82:13: note: add '@MainActor' to make let 'pupilShape__' part of global actor 'MainActor'
private let pupilShape__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUFORounded.swift:82:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilShape__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUsePixelShape.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUsePixelShape.swift:25:13: warning: let '_PupilTemplate' is not concurrency-safe because non-'Sendable' type 'BoolMatrix' may have shared mutable state; this is an error in the Swift 6 language mode
private let _PupilTemplate = BoolMatrix(dimension: 6, rawFlattenedInt: [
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/BoolMatrix.swift:23:38: note: class 'BoolMatrix' does not conform to the 'Sendable' protocol
@objc(QRCodeBoolMatrix) public class BoolMatrix: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUsePixelShape.swift:25:13: note: add '@MainActor' to make let '_PupilTemplate' part of global actor 'MainActor'
private let _PupilTemplate = BoolMatrix(dimension: 6, rawFlattenedInt: [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeUsePixelShape.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _PupilTemplate = BoolMatrix(dimension: 6, rawFlattenedInt: [
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeDocumentView+AppKit.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeDocumentView+UIKit.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeView.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeView.swift:263:9: warning: 'prepareForInterfaceBuilder()' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
super.prepareForInterfaceBuilder()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeView.swift:264:8: warning: call to main actor-isolated instance method 'rebuildDocumentUsingStoredProperties()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
self.rebuildDocumentUsingStoredProperties()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeView.swift:272:15: note: calls to instance method 'rebuildDocumentUsingStoredProperties()' from outside of its actor context are implicitly asynchronous
private func rebuildDocumentUsingStoredProperties() {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/QRCodeView.swift:272:15: note: main actor isolation inferred from inheritance from class 'QRCodeDocumentView'
private func rebuildDocumentUsingStoredProperties() {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeDocumentUIView.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeDocumentUIView.swift:97:13: warning: let '__dummy' is not concurrency-safe because non-'Sendable' type 'QRCode.Document' may have shared mutable state; this is an error in the Swift 6 language mode
private let __dummy = QRCode.Document()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Document.swift:29:30: note: class 'Document' does not conform to the 'Sendable' protocol
@objc(QRCodeDocument) class Document: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeDocumentUIView.swift:97:13: note: add '@MainActor' to make let '__dummy' part of global actor 'MainActor'
private let __dummy = QRCode.Document()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeDocumentUIView.swift:97:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let __dummy = QRCode.Document()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeShape.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/views/SwiftUI/QRCodeViewUI.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling PlatformImage+macOS.swift, PlatformImage.swift (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ QRCode+ASCII.swift,\ QRCode+Builder.swift,\ QRCode+Combine.swift,\ QRCode+Content.swift,\ QRCode+Conveniences.swift,\ QRCode+Design.swift,\ QRCode+Detection.swift,\ QRCode+Document+Export.swift,\ QRCode+Document+LoadSave.swift,\ QRCode+Document.swift,\ QRCode+Drawing.swift,\ QRCode+Error.swift,\ QRCode+ErrorCorrection.swift,\ QRCode+FormattedContent.swift,\ QRCode+Image.swift,\ QRCode+Keys.swift,\ QRCode+LogoTemplate.swift,\ QRCode+Message.swift,\ QRCode+Pasteboard.swift,\ QRCode+Path.swift,\ QRCode+SVG.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+ASCII.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Content.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Conveniences.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Design.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Detection.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Document+Export.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Document+LoadSave.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Document.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Drawing.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Error.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+ErrorCorrection.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+FormattedContent.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Image.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Keys.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+LogoTemplate.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Message.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Pasteboard.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Path.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+SVG.swift (in target 'QRCode' from project 'QRCode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/DerivedSources/resource_bundle_accessor.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+ASCII.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Builder.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Combine.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Content.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Conveniences.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Design.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Detection.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Document+Export.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Document+LoadSave.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Document.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Drawing.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Error.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+ErrorCorrection.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+FormattedContent.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Image.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Keys.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+LogoTemplate.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Message.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Pasteboard.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Path.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+SVG.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CIImage+extensions.swift, PlatformImage+codable.swift (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
SwiftCompile normal arm64 Compiling\ QRCodePupilShapeBlobby.swift,\ QRCodePupilShapeCRT.swift,\ QRCodePupilShapeCircle.swift,\ QRCodePupilShapeCloud.swift,\ QRCodePupilShapeCloudCircle.swift,\ QRCodePupilShapeCorneredPixels.swift,\ QRCodePupilShapeCross.swift,\ QRCodePupilShapeCrossCurved.swift,\ QRCodePupilShapeDiagonalStripes.swift,\ QRCodePupilShapeDotDrag.swift,\ QRCodePupilShapeEdges.swift,\ QRCodePupilShapeExplode.swift,\ QRCodePupilShapeFabricScissors.swift,\ QRCodePupilShapeFactory.swift,\ QRCodePupilShapeFlame.swift,\ QRCodePupilShapeForest.swift,\ QRCodePupilShapeGear.swift,\ QRCodePupilShapeHexagonLeaf.swift,\ QRCodePupilShapeKoala.swift,\ QRCodePupilShapeLeaf.swift,\ QRCodePupilShapeOrbits.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeBlobby.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCRT.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCircle.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloud.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloudCircle.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCorneredPixels.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCross.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCrossCurved.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDiagonalStripes.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeEdges.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeExplode.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFabricScissors.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFlame.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeForest.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeGear.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeHexagonLeaf.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeKoala.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeLeaf.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeOrbits.swift (in target 'QRCode' from project 'QRCode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeBlobby.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeBlobby.swift:57:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeBlobby.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeBlobby.swift:57:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeBlobby.swift:57:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCRT.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCRT.swift:55:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCRT.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCRT.swift:55:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCRT.swift:55:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCircle.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloud.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloud.swift:47:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloud.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloud.swift:47:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloud.swift:47:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloudCircle.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloudCircle.swift:55:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__ = CGPath.make { bezier2Path in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloudCircle.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloudCircle.swift:55:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__ = CGPath.make { bezier2Path in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloudCircle.swift:55:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__ = CGPath.make { bezier2Path in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCorneredPixels.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCross.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCrossCurved.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCrossCurved.swift:58:13: warning: let 'pupilShape__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilShape__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCrossCurved.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCrossCurved.swift:58:13: note: add '@MainActor' to make let 'pupilShape__' part of global actor 'MainActor'
private let pupilShape__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCrossCurved.swift:58:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilShape__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDiagonalStripes.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDiagonalStripes.swift:55:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDiagonalStripes.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDiagonalStripes.swift:55:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDiagonalStripes.swift:55:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift:67:13: warning: let 'horizontalPupilShapePath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let horizontalPupilShapePath__: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift:67:13: note: add '@MainActor' to make let 'horizontalPupilShapePath__' part of global actor 'MainActor'
private let horizontalPupilShapePath__: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift:67:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let horizontalPupilShapePath__: CGPath = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift:99:13: warning: let 'verticalPupilShapePath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let verticalPupilShapePath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift:99:13: note: add '@MainActor' to make let 'verticalPupilShapePath__' part of global actor 'MainActor'
private let verticalPupilShapePath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeDotDrag.swift:99:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let verticalPupilShapePath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeEdges.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeExplode.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeExplode.swift:55:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeExplode.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeExplode.swift:55:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeExplode.swift:55:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFabricScissors.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFabricScissors.swift:55:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFabricScissors.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFabricScissors.swift:55:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFabricScissors.swift:55:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFactory.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFactory.swift:26:26: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'QRCodePupilShapeFactory' may have shared mutable state; this is an error in the Swift 6 language mode
@objc public static let shared = QRCodePupilShapeFactory()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFactory.swift:24:26: note: class 'QRCodePupilShapeFactory' does not conform to the 'Sendable' protocol
@objc public final class QRCodePupilShapeFactory: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFactory.swift:26:26: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
@objc public static let shared = QRCodePupilShapeFactory()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFactory.swift:26:26: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let shared = QRCodePupilShapeFactory()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFlame.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFlame.swift:55:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__ = CGPath.make { flamepupilPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFlame.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFlame.swift:55:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__ = CGPath.make { flamepupilPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeFlame.swift:55:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__ = CGPath.make { flamepupilPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeForest.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeForest.swift:121:13: warning: let 'pupilGeneratedPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilGeneratedPath__: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeForest.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeForest.swift:121:13: note: add '@MainActor' to make let 'pupilGeneratedPath__' part of global actor 'MainActor'
private let pupilGeneratedPath__: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeForest.swift:121:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilGeneratedPath__: CGPath = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeGear.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeGear.swift:55:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__ = CGPath.make { gearpupilPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeGear.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeGear.swift:55:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__ = CGPath.make { gearpupilPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeGear.swift:55:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__ = CGPath.make { gearpupilPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeHexagonLeaf.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeHexagonLeaf.swift:82:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeHexagonLeaf.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeHexagonLeaf.swift:82:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeHexagonLeaf.swift:82:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeKoala.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeKoala.swift:133:13: warning: let 'pupilShape__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilShape__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeKoala.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeKoala.swift:133:13: note: add '@MainActor' to make let 'pupilShape__' part of global actor 'MainActor'
private let pupilShape__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeKoala.swift:133:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilShape__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeLeaf.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeLeaf.swift:121:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeLeaf.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeLeaf.swift:121:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeLeaf.swift:121:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeOrbits.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeOrbits.swift:47:13: warning: let 'pupilPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pupilPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeOrbits.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeOrbits.swift:47:13: note: add '@MainActor' to make let 'pupilPath__' part of global actor 'MainActor'
private let pupilPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeOrbits.swift:47:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pupilPath__: CGPath =
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling CGImage+import.swift, CGImage+platform.swift (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
SwiftCompile normal arm64 Compiling\ QRCode+Shadow.swift,\ QRCode+Templating.swift,\ QRCode+Types.swift,\ QRCode+UTI.swift,\ QRCode.swift,\ QRCodeEngine+CoreImage.swift,\ QRCodeEngine.swift,\ QRCodeEngine+External+Wrapper.swift,\ QRCodeEngine+External.swift,\ QRCode+Message+Contact.swift,\ QRCode+Message+Data.swift,\ QRCode+Message+Event.swift,\ QRCode+Message+Link.swift,\ QRCode+Message+Location.swift,\ QRCode+Message+Mail.swift,\ QRCode+Message+Phone.swift,\ QRCode+Message+SMS.swift,\ QRCode+Message+Text.swift,\ Array2D.swift,\ BinaryFloatingPoint+extensions.swift,\ BoolMatrix.swift,\ CGColor+BackwardsCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Shadow.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Templating.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Types.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+UTI.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/generator/QRCodeEngine+CoreImage.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/generator/QRCodeEngine.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/generator/external/QRCodeEngine+External+Wrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/generator/external/QRCodeEngine+External.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Contact.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Data.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Event.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Link.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Location.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Mail.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Phone.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+SMS.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Text.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/Array2D.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/BinaryFloatingPoint+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/BoolMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/CGColor+BackwardsCompatibility.swift (in target 'QRCode' from project 'QRCode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Shadow.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Templating.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+Types.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode+UTI.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/QRCode.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/generator/QRCodeEngine+CoreImage.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/generator/QRCodeEngine.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/generator/external/QRCodeEngine+External+Wrapper.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/generator/external/QRCodeEngine+External.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Contact.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Data.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Event.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Link.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Location.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Mail.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Phone.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+SMS.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/message/QRCode+Message+Text.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/Array2D.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/BinaryFloatingPoint+extensions.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/BoolMatrix.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/private/CGColor+BackwardsCompatibility.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling PlatformImage+export.swift, PlatformImage+import.swift (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
SwiftCompile normal arm64 Compiling\ QRCodePixelShapeStitch.swift,\ QRCodePixelShapeWave.swift,\ QRCodePixelShapeWex.swift,\ QRCodePixelShapeInset+Fixed.swift,\ QRCodePixelShapeInset+Generator.swift,\ QRCodePixelShapeInset+HorizontalWave.swift,\ QRCodePixelShapeInset+Punch.swift,\ QRCodePixelShapeInset+Random.swift,\ QRCodePixelShapeInset+VerticalWave.swift,\ QRCodePixelShapePixel.swift,\ QRCodePixelShapeRotation+Fixed.swift,\ QRCodePixelShapeRotation+Generator.swift,\ QRCodePixelShapeRotation+HWave.swift,\ QRCodePixelShapeRotation+Random.swift,\ QRCodePixelShapeRotation+VWave.swift,\ QRCodeEyeShape.swift,\ QRCodeEyeShapeBarsHorizontal.swift,\ QRCodeEyeShapeBarsVertical.swift,\ QRCodeEyeShapeCRT.swift,\ QRCodeEyeShapeCircle.swift,\ QRCodeEyeShapeCloud.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStitch.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWave.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWex.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+Fixed.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+Generator.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+HorizontalWave.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+Punch.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+Random.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+VerticalWave.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/private/QRCodePixelShapePixel.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Fixed.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Generator.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+HWave.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Random.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+VWave.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShape.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsHorizontal.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsVertical.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCRT.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCircle.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift (in target 'QRCode' from project 'QRCode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStitch.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStitch.swift:86:13: warning: static property 'pixelShape_' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let pixelShape_ = CGPath.make { a in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStitch.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStitch.swift:86:13: note: add '@MainActor' to make static property 'pixelShape_' part of global actor 'MainActor'
static let pixelShape_ = CGPath.make { a in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStitch.swift:86:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pixelShape_ = CGPath.make { a in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWave.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWave.swift:127:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__: CGPath = CGPath.make { wavePath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWave.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWave.swift:127:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__: CGPath = CGPath.make { wavePath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWave.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__: CGPath = CGPath.make { wavePath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWex.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWex.swift:117:14: warning: static property 'WexPixel10x10' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let WexPixel10x10 = CGPath.make { wexshapePath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWex.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWex.swift:117:14: note: add '@MainActor' to make static property 'WexPixel10x10' part of global actor 'MainActor'
static let WexPixel10x10 = CGPath.make { wexshapePath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeWex.swift:117:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let WexPixel10x10 = CGPath.make { wexshapePath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+Fixed.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+Generator.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+HorizontalWave.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+Punch.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+Random.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/inset-generator/QRCodePixelShapeInset+VerticalWave.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/private/QRCodePixelShapePixel.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/private/QRCodePixelShapePixel.swift:48:15: warning: static property 'availableTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var availableTypes: [String] = Self.allCases.map { $0.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/private/QRCodePixelShapePixel.swift:48:15: note: convert 'availableTypes' to a 'let' constant to make 'Sendable' shared state immutable
static var availableTypes: [String] = Self.allCases.map { $0.rawValue }
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/private/QRCodePixelShapePixel.swift:48:15: note: add '@MainActor' to make static property 'availableTypes' part of global actor 'MainActor'
static var availableTypes: [String] = Self.allCases.map { $0.rawValue }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/private/QRCodePixelShapePixel.swift:48:15: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var availableTypes: [String] = Self.allCases.map { $0.rawValue }
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Fixed.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Generator.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+HWave.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Random.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+VWave.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShape.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsHorizontal.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsHorizontal.swift:86:22: warning: static property '_defaultPupil' is not concurrency-safe because non-'Sendable' type 'QRCode.PupilShape.BarsHorizontal' may have shared mutable state; this is an error in the Swift 6 language mode
private static let _defaultPupil = QRCode.PupilShape.BarsHorizontal()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeBarsHorizontal.swift:27:46: note: class 'BarsHorizontal' does not conform to the 'Sendable' protocol
@objc(QRCodePupilShapeBarsHorizontal) class BarsHorizontal: NSObject, QRCodePupilShapeGenerator {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsHorizontal.swift:86:22: note: add '@MainActor' to make static property '_defaultPupil' part of global actor 'MainActor'
private static let _defaultPupil = QRCode.PupilShape.BarsHorizontal()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsHorizontal.swift:86:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let _defaultPupil = QRCode.PupilShape.BarsHorizontal()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsVertical.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsVertical.swift:86:22: warning: static property '_defaultPupil' is not concurrency-safe because non-'Sendable' type 'QRCode.PupilShape.BarsVertical' may have shared mutable state; this is an error in the Swift 6 language mode
private static let _defaultPupil = QRCode.PupilShape.BarsVertical()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeBarsVertical.swift:27:44: note: class 'BarsVertical' does not conform to the 'Sendable' protocol
@objc(QRCodePupilShapeBarsVertical) class BarsVertical: NSObject, QRCodePupilShapeGenerator {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsVertical.swift:86:22: note: add '@MainActor' to make static property '_defaultPupil' part of global actor 'MainActor'
private static let _defaultPupil = QRCode.PupilShape.BarsVertical()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeBarsVertical.swift:86:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let _defaultPupil = QRCode.PupilShape.BarsVertical()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCRT.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCRT.swift:44:22: warning: static property '_defaultPupil' is not concurrency-safe because non-'Sendable' type 'QRCode.PupilShape.CRT' may have shared mutable state; this is an error in the Swift 6 language mode
private static let _defaultPupil = QRCode.PupilShape.CRT()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCRT.swift:25:42: note: class 'CRT' does not conform to the 'Sendable' protocol
@objc(QRCodePupilShapeCRT) public class CRT: NSObject, QRCodePupilShapeGenerator {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCRT.swift:44:22: note: add '@MainActor' to make static property '_defaultPupil' part of global actor 'MainActor'
private static let _defaultPupil = QRCode.PupilShape.CRT()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCRT.swift:44:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let _defaultPupil = QRCode.PupilShape.CRT()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCircle.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCircle.swift:68:22: warning: static property '_defaultPupil' is not concurrency-safe because non-'Sendable' type 'QRCode.PupilShape.Circle' may have shared mutable state; this is an error in the Swift 6 language mode
private static let _defaultPupil = QRCode.PupilShape.Circle()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCircle.swift:27:38: note: class 'Circle' does not conform to the 'Sendable' protocol
@objc(QRCodePupilShapeCircle) class Circle: NSObject, QRCodePupilShapeGenerator {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCircle.swift:68:22: note: add '@MainActor' to make static property '_defaultPupil' part of global actor 'MainActor'
private static let _defaultPupil = QRCode.PupilShape.Circle()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCircle.swift:68:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let _defaultPupil = QRCode.PupilShape.Circle()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:45:22: warning: static property '_defaultPupil' is not concurrency-safe because non-'Sendable' type 'QRCode.PupilShape.Cloud' may have shared mutable state; this is an error in the Swift 6 language mode
private static let _defaultPupil = QRCode.PupilShape.Cloud()
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/pupil/QRCodePupilShapeCloud.swift:25:44: note: class 'Cloud' does not conform to the 'Sendable' protocol
@objc(QRCodePupilShapeCloud) public class Cloud: NSObject, QRCodePupilShapeGenerator {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:45:22: note: add '@MainActor' to make static property '_defaultPupil' part of global actor 'MainActor'
private static let _defaultPupil = QRCode.PupilShape.Cloud()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:45:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let _defaultPupil = QRCode.PupilShape.Cloud()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:63:13: warning: let 'generatedEyePath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedEyePath__: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:63:13: note: add '@MainActor' to make let 'generatedEyePath__' part of global actor 'MainActor'
private let generatedEyePath__: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:63:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedEyePath__: CGPath = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:221:13: warning: let 'generatedEyeBackgroundPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedEyeBackgroundPath__: CGPath = {
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:221:13: note: add '@MainActor' to make let 'generatedEyeBackgroundPath__' part of global actor 'MainActor'
private let generatedEyeBackgroundPath__: CGPath = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/eye/QRCodeEyeShapeCloud.swift:221:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedEyeBackgroundPath__: CGPath = {
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling QRCode+Shadow.swift, QRCode+Templating.swift, QRCode+Types.swift, QRCode+UTI.swift, QRCode.swift, QRCodeEngine+CoreImage.swift, QRCodeEngine.swift, QRCodeEngine+External+Wrapper.swift, QRCodeEngine+External.swift, QRCode+Message+Contact.swift, QRCode+Message+Data.swift, QRCode+Message+Event.swift, QRCode+Message+Link.swift, QRCode+Message+Location.swift, QRCode+Message+Mail.swift, QRCode+Message+Phone.swift, QRCode+Message+SMS.swift, QRCode+Message+Text.swift, Array2D.swift, BinaryFloatingPoint+extensions.swift, BoolMatrix.swift, CGColor+BackwardsCompatibility.swift (in target 'QRCode' from project 'QRCode')
SwiftCompile normal arm64 Compiling\ QRCodePixelShapeRoundedPath.swift,\ QRCodePixelShapeVertical.swift,\ QRCodePixelShapeVortex.swift,\ QRCodePixelShapeArrow.swift,\ QRCodePixelShapeCRT.swift,\ QRCodePixelShapeCircle.swift,\ QRCodePixelShapeDiagonal.swift,\ QRCodePixelShapeDiamond.swift,\ QRCodePixelShapeFlame.swift,\ QRCodePixelShapeFlower.swift,\ QRCodePixelShapeGear.swift,\ QRCodePixelShapeHeart.swift,\ QRCodePixelShapeHexagon.swift,\ QRCodePixelShapeKoala.swift,\ QRCodePixelShapeRoundedRect.swift,\ QRCodePixelShapeSharp.swift,\ QRCodePixelShapeShiny.swift,\ QRCodePixelShapeSpikyCircle.swift,\ QRCodePixelShapeSquare.swift,\ QRCodePixelShapeSquircle.swift,\ QRCodePixelShapeStar.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedPath.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeVertical.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeVortex.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeArrow.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCRT.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCircle.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiagonal.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiamond.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlame.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlower.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeGear.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHeart.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHexagon.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeKoala.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeRoundedRect.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSharp.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSpikyCircle.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquare.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquircle.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStar.swift (in target 'QRCode' from project 'QRCode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedPath.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedPath.swift:264:21: warning: static property 'templateSquare' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private static let templateSquare = CGPath(rect: QRCode.PixelShape.RoundedPath.DefaultRect, transform: nil)
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedPath.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedPath.swift:264:21: note: add '@MainActor' to make static property 'templateSquare' part of global actor 'MainActor'
private static let templateSquare = CGPath(rect: QRCode.PixelShape.RoundedPath.DefaultRect, transform: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeRoundedPath.swift:264:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let templateSquare = CGPath(rect: QRCode.PixelShape.RoundedPath.DefaultRect, transform: nil)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeVertical.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/QRCodePixelShapeVortex.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeArrow.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeArrow.swift:127:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__: CGPath = CGPath.make { arrowPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeArrow.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeArrow.swift:127:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__: CGPath = CGPath.make { arrowPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeArrow.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__: CGPath = CGPath.make { arrowPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCRT.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCRT.swift:123:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__: CGPath = CGPath.make { crt_pixelPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCRT.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCRT.swift:123:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__: CGPath = CGPath.make { crt_pixelPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCRT.swift:123:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__: CGPath = CGPath.make { crt_pixelPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCircle.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCircle.swift:98:14: warning: static property 'Circle10x10' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let Circle10x10 = CGPath(ellipseIn: CGRect(x: 0, y: 0, width: 10, height: 10), transform: nil)
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCircle.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCircle.swift:98:14: note: add '@MainActor' to make static property 'Circle10x10' part of global actor 'MainActor'
static let Circle10x10 = CGPath(ellipseIn: CGRect(x: 0, y: 0, width: 10, height: 10), transform: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeCircle.swift:98:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Circle10x10 = CGPath(ellipseIn: CGRect(x: 0, y: 0, width: 10, height: 10), transform: nil)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiagonal.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiagonal.swift:127:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__ = CGPath.make { path in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiagonal.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiagonal.swift:127:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__ = CGPath.make { path in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiagonal.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__ = CGPath.make { path in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiamond.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiamond.swift:127:13: warning: let '__diamondPath' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let __diamondPath = CGPath.make { diamondPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiamond.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiamond.swift:127:13: note: add '@MainActor' to make let '__diamondPath' part of global actor 'MainActor'
private let __diamondPath = CGPath.make { diamondPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeDiamond.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let __diamondPath = CGPath.make { diamondPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlame.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlame.swift:127:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__ = CGPath.make { flamepixelpathPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlame.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlame.swift:127:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__ = CGPath.make { flamepixelpathPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlame.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__ = CGPath.make { flamepixelpathPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlower.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlower.swift:127:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__: CGPath = CGPath.make { flowerPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlower.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlower.swift:127:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__: CGPath = CGPath.make { flowerPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeFlower.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__: CGPath = CGPath.make { flowerPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeGear.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeGear.swift:212:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__ = CGPath.make { gearpixel2Path in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeGear.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeGear.swift:212:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__ = CGPath.make { gearpixel2Path in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeGear.swift:212:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__ = CGPath.make { gearpixel2Path in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHeart.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHeart.swift:127:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__: CGPath = CGPath.make { heartPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHeart.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHeart.swift:127:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__: CGPath = CGPath.make { heartPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHeart.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__: CGPath = CGPath.make { heartPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHexagon.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHexagon.swift:117:14: warning: static property 'HexagonPixel10x10' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let HexagonPixel10x10 = CGPath.make { hexPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHexagon.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHexagon.swift:117:14: note: add '@MainActor' to make static property 'HexagonPixel10x10' part of global actor 'MainActor'
static let HexagonPixel10x10 = CGPath.make { hexPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeHexagon.swift:117:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let HexagonPixel10x10 = CGPath.make { hexPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeKoala.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeKoala.swift:127:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__ = CGPath.make { koalaPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeKoala.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeKoala.swift:127:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__ = CGPath.make { koalaPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeKoala.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__ = CGPath.make { koalaPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeRoundedRect.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSharp.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSharp.swift:123:13: warning: let 'pixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pixelPath__: CGPath = CGPath.make { rectanglePath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSharp.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSharp.swift:123:13: note: add '@MainActor' to make let 'pixelPath__' part of global actor 'MainActor'
private let pixelPath__: CGPath = CGPath.make { rectanglePath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSharp.swift:123:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pixelPath__: CGPath = CGPath.make { rectanglePath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift:66:13: warning: let 'generatedOddPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedOddPixelPath__ = CGPath.make { oddpathPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift:66:13: note: add '@MainActor' to make let 'generatedOddPixelPath__' part of global actor 'MainActor'
private let generatedOddPixelPath__ = CGPath.make { oddpathPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift:66:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedOddPixelPath__ = CGPath.make { oddpathPath in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift:79:13: warning: let 'generatedEvenPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedEvenPixelPath__ = CGPath.make { evenpathPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift:79:13: note: add '@MainActor' to make let 'generatedEvenPixelPath__' part of global actor 'MainActor'
private let generatedEvenPixelPath__ = CGPath.make { evenpathPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeShiny.swift:79:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedEvenPixelPath__ = CGPath.make { evenpathPath in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSpikyCircle.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSpikyCircle.swift:213:13: warning: let 'generatedPixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let generatedPixelPath__: CGPath =
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSpikyCircle.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSpikyCircle.swift:213:13: note: add '@MainActor' to make let 'generatedPixelPath__' part of global actor 'MainActor'
private let generatedPixelPath__: CGPath =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSpikyCircle.swift:213:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generatedPixelPath__: CGPath =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquare.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquare.swift:117:14: warning: static property 'Square10x10' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
static let Square10x10 = CGPath(rect: CGRect(x: 0, y: 0, width: 10, height: 10), transform: nil)
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquare.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquare.swift:117:14: note: add '@MainActor' to make static property 'Square10x10' part of global actor 'MainActor'
static let Square10x10 = CGPath(rect: CGRect(x: 0, y: 0, width: 10, height: 10), transform: nil)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquare.swift:117:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Square10x10 = CGPath(rect: CGRect(x: 0, y: 0, width: 10, height: 10), transform: nil)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquircle.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquircle.swift:126:13: warning: let 'pixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pixelPath__: CGPath = CGPath.make { s10 in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquircle.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquircle.swift:126:13: note: add '@MainActor' to make let 'pixelPath__' part of global actor 'MainActor'
private let pixelPath__: CGPath = CGPath.make { s10 in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeSquircle.swift:126:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pixelPath__: CGPath = CGPath.make { s10 in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStar.swift (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStar.swift:127:13: warning: let 'pixelPath__' is not concurrency-safe because non-'Sendable' type 'CGPath' may have shared mutable state; this is an error in the Swift 6 language mode
private let pixelPath__: CGPath = CGPath.make { starPath in
^
CoreGraphics.CGPath:1:14: note: class 'CGPath' does not conform to the 'Sendable' protocol
public class CGPath : _CFObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStar.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
import CoreGraphics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStar.swift:127:13: note: add '@MainActor' to make let 'pixelPath__' part of global actor 'MainActor'
private let pixelPath__: CGPath = CGPath.make { starPath in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/QRCode/styles/data/pixel/QRCodePixelShapeStar.swift:127:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let pixelPath__: CGPath = CGPath.make { starPath in
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling SwiftUI+extensions.swift (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
SwiftDriver\ Compilation SwiftImageReadWrite normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftImageReadWrite -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite-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/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite.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/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite_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/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.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/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CGColor+extensions.swift, CGColor+hex.swift, CGContext+extensions.swift, CGFloat+extensions.swift, CGImage+diff.swift, CGImage+extensions.swift, CGMutablePath+PaintCodeHelpers.swift, CGPath+RoundedRectExtensions.swift, CGPath+SVG.swift, CGPath+codable.swift, CGPath+extensions.swift, CGPath+hexagon.swift, CGSize+extensions.swift, Clamp.swift, DSFGradient.swift, Debounce.swift, FileManager+extensions.swift, FixedWidthInteger+extensions.swift, NSBezierPath+extensions.swift, NSImage+extensions.swift, Neighbours.swift, Optional+extensions.swift (in target 'QRCode' from project 'QRCode')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftImageReadWrite.o normal (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftImageReadWrite
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftImageReadWrite.o
SwiftDriverJobDiscovery normal arm64 Compiling QRCodePupilShapeBlobby.swift, QRCodePupilShapeCRT.swift, QRCodePupilShapeCircle.swift, QRCodePupilShapeCloud.swift, QRCodePupilShapeCloudCircle.swift, QRCodePupilShapeCorneredPixels.swift, QRCodePupilShapeCross.swift, QRCodePupilShapeCrossCurved.swift, QRCodePupilShapeDiagonalStripes.swift, QRCodePupilShapeDotDrag.swift, QRCodePupilShapeEdges.swift, QRCodePupilShapeExplode.swift, QRCodePupilShapeFabricScissors.swift, QRCodePupilShapeFactory.swift, QRCodePupilShapeFlame.swift, QRCodePupilShapeForest.swift, QRCodePupilShapeGear.swift, QRCodePupilShapeHexagonLeaf.swift, QRCodePupilShapeKoala.swift, QRCodePupilShapeLeaf.swift, QRCodePupilShapeOrbits.swift (in target 'QRCode' from project 'QRCode')
ExtractAppIntentsMetadata (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftImageReadWrite
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftImageReadWrite --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swiftimagereadwrite.SwiftImageReadWrite --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftImageReadWrite.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftImageReadWrite.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/SwiftImageReadWrite.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/SwiftImageReadWrite.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftImageReadWrite.build/Debug-xros/SwiftImageReadWrite.build/Objects-normal/arm64/SwiftImageReadWrite.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-13 23:36:39.721 appintentsmetadataprocessor[877:4814] Starting appintentsmetadataprocessor export
2025-06-13 23:36:39.759 appintentsmetadataprocessor[877:4814] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCodeGenerator.o (in target 'QRCodeGenerator' from project 'swift-qrcode-generator')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-qrcode-generator
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCodeGenerator.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftImageReadWrite.o (in target 'SwiftImageReadWrite' from project 'SwiftImageReadWrite')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftImageReadWrite
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftImageReadWrite.o
SwiftDriverJobDiscovery normal arm64 Compiling QRCodeEyeShapeShield.swift, QRCodeEyeShapeSpikyCircle.swift, QRCodeEyeShapeSquare.swift, QRCodeEyeShapeSquarePeg.swift, QRCodeEyeShapeSquircle.swift, QRCodeEyeShapeSurroundingBars.swift, QRCodeEyeShapeTeardrop.swift, QRCodeEyeShapeUFO.swift, QRCodeEyeShapeUFORounded.swift, QRCodeEyeShapeUsePixelShape.swift, QRCodeFillStyle.swift, QRCodeFillStyleFactory.swift, QRCodeFillStyleImage.swift, QRCodeFillStyleLinearGradient.swift, QRCodeFillStyleRadialGradient.swift, QRCodeFillStyleSolid.swift, QRCodePupilShape.swift, QRCodePupilShapeArrow.swift, QRCodePupilShapeBarsHorizontal.swift, QRCodePupilShapeBarsVertical.swift, QRCodePupilShapeBlade.swift (in target 'QRCode' from project 'QRCode')
SwiftDriverJobDiscovery normal arm64 Compiling QRCodePupilShapePinch.swift, QRCodePupilShapePixels.swift, QRCodePupilShapeRoundedOuter.swift, QRCodePupilShapeRoundedPointingIn.swift, QRCodePupilShapeRoundedPointingOut.swift, QRCodePupilShapeRoundedRect.swift, QRCodePupilShapeSeal.swift, QRCodePupilShapeShield.swift, QRCodePupilShapeSpikyCircle.swift, QRCodePupilShapeSquare.swift, QRCodePupilShapeSquircle.swift, QRCodePupilShapeTeardrop.swift, QRCodePupilShapeUFO.swift, QRCodePupilShapeUFORounded.swift, QRCodePupilShapeUsePixelShape.swift, QRCodeDocumentView+AppKit.swift, QRCodeDocumentView+UIKit.swift, QRCodeView.swift, QRCodeDocumentUIView.swift, QRCodeShape.swift, QRCodeViewUI.swift (in target 'QRCode' from project 'QRCode')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, QRCode+ASCII.swift, QRCode+Builder.swift, QRCode+Combine.swift, QRCode+Content.swift, QRCode+Conveniences.swift, QRCode+Design.swift, QRCode+Detection.swift, QRCode+Document+Export.swift, QRCode+Document+LoadSave.swift, QRCode+Document.swift, QRCode+Drawing.swift, QRCode+Error.swift, QRCode+ErrorCorrection.swift, QRCode+FormattedContent.swift, QRCode+Image.swift, QRCode+Keys.swift, QRCode+LogoTemplate.swift, QRCode+Message.swift, QRCode+Pasteboard.swift, QRCode+Path.swift, QRCode+SVG.swift (in target 'QRCode' from project 'QRCode')
SwiftDriverJobDiscovery normal arm64 Compiling QRCode+Platform.swift, RandomNumberWithSeed.swift, String+extensions.swift, Utils.swift, QRCode+Shape.swift, QRCode+Style.swift, QRCodePixelShape.swift, QRCodePixelShapeAbstract.swift, QRCodePixelShapeBlob.swift, QRCodePixelShapeCircuit.swift, QRCodePixelShapeCrosshatch.swift, QRCodePixelShapeCurvePixel.swift, QRCodePixelShapeDiagonalStripes.swift, QRCodePixelShapeDonut.swift, QRCodePixelShapeDripHorizontal.swift, QRCodePixelShapeDripVertical.swift, QRCodePixelShapeFactory.swift, QRCodePixelShapeGrid.swift, QRCodePixelShapeHorizontal.swift, QRCodePixelShapePointy.swift, QRCodePixelShapeRazor.swift, QRCodePixelShapeRoundedEndIndent.swift (in target 'QRCode' from project 'QRCode')
SwiftDriverJobDiscovery normal arm64 Compiling QRCodePixelShapeStitch.swift, QRCodePixelShapeWave.swift, QRCodePixelShapeWex.swift, QRCodePixelShapeInset+Fixed.swift, QRCodePixelShapeInset+Generator.swift, QRCodePixelShapeInset+HorizontalWave.swift, QRCodePixelShapeInset+Punch.swift, QRCodePixelShapeInset+Random.swift, QRCodePixelShapeInset+VerticalWave.swift, QRCodePixelShapePixel.swift, QRCodePixelShapeRotation+Fixed.swift, QRCodePixelShapeRotation+Generator.swift, QRCodePixelShapeRotation+HWave.swift, QRCodePixelShapeRotation+Random.swift, QRCodePixelShapeRotation+VWave.swift, QRCodeEyeShape.swift, QRCodeEyeShapeBarsHorizontal.swift, QRCodeEyeShapeBarsVertical.swift, QRCodeEyeShapeCRT.swift, QRCodeEyeShapeCircle.swift, QRCodeEyeShapeCloud.swift (in target 'QRCode' from project 'QRCode')
SwiftDriverJobDiscovery normal arm64 Compiling QRCodePixelShapeRoundedPath.swift, QRCodePixelShapeVertical.swift, QRCodePixelShapeVortex.swift, QRCodePixelShapeArrow.swift, QRCodePixelShapeCRT.swift, QRCodePixelShapeCircle.swift, QRCodePixelShapeDiagonal.swift, QRCodePixelShapeDiamond.swift, QRCodePixelShapeFlame.swift, QRCodePixelShapeFlower.swift, QRCodePixelShapeGear.swift, QRCodePixelShapeHeart.swift, QRCodePixelShapeHexagon.swift, QRCodePixelShapeKoala.swift, QRCodePixelShapeRoundedRect.swift, QRCodePixelShapeSharp.swift, QRCodePixelShapeShiny.swift, QRCodePixelShapeSpikyCircle.swift, QRCodePixelShapeSquare.swift, QRCodePixelShapeSquircle.swift, QRCodePixelShapeStar.swift (in target 'QRCode' from project 'QRCode')
SwiftDriverJobDiscovery normal arm64 Compiling QRCodeEyeShapeCloudCircle.swift, QRCodeEyeShapeCorneredPixels.swift, QRCodeEyeShapeDiagonalStripes.swift, QRCodeEyeShapeDotDrag.swift, QRCodeEyeShapeEdges.swift, QRCodeEyeShapeExplode.swift, QRCodeEyeShapeEye.swift, QRCodeEyeShapeFabricScissors.swift, QRCodeEyeShapeFactory.swift, QRCodeEyeShapeFireball.swift, QRCodeEyeShapeFlame.swift, QRCodeEyeShapeHeadlight.swift, QRCodeEyeShapeHolePunch.swift, QRCodeEyeShapeLeaf.swift, QRCodeEyeShapePeacock.swift, QRCodeEyeShapePinch.swift, QRCodeEyeShapePixels.swift, QRCodeEyeShapeRoundedOuter.swift, QRCodeEyeShapeRoundedPointingIn.swift, QRCodeEyeShapeRoundedPointingOut.swift, QRCodeEyeShapeRoundedRect.swift (in target 'QRCode' from project 'QRCode')
SwiftDriverJobDiscovery normal arm64 Emitting module for QRCode (in target 'QRCode' from project 'QRCode')
SwiftDriver\ Compilation\ Requirements QRCode normal arm64 com.apple.xcode.tools.swift.compiler (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name QRCode -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode-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/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.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/QRCode.build/Debug-xros/QRCode.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode_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/QRCode.build/Debug-xros/QRCode.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.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/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation QRCode normal arm64 com.apple.xcode.tools.swift.compiler (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name QRCode -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode-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/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.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/QRCode.build/Debug-xros/QRCode.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode_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/QRCode.build/Debug-xros/QRCode.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.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/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode-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/QRCode-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode-Swift.h (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/QRCode-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.abi.json (in target 'QRCode' from project 'QRCode')
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/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.swiftmodule (in target 'QRCode' from project 'QRCode')
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/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.swiftdoc (in target 'QRCode' from project 'QRCode')
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/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.swiftsourceinfo (in target 'QRCode' from project 'QRCode')
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/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.o normal (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.o
ExtractAppIntentsMetadata (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name QRCode --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.QRCode --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/QRCode.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/QRCode.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCode.build/Debug-xros/QRCode.build/Objects-normal/arm64/QRCode.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-13 23:36:46.495 appintentsmetadataprocessor[880:4919] Starting appintentsmetadataprocessor export
2025-06-13 23:36:46.530 appintentsmetadataprocessor[880:4919] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.o (in target 'QRCode' from project 'QRCode')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/QRCode.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.3",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-qrcode-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.2",
"upper_bound" : "2.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/swift-qrcode-generator"
},
{
"identity" : "swiftimagereadwrite",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.1",
"upper_bound" : "1.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/SwiftImageReadWrite"
}
],
"manifest_display_name" : "QRCode",
"name" : "QRCode",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "QRCode",
"targets" : [
"QRCode"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QRCodeStatic",
"targets" : [
"QRCode"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "QRCodeDynamic",
"targets" : [
"QRCode"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "QRCodeDetector",
"targets" : [
"QRCodeDetector"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "qrcodegen",
"targets" : [
"qrcodegen"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "qrcodegen",
"module_type" : "SwiftTarget",
"name" : "qrcodegen",
"path" : "Sources/qrcodegen",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"qrcodegen"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/qrcodegen/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"main.swift",
"utils.swift"
],
"target_dependencies" : [
"QRCode"
],
"type" : "executable"
},
{
"c99name" : "QRCodeTests",
"module_type" : "SwiftTarget",
"name" : "QRCodeTests",
"path" : "Tests/QRCodeTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/apple.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/b-image.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/beach-square.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/colored-fill-bw.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/colored-fill-invert.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/colored-fill.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/corner-heart.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/example-com.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/instagram-icon.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/lego.jpeg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/logo-mask.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/logo-scan.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/logo.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/nsw-health.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/photo-logo.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/qrcodes-image.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/square-logo.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/svg/Issue19Generated.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/swift-logo.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/wiki-logo.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/wombles.jpeg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/QRCodeTests/Resources/wwf.jpeg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CGPathCoderTests.swift",
"ComponentsTests.swift",
"DocumentationImageTests.swift",
"QRCodeBugFixTests.swift",
"QRCodeBuilderTests.swift",
"QRCodeDetectionTests.swift",
"QRCodeDocGenerator.swift",
"QRCodeEncodeDecodeTests.swift",
"QRCodeExternalGenerationTests.swift",
"QRCodeEyeShapeTests.swift",
"QRCodeFillTests.swift",
"QRCodeImageFillTests.swift",
"QRCodeMaskingTests.swift",
"QRCodeMessageFormattingTests.swift",
"QRCodePathTests.swift",
"QRCodePixelInsetDocumentTests.swift",
"QRCodePixelInsetTests.swift",
"QRCodePixelRotationDocumentTests.swift",
"QRCodePixelRotationTests.swift",
"QRCodeSVGExportTests.swift",
"QRCodeTests.swift",
"QRCodeWatchOSTests.swift",
"QRLoadSaveTests.swift",
"ShadowTests.swift",
"TestFilesContainer.swift",
"Utils.swift"
],
"target_dependencies" : [
"QRCode"
],
"type" : "test"
},
{
"c99name" : "QRCodeDetector",
"module_type" : "SwiftTarget",
"name" : "QRCodeDetector",
"path" : "Sources/QRCodeDetector",
"product_memberships" : [
"QRCodeDetector"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/QRCodeDetector/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"QRCodeDetector+VideoDetector.swift"
],
"type" : "library"
},
{
"c99name" : "QRCode",
"module_type" : "SwiftTarget",
"name" : "QRCode",
"path" : "Sources/QRCode",
"product_dependencies" : [
"SwiftImageReadWrite",
"QRCodeGenerator"
],
"product_memberships" : [
"QRCode",
"QRCodeStatic",
"QRCodeDynamic",
"qrcodegen"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/QRCode/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"QRCode+ASCII.swift",
"QRCode+Builder.swift",
"QRCode+Combine.swift",
"QRCode+Content.swift",
"QRCode+Conveniences.swift",
"QRCode+Design.swift",
"QRCode+Detection.swift",
"QRCode+Document+Export.swift",
"QRCode+Document+LoadSave.swift",
"QRCode+Document.swift",
"QRCode+Drawing.swift",
"QRCode+Error.swift",
"QRCode+ErrorCorrection.swift",
"QRCode+FormattedContent.swift",
"QRCode+Image.swift",
"QRCode+Keys.swift",
"QRCode+LogoTemplate.swift",
"QRCode+Message.swift",
"QRCode+Pasteboard.swift",
"QRCode+Path.swift",
"QRCode+SVG.swift",
"QRCode+Shadow.swift",
"QRCode+Templating.swift",
"QRCode+Types.swift",
"QRCode+UTI.swift",
"QRCode.swift",
"generator/QRCodeEngine+CoreImage.swift",
"generator/QRCodeEngine.swift",
"generator/external/QRCodeEngine+External+Wrapper.swift",
"generator/external/QRCodeEngine+External.swift",
"message/QRCode+Message+Contact.swift",
"message/QRCode+Message+Data.swift",
"message/QRCode+Message+Event.swift",
"message/QRCode+Message+Link.swift",
"message/QRCode+Message+Location.swift",
"message/QRCode+Message+Mail.swift",
"message/QRCode+Message+Phone.swift",
"message/QRCode+Message+SMS.swift",
"message/QRCode+Message+Text.swift",
"private/Array2D.swift",
"private/BinaryFloatingPoint+extensions.swift",
"private/BoolMatrix.swift",
"private/CGColor+BackwardsCompatibility.swift",
"private/CGColor+extensions.swift",
"private/CGColor+hex.swift",
"private/CGContext+extensions.swift",
"private/CGFloat+extensions.swift",
"private/CGImage+diff.swift",
"private/CGImage+extensions.swift",
"private/CGMutablePath+PaintCodeHelpers.swift",
"private/CGPath+RoundedRectExtensions.swift",
"private/CGPath+SVG.swift",
"private/CGPath+codable.swift",
"private/CGPath+extensions.swift",
"private/CGPath+hexagon.swift",
"private/CGSize+extensions.swift",
"private/Clamp.swift",
"private/DSFGradient.swift",
"private/Debounce.swift",
"private/FileManager+extensions.swift",
"private/FixedWidthInteger+extensions.swift",
"private/NSBezierPath+extensions.swift",
"private/NSImage+extensions.swift",
"private/Neighbours.swift",
"private/Optional+extensions.swift",
"private/QRCode+Platform.swift",
"private/RandomNumberWithSeed.swift",
"private/String+extensions.swift",
"private/Utils.swift",
"styles/QRCode+Shape.swift",
"styles/QRCode+Style.swift",
"styles/data/QRCodePixelShape.swift",
"styles/data/QRCodePixelShapeAbstract.swift",
"styles/data/QRCodePixelShapeBlob.swift",
"styles/data/QRCodePixelShapeCircuit.swift",
"styles/data/QRCodePixelShapeCrosshatch.swift",
"styles/data/QRCodePixelShapeCurvePixel.swift",
"styles/data/QRCodePixelShapeDiagonalStripes.swift",
"styles/data/QRCodePixelShapeDonut.swift",
"styles/data/QRCodePixelShapeDripHorizontal.swift",
"styles/data/QRCodePixelShapeDripVertical.swift",
"styles/data/QRCodePixelShapeFactory.swift",
"styles/data/QRCodePixelShapeGrid.swift",
"styles/data/QRCodePixelShapeHorizontal.swift",
"styles/data/QRCodePixelShapePointy.swift",
"styles/data/QRCodePixelShapeRazor.swift",
"styles/data/QRCodePixelShapeRoundedEndIndent.swift",
"styles/data/QRCodePixelShapeRoundedPath.swift",
"styles/data/QRCodePixelShapeVertical.swift",
"styles/data/QRCodePixelShapeVortex.swift",
"styles/data/pixel/QRCodePixelShapeArrow.swift",
"styles/data/pixel/QRCodePixelShapeCRT.swift",
"styles/data/pixel/QRCodePixelShapeCircle.swift",
"styles/data/pixel/QRCodePixelShapeDiagonal.swift",
"styles/data/pixel/QRCodePixelShapeDiamond.swift",
"styles/data/pixel/QRCodePixelShapeFlame.swift",
"styles/data/pixel/QRCodePixelShapeFlower.swift",
"styles/data/pixel/QRCodePixelShapeGear.swift",
"styles/data/pixel/QRCodePixelShapeHeart.swift",
"styles/data/pixel/QRCodePixelShapeHexagon.swift",
"styles/data/pixel/QRCodePixelShapeKoala.swift",
"styles/data/pixel/QRCodePixelShapeRoundedRect.swift",
"styles/data/pixel/QRCodePixelShapeSharp.swift",
"styles/data/pixel/QRCodePixelShapeShiny.swift",
"styles/data/pixel/QRCodePixelShapeSpikyCircle.swift",
"styles/data/pixel/QRCodePixelShapeSquare.swift",
"styles/data/pixel/QRCodePixelShapeSquircle.swift",
"styles/data/pixel/QRCodePixelShapeStar.swift",
"styles/data/pixel/QRCodePixelShapeStitch.swift",
"styles/data/pixel/QRCodePixelShapeWave.swift",
"styles/data/pixel/QRCodePixelShapeWex.swift",
"styles/data/pixel/inset-generator/QRCodePixelShapeInset+Fixed.swift",
"styles/data/pixel/inset-generator/QRCodePixelShapeInset+Generator.swift",
"styles/data/pixel/inset-generator/QRCodePixelShapeInset+HorizontalWave.swift",
"styles/data/pixel/inset-generator/QRCodePixelShapeInset+Punch.swift",
"styles/data/pixel/inset-generator/QRCodePixelShapeInset+Random.swift",
"styles/data/pixel/inset-generator/QRCodePixelShapeInset+VerticalWave.swift",
"styles/data/pixel/private/QRCodePixelShapePixel.swift",
"styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Fixed.swift",
"styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Generator.swift",
"styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+HWave.swift",
"styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+Random.swift",
"styles/data/pixel/rotation-generator/QRCodePixelShapeRotation+VWave.swift",
"styles/eye/QRCodeEyeShape.swift",
"styles/eye/QRCodeEyeShapeBarsHorizontal.swift",
"styles/eye/QRCodeEyeShapeBarsVertical.swift",
"styles/eye/QRCodeEyeShapeCRT.swift",
"styles/eye/QRCodeEyeShapeCircle.swift",
"styles/eye/QRCodeEyeShapeCloud.swift",
"styles/eye/QRCodeEyeShapeCloudCircle.swift",
"styles/eye/QRCodeEyeShapeCorneredPixels.swift",
"styles/eye/QRCodeEyeShapeDiagonalStripes.swift",
"styles/eye/QRCodeEyeShapeDotDrag.swift",
"styles/eye/QRCodeEyeShapeEdges.swift",
"styles/eye/QRCodeEyeShapeExplode.swift",
"styles/eye/QRCodeEyeShapeEye.swift",
"styles/eye/QRCodeEyeShapeFabricScissors.swift",
"styles/eye/QRCodeEyeShapeFactory.swift",
"styles/eye/QRCodeEyeShapeFireball.swift",
"styles/eye/QRCodeEyeShapeFlame.swift",
"styles/eye/QRCodeEyeShapeHeadlight.swift",
"styles/eye/QRCodeEyeShapeHolePunch.swift",
"styles/eye/QRCodeEyeShapeLeaf.swift",
"styles/eye/QRCodeEyeShapePeacock.swift",
"styles/eye/QRCodeEyeShapePinch.swift",
"styles/eye/QRCodeEyeShapePixels.swift",
"styles/eye/QRCodeEyeShapeRoundedOuter.swift",
"styles/eye/QRCodeEyeShapeRoundedPointingIn.swift",
"styles/eye/QRCodeEyeShapeRoundedPointingOut.swift",
"styles/eye/QRCodeEyeShapeRoundedRect.swift",
"styles/eye/QRCodeEyeShapeShield.swift",
"styles/eye/QRCodeEyeShapeSpikyCircle.swift",
"styles/eye/QRCodeEyeShapeSquare.swift",
"styles/eye/QRCodeEyeShapeSquarePeg.swift",
"styles/eye/QRCodeEyeShapeSquircle.swift",
"styles/eye/QRCodeEyeShapeSurroundingBars.swift",
"styles/eye/QRCodeEyeShapeTeardrop.swift",
"styles/eye/QRCodeEyeShapeUFO.swift",
"styles/eye/QRCodeEyeShapeUFORounded.swift",
"styles/eye/QRCodeEyeShapeUsePixelShape.swift",
"styles/fill/QRCodeFillStyle.swift",
"styles/fill/QRCodeFillStyleFactory.swift",
"styles/fill/QRCodeFillStyleImage.swift",
"styles/fill/QRCodeFillStyleLinearGradient.swift",
"styles/fill/QRCodeFillStyleRadialGradient.swift",
"styles/fill/QRCodeFillStyleSolid.swift",
"styles/pupil/QRCodePupilShape.swift",
"styles/pupil/QRCodePupilShapeArrow.swift",
"styles/pupil/QRCodePupilShapeBarsHorizontal.swift",
"styles/pupil/QRCodePupilShapeBarsVertical.swift",
"styles/pupil/QRCodePupilShapeBlade.swift",
"styles/pupil/QRCodePupilShapeBlobby.swift",
"styles/pupil/QRCodePupilShapeCRT.swift",
"styles/pupil/QRCodePupilShapeCircle.swift",
"styles/pupil/QRCodePupilShapeCloud.swift",
"styles/pupil/QRCodePupilShapeCloudCircle.swift",
"styles/pupil/QRCodePupilShapeCorneredPixels.swift",
"styles/pupil/QRCodePupilShapeCross.swift",
"styles/pupil/QRCodePupilShapeCrossCurved.swift",
"styles/pupil/QRCodePupilShapeDiagonalStripes.swift",
"styles/pupil/QRCodePupilShapeDotDrag.swift",
"styles/pupil/QRCodePupilShapeEdges.swift",
"styles/pupil/QRCodePupilShapeExplode.swift",
"styles/pupil/QRCodePupilShapeFabricScissors.swift",
"styles/pupil/QRCodePupilShapeFactory.swift",
"styles/pupil/QRCodePupilShapeFlame.swift",
"styles/pupil/QRCodePupilShapeForest.swift",
"styles/pupil/QRCodePupilShapeGear.swift",
"styles/pupil/QRCodePupilShapeHexagonLeaf.swift",
"styles/pupil/QRCodePupilShapeKoala.swift",
"styles/pupil/QRCodePupilShapeLeaf.swift",
"styles/pupil/QRCodePupilShapeOrbits.swift",
"styles/pupil/QRCodePupilShapePinch.swift",
"styles/pupil/QRCodePupilShapePixels.swift",
"styles/pupil/QRCodePupilShapeRoundedOuter.swift",
"styles/pupil/QRCodePupilShapeRoundedPointingIn.swift",
"styles/pupil/QRCodePupilShapeRoundedPointingOut.swift",
"styles/pupil/QRCodePupilShapeRoundedRect.swift",
"styles/pupil/QRCodePupilShapeSeal.swift",
"styles/pupil/QRCodePupilShapeShield.swift",
"styles/pupil/QRCodePupilShapeSpikyCircle.swift",
"styles/pupil/QRCodePupilShapeSquare.swift",
"styles/pupil/QRCodePupilShapeSquircle.swift",
"styles/pupil/QRCodePupilShapeTeardrop.swift",
"styles/pupil/QRCodePupilShapeUFO.swift",
"styles/pupil/QRCodePupilShapeUFORounded.swift",
"styles/pupil/QRCodePupilShapeUsePixelShape.swift",
"views/QRCodeDocumentView+AppKit.swift",
"views/QRCodeDocumentView+UIKit.swift",
"views/QRCodeView.swift",
"views/SwiftUI/QRCodeDocumentUIView.swift",
"views/SwiftUI/QRCodeShape.swift",
"views/SwiftUI/QRCodeViewUI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.