The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CoreTextSwift, reference 0.0.2 (604473), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 08:44:29 UTC.

Swift 6 data race errors: 51

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CoreTextSwift -destination generic/platform=watchOS 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

  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CTLine+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CTRun+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FontManager+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ CoreTextSwift (in target 'CoreTextSwift' from project 'CoreTextSwift')
EmitSwiftModule normal armv7k (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:70: warning: 'kCTCharacterShapeAttributeName' was deprecated in watchOS 2.0: Use feature type kCharacterShapeType with the appropriate selector
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: warning: static property 'characterShape' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: add '@MainActor' to make static property 'characterShape' part of global actor 'MainActor'
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: warning: static property 'font' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: add '@MainActor' to make static property 'font' part of global actor 'MainActor'
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: add '@MainActor' to make static property 'kern' part of global actor 'MainActor'
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: warning: static property 'ligature' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: add '@MainActor' to make static property 'ligature' part of global actor 'MainActor'
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: warning: static property 'foregroundColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: add '@MainActor' to make static property 'foregroundColor' part of global actor 'MainActor'
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: warning: static property 'foregroundColorFromContext' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: add '@MainActor' to make static property 'foregroundColorFromContext' part of global actor 'MainActor'
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: warning: static property 'paragraphStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: add '@MainActor' to make static property 'paragraphStyle' part of global actor 'MainActor'
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: warning: static property 'strokeWidth' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: add '@MainActor' to make static property 'strokeWidth' part of global actor 'MainActor'
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: warning: static property 'strokeColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: add '@MainActor' to make static property 'strokeColor' part of global actor 'MainActor'
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: add '@MainActor' to make static property 'superscript' part of global actor 'MainActor'
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: warning: static property 'underlineColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: add '@MainActor' to make static property 'underlineColor' part of global actor 'MainActor'
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: warning: static property 'underlineStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: add '@MainActor' to make static property 'underlineStyle' part of global actor 'MainActor'
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: warning: static property 'verticalForms' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: add '@MainActor' to make static property 'verticalForms' part of global actor 'MainActor'
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: warning: static property 'glyphInfo' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: add '@MainActor' to make static property 'glyphInfo' part of global actor 'MainActor'
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: warning: static property 'runDelegate' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: add '@MainActor' to make static property 'runDelegate' part of global actor 'MainActor'
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: warning: static property 'baselineOffset' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: add '@MainActor' to make static property 'baselineOffset' part of global actor 'MainActor'
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: warning: static property 'trackingAttributeName' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: add '@MainActor' to make static property 'trackingAttributeName' part of global actor 'MainActor'
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CTStringAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:70: warning: 'kCTCharacterShapeAttributeName' was deprecated in watchOS 2.0: Use feature type kCharacterShapeType with the appropriate selector
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: warning: static property 'characterShape' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: add '@MainActor' to make static property 'characterShape' part of global actor 'MainActor'
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: warning: static property 'font' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: add '@MainActor' to make static property 'font' part of global actor 'MainActor'
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: add '@MainActor' to make static property 'kern' part of global actor 'MainActor'
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: warning: static property 'ligature' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: add '@MainActor' to make static property 'ligature' part of global actor 'MainActor'
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: warning: static property 'foregroundColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: add '@MainActor' to make static property 'foregroundColor' part of global actor 'MainActor'
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: warning: static property 'foregroundColorFromContext' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: add '@MainActor' to make static property 'foregroundColorFromContext' part of global actor 'MainActor'
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: warning: static property 'paragraphStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: add '@MainActor' to make static property 'paragraphStyle' part of global actor 'MainActor'
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: warning: static property 'strokeWidth' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: add '@MainActor' to make static property 'strokeWidth' part of global actor 'MainActor'
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: warning: static property 'strokeColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: add '@MainActor' to make static property 'strokeColor' part of global actor 'MainActor'
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: add '@MainActor' to make static property 'superscript' part of global actor 'MainActor'
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: warning: static property 'underlineColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: add '@MainActor' to make static property 'underlineColor' part of global actor 'MainActor'
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: warning: static property 'underlineStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: add '@MainActor' to make static property 'underlineStyle' part of global actor 'MainActor'
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: warning: static property 'verticalForms' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: add '@MainActor' to make static property 'verticalForms' part of global actor 'MainActor'
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: warning: static property 'glyphInfo' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: add '@MainActor' to make static property 'glyphInfo' part of global actor 'MainActor'
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: warning: static property 'runDelegate' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: add '@MainActor' to make static property 'runDelegate' part of global actor 'MainActor'
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: warning: static property 'baselineOffset' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: add '@MainActor' to make static property 'baselineOffset' part of global actor 'MainActor'
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: warning: static property 'trackingAttributeName' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: add '@MainActor' to make static property 'trackingAttributeName' part of global actor 'MainActor'
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  nonisolated(unsafe)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CoreTextSwift (in target 'CoreTextSwift' from project 'CoreTextSwift')
EmitSwiftModule normal arm64_32 (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:70: warning: 'kCTCharacterShapeAttributeName' was deprecated in watchOS 2.0: Use feature type kCharacterShapeType with the appropriate selector
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: warning: static property 'characterShape' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: add '@MainActor' to make static property 'characterShape' part of global actor 'MainActor'
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: warning: static property 'font' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: add '@MainActor' to make static property 'font' part of global actor 'MainActor'
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: add '@MainActor' to make static property 'kern' part of global actor 'MainActor'
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: warning: static property 'ligature' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: add '@MainActor' to make static property 'ligature' part of global actor 'MainActor'
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: warning: static property 'foregroundColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: add '@MainActor' to make static property 'foregroundColor' part of global actor 'MainActor'
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: warning: static property 'foregroundColorFromContext' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: add '@MainActor' to make static property 'foregroundColorFromContext' part of global actor 'MainActor'
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: warning: static property 'paragraphStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: add '@MainActor' to make static property 'paragraphStyle' part of global actor 'MainActor'
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: warning: static property 'strokeWidth' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: add '@MainActor' to make static property 'strokeWidth' part of global actor 'MainActor'
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: warning: static property 'strokeColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: add '@MainActor' to make static property 'strokeColor' part of global actor 'MainActor'
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: add '@MainActor' to make static property 'superscript' part of global actor 'MainActor'
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: warning: static property 'underlineColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: add '@MainActor' to make static property 'underlineColor' part of global actor 'MainActor'
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: warning: static property 'underlineStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: add '@MainActor' to make static property 'underlineStyle' part of global actor 'MainActor'
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: warning: static property 'verticalForms' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: add '@MainActor' to make static property 'verticalForms' part of global actor 'MainActor'
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: warning: static property 'glyphInfo' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: add '@MainActor' to make static property 'glyphInfo' part of global actor 'MainActor'
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: warning: static property 'runDelegate' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: add '@MainActor' to make static property 'runDelegate' part of global actor 'MainActor'
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: warning: static property 'baselineOffset' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: add '@MainActor' to make static property 'baselineOffset' part of global actor 'MainActor'
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: warning: static property 'trackingAttributeName' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: add '@MainActor' to make static property 'trackingAttributeName' part of global actor 'MainActor'
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for CoreTextSwift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k Compiling\ CTLine+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for CoreTextSwift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriver\ Compilation\ Requirements CoreTextSwift normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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 CoreTextSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift-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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriver\ Compilation\ Requirements CoreTextSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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 CoreTextSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift-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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ CTGlyphInfo+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTGlyphInfo+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTGlyphInfo+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.swiftmodule (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.swiftdoc (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/armv7k-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.abi.json (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.swiftmodule (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.swiftdoc (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.abi.json (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.swiftsourceinfo (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.swiftsourceinfo (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ CTFrame+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFrame+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFrame+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CTFont+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFont+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFont+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Array+CGGlyph.swift,\ CFAttributedString+CoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CFAttributedString+CoreText.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CFAttributedString+CoreText.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CTStringAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:70: warning: 'kCTCharacterShapeAttributeName' was deprecated in watchOS 2.0: Use feature type kCharacterShapeType with the appropriate selector
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: warning: static property 'characterShape' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: add '@MainActor' to make static property 'characterShape' part of global actor 'MainActor'
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: warning: static property 'font' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: add '@MainActor' to make static property 'font' part of global actor 'MainActor'
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: add '@MainActor' to make static property 'kern' part of global actor 'MainActor'
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: warning: static property 'ligature' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: add '@MainActor' to make static property 'ligature' part of global actor 'MainActor'
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: warning: static property 'foregroundColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: add '@MainActor' to make static property 'foregroundColor' part of global actor 'MainActor'
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: warning: static property 'foregroundColorFromContext' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: add '@MainActor' to make static property 'foregroundColorFromContext' part of global actor 'MainActor'
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: warning: static property 'paragraphStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: add '@MainActor' to make static property 'paragraphStyle' part of global actor 'MainActor'
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: warning: static property 'strokeWidth' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: add '@MainActor' to make static property 'strokeWidth' part of global actor 'MainActor'
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: warning: static property 'strokeColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: add '@MainActor' to make static property 'strokeColor' part of global actor 'MainActor'
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: add '@MainActor' to make static property 'superscript' part of global actor 'MainActor'
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: warning: static property 'underlineColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: add '@MainActor' to make static property 'underlineColor' part of global actor 'MainActor'
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: warning: static property 'underlineStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: add '@MainActor' to make static property 'underlineStyle' part of global actor 'MainActor'
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: warning: static property 'verticalForms' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: add '@MainActor' to make static property 'verticalForms' part of global actor 'MainActor'
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: warning: static property 'glyphInfo' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: add '@MainActor' to make static property 'glyphInfo' part of global actor 'MainActor'
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: warning: static property 'runDelegate' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: add '@MainActor' to make static property 'runDelegate' part of global actor 'MainActor'
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: warning: static property 'baselineOffset' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: add '@MainActor' to make static property 'baselineOffset' part of global actor 'MainActor'
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: warning: static property 'trackingAttributeName' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: add '@MainActor' to make static property 'trackingAttributeName' part of global actor 'MainActor'
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling CTGlyphInfo+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64 Compiling CTFont+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 Compiling\ CTFrame+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFrame+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFrame+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CTFrame+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 Compiling\ CTFont+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFont+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFont+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Array+CGGlyph.swift, CFAttributedString+CoreText.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64 Compiling\ NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CTGlyphInfo+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k Compiling\ CTRun+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 Compiling\ CTFramesetter+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CTFrame+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 Compiling\ CTGlyphInfo+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTGlyphInfo+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTGlyphInfo+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k Compiling\ Array+CGGlyph.swift,\ CFAttributedString+CoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CFAttributedString+CoreText.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/Array+CGGlyph.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CFAttributedString+CoreText.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CTFont+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64 Compiling\ CTFramesetter+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 Compiling\ CTLine+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k Compiling\ CTFramesetter+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriver\ Compilation CoreTextSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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 CoreTextSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift-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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k Compiling\ NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CTRun+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Array+CGGlyph.swift, CFAttributedString+CoreText.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 Compiling\ CTStringAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:70: warning: 'kCTCharacterShapeAttributeName' was deprecated in watchOS 2.0: Use feature type kCharacterShapeType with the appropriate selector
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: warning: static property 'characterShape' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: add '@MainActor' to make static property 'characterShape' part of global actor 'MainActor'
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:17:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let characterShape = CTStringAttributeName(rawValue: kCTCharacterShapeAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: warning: static property 'font' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: add '@MainActor' to make static property 'font' part of global actor 'MainActor'
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:18:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let font = CTStringAttributeName(rawValue: kCTFontAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: add '@MainActor' to make static property 'kern' part of global actor 'MainActor'
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:19:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let kern = CTStringAttributeName(rawValue: kCTKernAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: warning: static property 'ligature' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: add '@MainActor' to make static property 'ligature' part of global actor 'MainActor'
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:20:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ligature = CTStringAttributeName(rawValue: kCTLigatureAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: warning: static property 'foregroundColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: add '@MainActor' to make static property 'foregroundColor' part of global actor 'MainActor'
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColor = CTStringAttributeName(rawValue: kCTForegroundColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: warning: static property 'foregroundColorFromContext' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: add '@MainActor' to make static property 'foregroundColorFromContext' part of global actor 'MainActor'
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:22:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let foregroundColorFromContext = CTStringAttributeName(rawValue: kCTForegroundColorFromContextAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: warning: static property 'paragraphStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: add '@MainActor' to make static property 'paragraphStyle' part of global actor 'MainActor'
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:23:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let paragraphStyle = CTStringAttributeName(rawValue: kCTParagraphStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: warning: static property 'strokeWidth' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: add '@MainActor' to make static property 'strokeWidth' part of global actor 'MainActor'
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:24:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeWidth = CTStringAttributeName(rawValue: kCTStrokeWidthAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: warning: static property 'strokeColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: add '@MainActor' to make static property 'strokeColor' part of global actor 'MainActor'
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:25:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let strokeColor = CTStringAttributeName(rawValue: kCTStrokeColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: add '@MainActor' to make static property 'superscript' part of global actor 'MainActor'
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:26:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let superscript = CTStringAttributeName(rawValue: kCTSuperscriptAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: warning: static property 'underlineColor' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: add '@MainActor' to make static property 'underlineColor' part of global actor 'MainActor'
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineColor = CTStringAttributeName(rawValue: kCTUnderlineColorAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: warning: static property 'underlineStyle' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: add '@MainActor' to make static property 'underlineStyle' part of global actor 'MainActor'
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:28:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let underlineStyle = CTStringAttributeName(rawValue: kCTUnderlineStyleAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: warning: static property 'verticalForms' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: add '@MainActor' to make static property 'verticalForms' part of global actor 'MainActor'
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:29:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let verticalForms = CTStringAttributeName(rawValue: kCTVerticalFormsAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: warning: static property 'glyphInfo' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: add '@MainActor' to make static property 'glyphInfo' part of global actor 'MainActor'
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:30:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let glyphInfo = CTStringAttributeName(rawValue: kCTGlyphInfoAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: warning: static property 'runDelegate' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: add '@MainActor' to make static property 'runDelegate' part of global actor 'MainActor'
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let runDelegate = CTStringAttributeName(rawValue: kCTRunDelegateAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: warning: static property 'baselineOffset' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: add '@MainActor' to make static property 'baselineOffset' part of global actor 'MainActor'
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:32:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let baselineOffset = CTStringAttributeName(rawValue: kCTBaselineOffsetAttributeName as String)!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: warning: static property 'trackingAttributeName' is not concurrency-safe because non-'Sendable' type 'CTStringAttributeName' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:3:15: note: consider making struct 'CTStringAttributeName' conform to the 'Sendable' protocol
public struct CTStringAttributeName: Hashable, RawRepresentable, CustomStringConvertible {
              ^
                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: add '@MainActor' to make static property 'trackingAttributeName' part of global actor 'MainActor'
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/CTStringAttribute.swift:33:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let trackingAttributeName = CTStringAttributeName(rawValue: kCTTrackingAttributeName as String)!
                    ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k Compiling\ FontManager+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for CoreTextSwift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriver\ Compilation\ Requirements CoreTextSwift normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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 CoreTextSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift-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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 Compiling\ FontManager+Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CoreTextSwift/FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CoreTextSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift-Swift.h (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CoreTextSwift-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling NSRange+Helpers.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.swiftmodule (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.swiftdoc (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.abi.json (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.swiftsourceinfo (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriver\ Compilation CoreTextSwift normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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 CoreTextSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift-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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/Binary/CoreTextSwift.o normal armv7k (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/Binary/CoreTextSwift.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/Binary/CoreTextSwift.o normal arm64 (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/Binary/CoreTextSwift.o
SwiftDriverJobDiscovery normal arm64_32 Compiling CTGlyphInfo+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling CTStringAttribute.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling CTLine+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling FontManager+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling CTRun+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling CTFont+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling CTFrame+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling CTFramesetter+Swift.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling Array+CGGlyph.swift, CFAttributedString+CoreText.swift (in target 'CoreTextSwift' from project 'CoreTextSwift')
SwiftDriver\ Compilation CoreTextSwift normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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 CoreTextSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift-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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.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/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/Binary/CoreTextSwift.o normal arm64_32 (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/Binary/CoreTextSwift.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.o normal arm64\ armv7k\ arm64_32 (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/Binary/CoreTextSwift.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/Binary/CoreTextSwift.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/Binary/CoreTextSwift.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.o
ExtractAppIntentsMetadata (in target 'CoreTextSwift' from project 'CoreTextSwift')
    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 CoreTextSwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.CoreTextSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/CoreTextSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/CoreTextSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64/CoreTextSwift.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/armv7k/CoreTextSwift.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreTextSwift.build/Debug-watchos/CoreTextSwift.build/Objects-normal/arm64_32/CoreTextSwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 01:44:28.255 appintentsmetadataprocessor[742:4246] Starting appintentsmetadataprocessor export
2025-04-27 01:44:28.292 appintentsmetadataprocessor[742:4246] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.o (in target 'CoreTextSwift' from project 'CoreTextSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CoreTextSwift.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreTextSwift",
  "name" : "CoreTextSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreTextSwift",
      "targets" : [
        "CoreTextSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreTextSwift",
      "module_type" : "SwiftTarget",
      "name" : "CoreTextSwift",
      "path" : "Sources/CoreTextSwift",
      "product_memberships" : [
        "CoreTextSwift"
      ],
      "sources" : [
        "Array+CGGlyph.swift",
        "CFAttributedString+CoreText.swift",
        "CTFont+Swift.swift",
        "CTFrame+Swift.swift",
        "CTFramesetter+Swift.swift",
        "CTGlyphInfo+Swift.swift",
        "CTLine+Swift.swift",
        "CTRun+Swift.swift",
        "CTStringAttribute.swift",
        "FontManager+Swift.swift",
        "NSRange+Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.