The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SkiaKit, reference 0.0.1 (533cd1), with Swift 6.1 for Android on 28 May 2025 20:50:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
104 |     public static var mediumSpringGreen = Color (0xFF00FA9A)
105 |     public static var mediumTurquoise = Color (0xFF48D1CC)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:104:23: warning: static property 'mediumSpringGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
102 |     public static var mediumSeaGreen = Color (0xFF3CB371)
103 |     public static var mediumSlateBlue = Color (0xFF7B68EE)
104 |     public static var mediumSpringGreen = Color (0xFF00FA9A)
    |                       |- warning: static property 'mediumSpringGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediumSpringGreen' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'mediumSpringGreen' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |     public static var mediumTurquoise = Color (0xFF48D1CC)
106 |     public static var mediumVioletRed = Color (0xFFC71585)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:105:23: warning: static property 'mediumTurquoise' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
103 |     public static var mediumSlateBlue = Color (0xFF7B68EE)
104 |     public static var mediumSpringGreen = Color (0xFF00FA9A)
105 |     public static var mediumTurquoise = Color (0xFF48D1CC)
    |                       |- warning: static property 'mediumTurquoise' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediumTurquoise' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'mediumTurquoise' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 |     public static var mediumVioletRed = Color (0xFFC71585)
107 |     public static var midnightBlue = Color (0xFF191970)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:106:23: warning: static property 'mediumVioletRed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
104 |     public static var mediumSpringGreen = Color (0xFF00FA9A)
105 |     public static var mediumTurquoise = Color (0xFF48D1CC)
106 |     public static var mediumVioletRed = Color (0xFFC71585)
    |                       |- warning: static property 'mediumVioletRed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mediumVioletRed' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'mediumVioletRed' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 |     public static var midnightBlue = Color (0xFF191970)
108 |     public static var mintCream = Color (0xFFF5FFFA)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:107:23: warning: static property 'midnightBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
105 |     public static var mediumTurquoise = Color (0xFF48D1CC)
106 |     public static var mediumVioletRed = Color (0xFFC71585)
107 |     public static var midnightBlue = Color (0xFF191970)
    |                       |- warning: static property 'midnightBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'midnightBlue' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'midnightBlue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |     public static var mintCream = Color (0xFFF5FFFA)
109 |     public static var mistyRose = Color (0xFFFFE4E1)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:108:23: warning: static property 'mintCream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
106 |     public static var mediumVioletRed = Color (0xFFC71585)
107 |     public static var midnightBlue = Color (0xFF191970)
108 |     public static var mintCream = Color (0xFFF5FFFA)
    |                       |- warning: static property 'mintCream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mintCream' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'mintCream' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
109 |     public static var mistyRose = Color (0xFFFFE4E1)
110 |     public static var moccasin = Color (0xFFFFE4B5)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:109:23: warning: static property 'mistyRose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
107 |     public static var midnightBlue = Color (0xFF191970)
108 |     public static var mintCream = Color (0xFFF5FFFA)
109 |     public static var mistyRose = Color (0xFFFFE4E1)
    |                       |- warning: static property 'mistyRose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mistyRose' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'mistyRose' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 |     public static var moccasin = Color (0xFFFFE4B5)
111 |     public static var navajoWhite = Color (0xFFFFDEAD)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:110:23: warning: static property 'moccasin' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
108 |     public static var mintCream = Color (0xFFF5FFFA)
109 |     public static var mistyRose = Color (0xFFFFE4E1)
110 |     public static var moccasin = Color (0xFFFFE4B5)
    |                       |- warning: static property 'moccasin' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'moccasin' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'moccasin' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |     public static var navajoWhite = Color (0xFFFFDEAD)
112 |     public static var navy = Color (0xFF000080)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:111:23: warning: static property 'navajoWhite' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
109 |     public static var mistyRose = Color (0xFFFFE4E1)
110 |     public static var moccasin = Color (0xFFFFE4B5)
111 |     public static var navajoWhite = Color (0xFFFFDEAD)
    |                       |- warning: static property 'navajoWhite' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'navajoWhite' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'navajoWhite' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |     public static var navy = Color (0xFF000080)
113 |     public static var oldLace = Color (0xFFFDF5E6)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:112:23: warning: static property 'navy' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
110 |     public static var moccasin = Color (0xFFFFE4B5)
111 |     public static var navajoWhite = Color (0xFFFFDEAD)
112 |     public static var navy = Color (0xFF000080)
    |                       |- warning: static property 'navy' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'navy' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'navy' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
113 |     public static var oldLace = Color (0xFFFDF5E6)
114 |     public static var olive = Color (0xFF808000)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:113:23: warning: static property 'oldLace' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
111 |     public static var navajoWhite = Color (0xFFFFDEAD)
112 |     public static var navy = Color (0xFF000080)
113 |     public static var oldLace = Color (0xFFFDF5E6)
    |                       |- warning: static property 'oldLace' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'oldLace' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'oldLace' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 |     public static var olive = Color (0xFF808000)
115 |     public static var oliveDrab = Color (0xFF6B8E23)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:114:23: warning: static property 'olive' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
112 |     public static var navy = Color (0xFF000080)
113 |     public static var oldLace = Color (0xFFFDF5E6)
114 |     public static var olive = Color (0xFF808000)
    |                       |- warning: static property 'olive' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'olive' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'olive' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |     public static var oliveDrab = Color (0xFF6B8E23)
116 |     public static var orange = Color (0xFFFFA500)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:115:23: warning: static property 'oliveDrab' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
113 |     public static var oldLace = Color (0xFFFDF5E6)
114 |     public static var olive = Color (0xFF808000)
115 |     public static var oliveDrab = Color (0xFF6B8E23)
    |                       |- warning: static property 'oliveDrab' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'oliveDrab' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'oliveDrab' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |     public static var orange = Color (0xFFFFA500)
117 |     public static var orangeRed = Color (0xFFFF4500)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:116:23: warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
114 |     public static var olive = Color (0xFF808000)
115 |     public static var oliveDrab = Color (0xFF6B8E23)
116 |     public static var orange = Color (0xFFFFA500)
    |                       |- warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'orange' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
117 |     public static var orangeRed = Color (0xFFFF4500)
118 |     public static var orchid = Color (0xFFDA70D6)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:117:23: warning: static property 'orangeRed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
115 |     public static var oliveDrab = Color (0xFF6B8E23)
116 |     public static var orange = Color (0xFFFFA500)
117 |     public static var orangeRed = Color (0xFFFF4500)
    |                       |- warning: static property 'orangeRed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'orangeRed' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'orangeRed' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 |     public static var orchid = Color (0xFFDA70D6)
119 |     public static var paleGoldenrod = Color (0xFFEEE8AA)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:118:23: warning: static property 'orchid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
116 |     public static var orange = Color (0xFFFFA500)
117 |     public static var orangeRed = Color (0xFFFF4500)
118 |     public static var orchid = Color (0xFFDA70D6)
    |                       |- warning: static property 'orchid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'orchid' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'orchid' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 |     public static var paleGoldenrod = Color (0xFFEEE8AA)
120 |     public static var paleGreen = Color (0xFF98FB98)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:119:23: warning: static property 'paleGoldenrod' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
117 |     public static var orangeRed = Color (0xFFFF4500)
118 |     public static var orchid = Color (0xFFDA70D6)
119 |     public static var paleGoldenrod = Color (0xFFEEE8AA)
    |                       |- warning: static property 'paleGoldenrod' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'paleGoldenrod' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'paleGoldenrod' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 |     public static var paleGreen = Color (0xFF98FB98)
121 |     public static var paleTurquoise = Color (0xFFAFEEEE)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:120:23: warning: static property 'paleGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
118 |     public static var orchid = Color (0xFFDA70D6)
119 |     public static var paleGoldenrod = Color (0xFFEEE8AA)
120 |     public static var paleGreen = Color (0xFF98FB98)
    |                       |- warning: static property 'paleGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'paleGreen' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'paleGreen' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
121 |     public static var paleTurquoise = Color (0xFFAFEEEE)
122 |     public static var paleVioletRed = Color (0xFFDB7093)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:121:23: warning: static property 'paleTurquoise' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
119 |     public static var paleGoldenrod = Color (0xFFEEE8AA)
120 |     public static var paleGreen = Color (0xFF98FB98)
121 |     public static var paleTurquoise = Color (0xFFAFEEEE)
    |                       |- warning: static property 'paleTurquoise' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'paleTurquoise' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'paleTurquoise' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
122 |     public static var paleVioletRed = Color (0xFFDB7093)
123 |     public static var papayaWhip = Color (0xFFFFEFD5)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:122:23: warning: static property 'paleVioletRed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
120 |     public static var paleGreen = Color (0xFF98FB98)
121 |     public static var paleTurquoise = Color (0xFFAFEEEE)
122 |     public static var paleVioletRed = Color (0xFFDB7093)
    |                       |- warning: static property 'paleVioletRed' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'paleVioletRed' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'paleVioletRed' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
123 |     public static var papayaWhip = Color (0xFFFFEFD5)
124 |     public static var peachPuff = Color (0xFFFFDAB9)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:123:23: warning: static property 'papayaWhip' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
121 |     public static var paleTurquoise = Color (0xFFAFEEEE)
122 |     public static var paleVioletRed = Color (0xFFDB7093)
123 |     public static var papayaWhip = Color (0xFFFFEFD5)
    |                       |- warning: static property 'papayaWhip' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'papayaWhip' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'papayaWhip' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
124 |     public static var peachPuff = Color (0xFFFFDAB9)
125 |     public static var peru = Color (0xFFCD853F)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:124:23: warning: static property 'peachPuff' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
122 |     public static var paleVioletRed = Color (0xFFDB7093)
123 |     public static var papayaWhip = Color (0xFFFFEFD5)
124 |     public static var peachPuff = Color (0xFFFFDAB9)
    |                       |- warning: static property 'peachPuff' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'peachPuff' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'peachPuff' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 |     public static var peru = Color (0xFFCD853F)
126 |     public static var pink = Color (0xFFFFC0CB)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:125:23: warning: static property 'peru' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
123 |     public static var papayaWhip = Color (0xFFFFEFD5)
124 |     public static var peachPuff = Color (0xFFFFDAB9)
125 |     public static var peru = Color (0xFFCD853F)
    |                       |- warning: static property 'peru' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'peru' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'peru' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 |     public static var pink = Color (0xFFFFC0CB)
127 |     public static var plum = Color (0xFFDDA0DD)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:126:23: warning: static property 'pink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
124 |     public static var peachPuff = Color (0xFFFFDAB9)
125 |     public static var peru = Color (0xFFCD853F)
126 |     public static var pink = Color (0xFFFFC0CB)
    |                       |- warning: static property 'pink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'pink' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'pink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 |     public static var plum = Color (0xFFDDA0DD)
128 |     public static var powderBlue = Color (0xFFB0E0E6)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:127:23: warning: static property 'plum' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
125 |     public static var peru = Color (0xFFCD853F)
126 |     public static var pink = Color (0xFFFFC0CB)
127 |     public static var plum = Color (0xFFDDA0DD)
    |                       |- warning: static property 'plum' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'plum' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'plum' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 |     public static var powderBlue = Color (0xFFB0E0E6)
129 |     public static var purple = Color (0xFF800080)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:128:23: warning: static property 'powderBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
126 |     public static var pink = Color (0xFFFFC0CB)
127 |     public static var plum = Color (0xFFDDA0DD)
128 |     public static var powderBlue = Color (0xFFB0E0E6)
    |                       |- warning: static property 'powderBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'powderBlue' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'powderBlue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
129 |     public static var purple = Color (0xFF800080)
130 |     public static var red = Color (0xFFFF0000)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:129:23: warning: static property 'purple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
127 |     public static var plum = Color (0xFFDDA0DD)
128 |     public static var powderBlue = Color (0xFFB0E0E6)
129 |     public static var purple = Color (0xFF800080)
    |                       |- warning: static property 'purple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'purple' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
130 |     public static var red = Color (0xFFFF0000)
131 |     public static var rosyBrown = Color (0xFFBC8F8F)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:130:23: warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
128 |     public static var powderBlue = Color (0xFFB0E0E6)
129 |     public static var purple = Color (0xFF800080)
130 |     public static var red = Color (0xFFFF0000)
    |                       |- warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'red' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
131 |     public static var rosyBrown = Color (0xFFBC8F8F)
132 |     public static var royalBlue = Color (0xFF4169E1)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:131:23: warning: static property 'rosyBrown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
129 |     public static var purple = Color (0xFF800080)
130 |     public static var red = Color (0xFFFF0000)
131 |     public static var rosyBrown = Color (0xFFBC8F8F)
    |                       |- warning: static property 'rosyBrown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'rosyBrown' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'rosyBrown' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
132 |     public static var royalBlue = Color (0xFF4169E1)
133 |     public static var saddleBrown = Color (0xFF8B4513)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:132:23: warning: static property 'royalBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
130 |     public static var red = Color (0xFFFF0000)
131 |     public static var rosyBrown = Color (0xFFBC8F8F)
132 |     public static var royalBlue = Color (0xFF4169E1)
    |                       |- warning: static property 'royalBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'royalBlue' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'royalBlue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 |     public static var saddleBrown = Color (0xFF8B4513)
134 |     public static var salmon = Color (0xFFFA8072)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:133:23: warning: static property 'saddleBrown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
131 |     public static var rosyBrown = Color (0xFFBC8F8F)
132 |     public static var royalBlue = Color (0xFF4169E1)
133 |     public static var saddleBrown = Color (0xFF8B4513)
    |                       |- warning: static property 'saddleBrown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'saddleBrown' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'saddleBrown' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
134 |     public static var salmon = Color (0xFFFA8072)
135 |     public static var sandyBrown = Color (0xFFF4A460)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:134:23: warning: static property 'salmon' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 |     public static var royalBlue = Color (0xFF4169E1)
133 |     public static var saddleBrown = Color (0xFF8B4513)
134 |     public static var salmon = Color (0xFFFA8072)
    |                       |- warning: static property 'salmon' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'salmon' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'salmon' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |     public static var sandyBrown = Color (0xFFF4A460)
136 |     public static var seaGreen = Color (0xFF2E8B57)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:135:23: warning: static property 'sandyBrown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
133 |     public static var saddleBrown = Color (0xFF8B4513)
134 |     public static var salmon = Color (0xFFFA8072)
135 |     public static var sandyBrown = Color (0xFFF4A460)
    |                       |- warning: static property 'sandyBrown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'sandyBrown' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'sandyBrown' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |     public static var seaGreen = Color (0xFF2E8B57)
137 |     public static var seaShell = Color (0xFFFFF5EE)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:136:23: warning: static property 'seaGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
134 |     public static var salmon = Color (0xFFFA8072)
135 |     public static var sandyBrown = Color (0xFFF4A460)
136 |     public static var seaGreen = Color (0xFF2E8B57)
    |                       |- warning: static property 'seaGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'seaGreen' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'seaGreen' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
137 |     public static var seaShell = Color (0xFFFFF5EE)
138 |     public static var sienna = Color (0xFFA0522D)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:137:23: warning: static property 'seaShell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |     public static var sandyBrown = Color (0xFFF4A460)
136 |     public static var seaGreen = Color (0xFF2E8B57)
137 |     public static var seaShell = Color (0xFFFFF5EE)
    |                       |- warning: static property 'seaShell' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'seaShell' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'seaShell' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |     public static var sienna = Color (0xFFA0522D)
139 |     public static var silver = Color (0xFFC0C0C0)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:138:23: warning: static property 'sienna' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
136 |     public static var seaGreen = Color (0xFF2E8B57)
137 |     public static var seaShell = Color (0xFFFFF5EE)
138 |     public static var sienna = Color (0xFFA0522D)
    |                       |- warning: static property 'sienna' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'sienna' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'sienna' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 |     public static var silver = Color (0xFFC0C0C0)
140 |     public static var skyBlue = Color (0xFF87CEEB)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:139:23: warning: static property 'silver' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
137 |     public static var seaShell = Color (0xFFFFF5EE)
138 |     public static var sienna = Color (0xFFA0522D)
139 |     public static var silver = Color (0xFFC0C0C0)
    |                       |- warning: static property 'silver' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'silver' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'silver' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 |     public static var skyBlue = Color (0xFF87CEEB)
141 |     public static var slateBlue = Color (0xFF6A5ACD)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:140:23: warning: static property 'skyBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
138 |     public static var sienna = Color (0xFFA0522D)
139 |     public static var silver = Color (0xFFC0C0C0)
140 |     public static var skyBlue = Color (0xFF87CEEB)
    |                       |- warning: static property 'skyBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'skyBlue' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'skyBlue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
141 |     public static var slateBlue = Color (0xFF6A5ACD)
142 |     public static var slateGray = Color (0xFF708090)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:141:23: warning: static property 'slateBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
139 |     public static var silver = Color (0xFFC0C0C0)
140 |     public static var skyBlue = Color (0xFF87CEEB)
141 |     public static var slateBlue = Color (0xFF6A5ACD)
    |                       |- warning: static property 'slateBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'slateBlue' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'slateBlue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |     public static var slateGray = Color (0xFF708090)
143 |     public static var snow = Color (0xFFFFFAFA)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:142:23: warning: static property 'slateGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
140 |     public static var skyBlue = Color (0xFF87CEEB)
141 |     public static var slateBlue = Color (0xFF6A5ACD)
142 |     public static var slateGray = Color (0xFF708090)
    |                       |- warning: static property 'slateGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'slateGray' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'slateGray' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
143 |     public static var snow = Color (0xFFFFFAFA)
144 |     public static var springGreen = Color (0xFF00FF7F)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:143:23: warning: static property 'snow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
141 |     public static var slateBlue = Color (0xFF6A5ACD)
142 |     public static var slateGray = Color (0xFF708090)
143 |     public static var snow = Color (0xFFFFFAFA)
    |                       |- warning: static property 'snow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'snow' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'snow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 |     public static var springGreen = Color (0xFF00FF7F)
145 |     public static var steelBlue = Color (0xFF4682B4)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:144:23: warning: static property 'springGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
142 |     public static var slateGray = Color (0xFF708090)
143 |     public static var snow = Color (0xFFFFFAFA)
144 |     public static var springGreen = Color (0xFF00FF7F)
    |                       |- warning: static property 'springGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'springGreen' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'springGreen' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |     public static var steelBlue = Color (0xFF4682B4)
146 |     public static var tan = Color (0xFFD2B48C)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:145:23: warning: static property 'steelBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
143 |     public static var snow = Color (0xFFFFFAFA)
144 |     public static var springGreen = Color (0xFF00FF7F)
145 |     public static var steelBlue = Color (0xFF4682B4)
    |                       |- warning: static property 'steelBlue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'steelBlue' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'steelBlue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 |     public static var tan = Color (0xFFD2B48C)
147 |     public static var teal = Color (0xFF008080)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:146:23: warning: static property 'tan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
144 |     public static var springGreen = Color (0xFF00FF7F)
145 |     public static var steelBlue = Color (0xFF4682B4)
146 |     public static var tan = Color (0xFFD2B48C)
    |                       |- warning: static property 'tan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'tan' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'tan' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |     public static var teal = Color (0xFF008080)
148 |     public static var thistle = Color (0xFFD8BFD8)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:147:23: warning: static property 'teal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
145 |     public static var steelBlue = Color (0xFF4682B4)
146 |     public static var tan = Color (0xFFD2B48C)
147 |     public static var teal = Color (0xFF008080)
    |                       |- warning: static property 'teal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'teal' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'teal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |     public static var thistle = Color (0xFFD8BFD8)
149 |     public static var tomato = Color (0xFFFF6347)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:148:23: warning: static property 'thistle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
146 |     public static var tan = Color (0xFFD2B48C)
147 |     public static var teal = Color (0xFF008080)
148 |     public static var thistle = Color (0xFFD8BFD8)
    |                       |- warning: static property 'thistle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'thistle' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'thistle' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 |     public static var tomato = Color (0xFFFF6347)
150 |     public static var turquoise = Color (0xFF40E0D0)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:149:23: warning: static property 'tomato' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
147 |     public static var teal = Color (0xFF008080)
148 |     public static var thistle = Color (0xFFD8BFD8)
149 |     public static var tomato = Color (0xFFFF6347)
    |                       |- warning: static property 'tomato' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'tomato' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'tomato' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |     public static var turquoise = Color (0xFF40E0D0)
151 |     public static var violet = Color (0xFFEE82EE)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:150:23: warning: static property 'turquoise' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
148 |     public static var thistle = Color (0xFFD8BFD8)
149 |     public static var tomato = Color (0xFFFF6347)
150 |     public static var turquoise = Color (0xFF40E0D0)
    |                       |- warning: static property 'turquoise' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'turquoise' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'turquoise' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |     public static var violet = Color (0xFFEE82EE)
152 |     public static var wheat = Color (0xFFF5DEB3)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:151:23: warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
149 |     public static var tomato = Color (0xFFFF6347)
150 |     public static var turquoise = Color (0xFF40E0D0)
151 |     public static var violet = Color (0xFFEE82EE)
    |                       |- warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'violet' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 |     public static var wheat = Color (0xFFF5DEB3)
153 |     public static var white = Color (0xFFFFFFFF)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:152:23: warning: static property 'wheat' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
150 |     public static var turquoise = Color (0xFF40E0D0)
151 |     public static var violet = Color (0xFFEE82EE)
152 |     public static var wheat = Color (0xFFF5DEB3)
    |                       |- warning: static property 'wheat' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'wheat' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'wheat' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |     public static var white = Color (0xFFFFFFFF)
154 |     public static var whiteSmoke = Color (0xFFF5F5F5)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:153:23: warning: static property 'white' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
151 |     public static var violet = Color (0xFFEE82EE)
152 |     public static var wheat = Color (0xFFF5DEB3)
153 |     public static var white = Color (0xFFFFFFFF)
    |                       |- warning: static property 'white' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'white' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |     public static var whiteSmoke = Color (0xFFF5F5F5)
155 |     public static var yellow = Color (0xFFFFFF00)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:154:23: warning: static property 'whiteSmoke' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
152 |     public static var wheat = Color (0xFFF5DEB3)
153 |     public static var white = Color (0xFFFFFFFF)
154 |     public static var whiteSmoke = Color (0xFFF5F5F5)
    |                       |- warning: static property 'whiteSmoke' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'whiteSmoke' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'whiteSmoke' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 |     public static var yellow = Color (0xFFFFFF00)
156 |     public static var yellowGreen = Color (0xFF9ACD32)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:155:23: warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
153 |     public static var white = Color (0xFFFFFFFF)
154 |     public static var whiteSmoke = Color (0xFFF5F5F5)
155 |     public static var yellow = Color (0xFFFFFF00)
    |                       |- warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'yellow' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |     public static var yellowGreen = Color (0xFF9ACD32)
157 |     public static var transparent = Color (0x00FFFFFF)
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:156:23: warning: static property 'yellowGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
154 |     public static var whiteSmoke = Color (0xFFF5F5F5)
155 |     public static var yellow = Color (0xFFFFFF00)
156 |     public static var yellowGreen = Color (0xFF9ACD32)
    |                       |- warning: static property 'yellowGreen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'yellowGreen' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'yellowGreen' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |     public static var transparent = Color (0x00FFFFFF)
158 |
/host/spi-builder-workspace/Sources/SkiaKit/Colors.swift:157:23: warning: static property 'transparent' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |     public static var yellow = Color (0xFFFFFF00)
156 |     public static var yellowGreen = Color (0xFF9ACD32)
157 |     public static var transparent = Color (0x00FFFFFF)
    |                       |- warning: static property 'transparent' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'transparent' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'transparent' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |
159 | }
/host/spi-builder-workspace/Sources/SkiaKit/FontManager.swift:25:23: warning: static property 'system' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |
 24 |     /// The default font manager
 25 |     public static var system: FontManager = FontManager (handle: sk_fontmgr_ref_default(), owns: false)
    |                       |- warning: static property 'system' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'system' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'system' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |
 27 |     /// Gets the number of font families available.
[15/47] Compiling SkiaKit Bitmap.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h:47:1: warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
45 |
46 | #endif /* SkiaKit_h */
47 |
   | `- warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
[16/47] Compiling SkiaKit Canvas.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h:47:1: warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
45 |
46 | #endif /* SkiaKit_h */
47 |
   | `- warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
[17/47] Compiling SkiaKit Color.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h:47:1: warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
45 |
46 | #endif /* SkiaKit_h */
47 |
   | `- warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
[18/47] Compiling SkiaKit ColorFilter.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h:47:1: warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
45 |
46 | #endif /* SkiaKit_h */
47 |
   | `- warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
[19/47] Compiling SkiaKit ColorSpace.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSkia/include/CSkia.h:47:1: warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
45 |
46 | #endif /* SkiaKit_h */
47 |
   | `- warning: umbrella header for module 'CSkia' does not include header 'sk_types_priv.h'
[20/47] Compiling SkiaKit MathTypes.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[21/47] Compiling SkiaKit Matrix.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[22/47] Compiling SkiaKit Paint.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[23/47] Compiling SkiaKit Path.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[24/47] Compiling SkiaKit PathEffect.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[25/47] Compiling SkiaKit Picture.swift
[26/47] Compiling SkiaKit PictureRecorder.swift
[27/47] Compiling SkiaKit Pixmap.swift
[28/47] Compiling SkiaKit Region.swift
[29/47] Compiling SkiaKit RoundRect.swift
[30/47] Compiling SkiaKit FontStyle.swift
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:57:23: warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
55 |
56 |     /// Gets a new normal (upright and not bold) font style.
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
   |                       |- warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'normal' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:59:23: warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
   |                       |- warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'bold' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:61:23: warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
   |                       |- warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'italic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:63:23: warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
   |                       |- warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'boldItalic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'boldItalic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |
65 | }
[31/47] Compiling SkiaKit FontStyleSet.swift
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:57:23: warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
55 |
56 |     /// Gets a new normal (upright and not bold) font style.
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
   |                       |- warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'normal' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:59:23: warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
   |                       |- warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'bold' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:61:23: warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
   |                       |- warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'italic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:63:23: warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
   |                       |- warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'boldItalic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'boldItalic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |
65 | }
[32/47] Compiling SkiaKit GLInterface.swift
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:57:23: warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
55 |
56 |     /// Gets a new normal (upright and not bold) font style.
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
   |                       |- warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'normal' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:59:23: warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
   |                       |- warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'bold' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:61:23: warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
   |                       |- warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'italic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:63:23: warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
   |                       |- warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'boldItalic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'boldItalic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |
65 | }
[33/47] Compiling SkiaKit GrBackendRenderTarget.swift
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:57:23: warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
55 |
56 |     /// Gets a new normal (upright and not bold) font style.
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
   |                       |- warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'normal' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:59:23: warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
   |                       |- warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'bold' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:61:23: warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
   |                       |- warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'italic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:63:23: warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
   |                       |- warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'boldItalic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'boldItalic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |
65 | }
[34/47] Compiling SkiaKit GrContext.swift
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:57:23: warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
55 |
56 |     /// Gets a new normal (upright and not bold) font style.
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
   |                       |- warning: static property 'normal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'normal' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'normal' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:59:23: warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
57 |     public static var normal: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .upright)
58 |     /// Gets a new upright font style that is bold.
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
   |                       |- warning: static property 'bold' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'bold' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'bold' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:61:23: warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
59 |     public static var bold: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .upright)
60 |     /// Gets a new italic font style.
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
   |                       |- warning: static property 'italic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'italic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'italic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
/host/spi-builder-workspace/Sources/SkiaKit/FontStyle.swift:63:23: warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 |     public static var italic: FontStyle = FontStyle(weight: .normal, width: .normal, slant: .italic)
62 |     /// Gets a new italic font style that is bold.
63 |     public static var boldItalic: FontStyle = FontStyle(weight: .bold, width: .normal, slant: .italic)
   |                       |- warning: static property 'boldItalic' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'boldItalic' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'boldItalic' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |
65 | }
[35/47] Compiling SkiaKit SKObject.swift
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
100 |         if let l = localMatrix {
101 |             native = l.toNative()
102 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
103 |         }
104 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
132 |         if let l = localMatrix {
133 |             native = l.toNative()
134 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
135 |         }
136 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
165 |         if let l = localMatrix {
166 |             native = l.toNative()
167 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
168 |         }
169 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
199 |         if let l = localMatrix {
200 |             native = l.toNative()
201 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
202 |         }
203 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
231 |         if let t = tileSize {
232 |             n = t
233 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
234 |         }
235 |         return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
249 |         if let t = tileSize {
250 |             n = t
251 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
252 |         }
253 |         return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[36/47] Compiling SkiaKit SKStream.swift
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
100 |         if let l = localMatrix {
101 |             native = l.toNative()
102 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
103 |         }
104 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
132 |         if let l = localMatrix {
133 |             native = l.toNative()
134 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
135 |         }
136 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
165 |         if let l = localMatrix {
166 |             native = l.toNative()
167 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
168 |         }
169 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
199 |         if let l = localMatrix {
200 |             native = l.toNative()
201 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
202 |         }
203 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
231 |         if let t = tileSize {
232 |             n = t
233 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
234 |         }
235 |         return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
249 |         if let t = tileSize {
250 |             n = t
251 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
252 |         }
253 |         return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[37/47] Compiling SkiaKit SKString.swift
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
100 |         if let l = localMatrix {
101 |             native = l.toNative()
102 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
103 |         }
104 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
132 |         if let l = localMatrix {
133 |             native = l.toNative()
134 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
135 |         }
136 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
165 |         if let l = localMatrix {
166 |             native = l.toNative()
167 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
168 |         }
169 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
199 |         if let l = localMatrix {
200 |             native = l.toNative()
201 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
202 |         }
203 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
231 |         if let t = tileSize {
232 |             n = t
233 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
234 |         }
235 |         return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
249 |         if let t = tileSize {
250 |             n = t
251 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
252 |         }
253 |         return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[38/47] Compiling SkiaKit Shader.swift
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
100 |         if let l = localMatrix {
101 |             native = l.toNative()
102 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
103 |         }
104 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
132 |         if let l = localMatrix {
133 |             native = l.toNative()
134 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
135 |         }
136 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
165 |         if let l = localMatrix {
166 |             native = l.toNative()
167 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
168 |         }
169 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
199 |         if let l = localMatrix {
200 |             native = l.toNative()
201 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
202 |         }
203 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
231 |         if let t = tileSize {
232 |             n = t
233 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
234 |         }
235 |         return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
249 |         if let t = tileSize {
250 |             n = t
251 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
252 |         }
253 |         return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[39/47] Compiling SkiaKit GrGLFramebufferInfo.swift
[40/47] Compiling SkiaKit Image.swift
[41/47] Compiling SkiaKit ImageFilter.swift
[42/47] Compiling SkiaKit ImageInfo.swift
[43/47] Compiling SkiaKit MaskFilter.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/40] Compiling SkiaKit Picture.swift
[3/40] Compiling SkiaKit PictureRecorder.swift
[4/40] Compiling SkiaKit Pixmap.swift
[5/40] Compiling SkiaKit Region.swift
[6/40] Compiling SkiaKit RoundRect.swift
[7/44] Compiling SkiaKit MathTypes.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[8/44] Compiling SkiaKit Matrix.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[9/44] Compiling SkiaKit Paint.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[10/44] Compiling SkiaKit Path.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[11/44] Compiling SkiaKit PathEffect.swift
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:150:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
148 |         var x, y, r, b : Int32
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:151:87: error: cannot convert value of type 'Float' to expected argument type 'Double'
149 |
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
    |                                                                                       `- error: cannot convert value of type 'Float' to expected argument type 'Double'
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:59: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                           `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:152:88: error: cannot convert value of type 'Float' to expected argument type 'Double'
150 |         x = Int32 ((outwards && value.width > 0) ? floor (Float (value.left)) : ceil (Float (value.left)));
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
    |                                                                                        `- error: cannot convert value of type 'Float' to expected argument type 'Double'
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
154 |
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:60: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                            `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
/host/spi-builder-workspace/Sources/SkiaKit/MathTypes.swift:153:90: error: cannot convert value of type 'Float' to expected argument type 'Double'
151 |         y = Int32 ((outwards && value.height > 0) ? floor (Float (value.top)) : ceil (Float (value.top)));
152 |         r = Int32 ((outwards && value.width < 0) ? floor (Float (value.right)) : ceil (Float (value.right)));
153 |         b = Int32 ((outwards && value.height < 0) ? floor (Float (value.bottom)) : ceil (Float (value.bottom)));
    |                                                                                          `- error: cannot convert value of type 'Float' to expected argument type 'Double'
154 |
155 |         return IRect (left: x, top: y, right: r, bottom: b)
[12/44] Compiling SkiaKit GrGLFramebufferInfo.swift
[13/44] Compiling SkiaKit Image.swift
[14/44] Compiling SkiaKit ImageFilter.swift
[15/44] Compiling SkiaKit ImageInfo.swift
[16/44] Compiling SkiaKit MaskFilter.swift
[17/44] Compiling SkiaKit SKObject.swift
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
100 |         if let l = localMatrix {
101 |             native = l.toNative()
102 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
103 |         }
104 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
132 |         if let l = localMatrix {
133 |             native = l.toNative()
134 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
135 |         }
136 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
165 |         if let l = localMatrix {
166 |             native = l.toNative()
167 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
168 |         }
169 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
199 |         if let l = localMatrix {
200 |             native = l.toNative()
201 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
202 |         }
203 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
231 |         if let t = tileSize {
232 |             n = t
233 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
234 |         }
235 |         return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
249 |         if let t = tileSize {
250 |             n = t
251 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
252 |         }
253 |         return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[18/44] Compiling SkiaKit SKStream.swift
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
100 |         if let l = localMatrix {
101 |             native = l.toNative()
102 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
103 |         }
104 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
132 |         if let l = localMatrix {
133 |             native = l.toNative()
134 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
135 |         }
136 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
165 |         if let l = localMatrix {
166 |             native = l.toNative()
167 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
168 |         }
169 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
199 |         if let l = localMatrix {
200 |             native = l.toNative()
201 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
202 |         }
203 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
231 |         if let t = tileSize {
232 |             n = t
233 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
234 |         }
235 |         return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
249 |         if let t = tileSize {
250 |             n = t
251 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
252 |         }
253 |         return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[19/44] Compiling SkiaKit SKString.swift
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
100 |         if let l = localMatrix {
101 |             native = l.toNative()
102 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
103 |         }
104 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
132 |         if let l = localMatrix {
133 |             native = l.toNative()
134 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
135 |         }
136 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
165 |         if let l = localMatrix {
166 |             native = l.toNative()
167 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
168 |         }
169 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
199 |         if let l = localMatrix {
200 |             native = l.toNative()
201 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
202 |         }
203 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
231 |         if let t = tileSize {
232 |             n = t
233 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
234 |         }
235 |         return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
249 |         if let t = tileSize {
250 |             n = t
251 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
252 |         }
253 |         return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[20/44] Compiling SkiaKit Shader.swift
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
100 |         if let l = localMatrix {
101 |             native = l.toNative()
102 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
103 |         }
104 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
132 |         if let l = localMatrix {
133 |             native = l.toNative()
134 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
135 |         }
136 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
165 |         if let l = localMatrix {
166 |             native = l.toNative()
167 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
168 |         }
169 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
199 |         if let l = localMatrix {
200 |             native = l.toNative()
201 |             ptr = UnsafePointer<sk_matrix_t> (&native)
    |                   |                           |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                           `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer
202 |         }
203 |
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
231 |         if let t = tileSize {
232 |             n = t
233 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
234 |         }
235 |         return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/host/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
249 |         if let t = tileSize {
250 |             n = t
251 |             ptr = UnsafePointer<sk_isize_t>(&n)
    |                   |                         |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                   |                         `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                   `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer
252 |         }
253 |         return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[21/44] Compiling SkiaKit Surface.swift
/host/spi-builder-workspace/Sources/SkiaKit/Surface.swift:107:13: warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
105 |     public static func makeRenderTarget(context: GrContext, budgeted: Bool, cinfo: ImageInfo) -> Surface {
106 |         //return ToSurface(SkSurface::MakeRenderTarget(AsGrContext(context), (SkBudgeted)budgeted, AsImageInfo(cinfo), sampleCount, (GrSurfaceOrigin)origin, AsSurfaceProps(props), shouldCreateWithMips).release());
107 |         var nativeCInfo = cinfo.toNative()
    |             `- warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
108 |         return withUnsafePointer(to: nativeCInfo) {
109 |             Surface(handle: sk_surface_new_render_target(context.handle, budgeted, $0, 0, TOP_LEFT_GR_SURFACE_ORIGIN, nil, false))
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:101:66: error: cannot find type 'ushort' in scope
 99 |     /// - Parameter y: The y position for this run
100 |     /// - Parameter glyphs: The glyphs to use for this run
101 |     public func addRun (font: Font, x: Float, y: Float, glyphs: [ushort])
    |                                                                  `- error: cannot find type 'ushort' in scope
102 |     {
103 |         let run = allocateRun(font: font, count: Int32 (glyphs.count), x: x, y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:111:66: error: cannot find type 'ushort' in scope
109 |     /// - Parameter y: The vertical offset within the blob.
110 |     /// - Parameter glyphs: The glyphs to use for this run
111 |     public func addHorizontalRun (font: Font, y: Float, glyphs: [ushort], positions: [Float])
    |                                                                  `- error: cannot find type 'ushort' in scope
112 |     {
113 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:122:66: error: cannot find type 'ushort' in scope
120 |     /// - Parameter y: The vertical offset within the blob.
121 |     /// - Parameter glyphs: The glyphs to use for this run
122 |     public func addPositionedRun (font: Font, y: Float, glyphs: [ushort], positions: [Point])
    |                                                                  `- error: cannot find type 'ushort' in scope
123 |     {
124 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
[22/44] Compiling SkiaKit SurfaceProperties.swift
/host/spi-builder-workspace/Sources/SkiaKit/Surface.swift:107:13: warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
105 |     public static func makeRenderTarget(context: GrContext, budgeted: Bool, cinfo: ImageInfo) -> Surface {
106 |         //return ToSurface(SkSurface::MakeRenderTarget(AsGrContext(context), (SkBudgeted)budgeted, AsImageInfo(cinfo), sampleCount, (GrSurfaceOrigin)origin, AsSurfaceProps(props), shouldCreateWithMips).release());
107 |         var nativeCInfo = cinfo.toNative()
    |             `- warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
108 |         return withUnsafePointer(to: nativeCInfo) {
109 |             Surface(handle: sk_surface_new_render_target(context.handle, budgeted, $0, 0, TOP_LEFT_GR_SURFACE_ORIGIN, nil, false))
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:101:66: error: cannot find type 'ushort' in scope
 99 |     /// - Parameter y: The y position for this run
100 |     /// - Parameter glyphs: The glyphs to use for this run
101 |     public func addRun (font: Font, x: Float, y: Float, glyphs: [ushort])
    |                                                                  `- error: cannot find type 'ushort' in scope
102 |     {
103 |         let run = allocateRun(font: font, count: Int32 (glyphs.count), x: x, y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:111:66: error: cannot find type 'ushort' in scope
109 |     /// - Parameter y: The vertical offset within the blob.
110 |     /// - Parameter glyphs: The glyphs to use for this run
111 |     public func addHorizontalRun (font: Font, y: Float, glyphs: [ushort], positions: [Float])
    |                                                                  `- error: cannot find type 'ushort' in scope
112 |     {
113 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:122:66: error: cannot find type 'ushort' in scope
120 |     /// - Parameter y: The vertical offset within the blob.
121 |     /// - Parameter glyphs: The glyphs to use for this run
122 |     public func addPositionedRun (font: Font, y: Float, glyphs: [ushort], positions: [Point])
    |                                                                  `- error: cannot find type 'ushort' in scope
123 |     {
124 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
[23/44] Compiling SkiaKit TextBlob.swift
/host/spi-builder-workspace/Sources/SkiaKit/Surface.swift:107:13: warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
105 |     public static func makeRenderTarget(context: GrContext, budgeted: Bool, cinfo: ImageInfo) -> Surface {
106 |         //return ToSurface(SkSurface::MakeRenderTarget(AsGrContext(context), (SkBudgeted)budgeted, AsImageInfo(cinfo), sampleCount, (GrSurfaceOrigin)origin, AsSurfaceProps(props), shouldCreateWithMips).release());
107 |         var nativeCInfo = cinfo.toNative()
    |             `- warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
108 |         return withUnsafePointer(to: nativeCInfo) {
109 |             Surface(handle: sk_surface_new_render_target(context.handle, budgeted, $0, 0, TOP_LEFT_GR_SURFACE_ORIGIN, nil, false))
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:101:66: error: cannot find type 'ushort' in scope
 99 |     /// - Parameter y: The y position for this run
100 |     /// - Parameter glyphs: The glyphs to use for this run
101 |     public func addRun (font: Font, x: Float, y: Float, glyphs: [ushort])
    |                                                                  `- error: cannot find type 'ushort' in scope
102 |     {
103 |         let run = allocateRun(font: font, count: Int32 (glyphs.count), x: x, y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:111:66: error: cannot find type 'ushort' in scope
109 |     /// - Parameter y: The vertical offset within the blob.
110 |     /// - Parameter glyphs: The glyphs to use for this run
111 |     public func addHorizontalRun (font: Font, y: Float, glyphs: [ushort], positions: [Float])
    |                                                                  `- error: cannot find type 'ushort' in scope
112 |     {
113 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:122:66: error: cannot find type 'ushort' in scope
120 |     /// - Parameter y: The vertical offset within the blob.
121 |     /// - Parameter glyphs: The glyphs to use for this run
122 |     public func addPositionedRun (font: Font, y: Float, glyphs: [ushort], positions: [Point])
    |                                                                  `- error: cannot find type 'ushort' in scope
123 |     {
124 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
[24/44] Compiling SkiaKit Typeface.swift
/host/spi-builder-workspace/Sources/SkiaKit/Surface.swift:107:13: warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
105 |     public static func makeRenderTarget(context: GrContext, budgeted: Bool, cinfo: ImageInfo) -> Surface {
106 |         //return ToSurface(SkSurface::MakeRenderTarget(AsGrContext(context), (SkBudgeted)budgeted, AsImageInfo(cinfo), sampleCount, (GrSurfaceOrigin)origin, AsSurfaceProps(props), shouldCreateWithMips).release());
107 |         var nativeCInfo = cinfo.toNative()
    |             `- warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
108 |         return withUnsafePointer(to: nativeCInfo) {
109 |             Surface(handle: sk_surface_new_render_target(context.handle, budgeted, $0, 0, TOP_LEFT_GR_SURFACE_ORIGIN, nil, false))
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:101:66: error: cannot find type 'ushort' in scope
 99 |     /// - Parameter y: The y position for this run
100 |     /// - Parameter glyphs: The glyphs to use for this run
101 |     public func addRun (font: Font, x: Float, y: Float, glyphs: [ushort])
    |                                                                  `- error: cannot find type 'ushort' in scope
102 |     {
103 |         let run = allocateRun(font: font, count: Int32 (glyphs.count), x: x, y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:111:66: error: cannot find type 'ushort' in scope
109 |     /// - Parameter y: The vertical offset within the blob.
110 |     /// - Parameter glyphs: The glyphs to use for this run
111 |     public func addHorizontalRun (font: Font, y: Float, glyphs: [ushort], positions: [Float])
    |                                                                  `- error: cannot find type 'ushort' in scope
112 |     {
113 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:122:66: error: cannot find type 'ushort' in scope
120 |     /// - Parameter y: The vertical offset within the blob.
121 |     /// - Parameter glyphs: The glyphs to use for this run
122 |     public func addPositionedRun (font: Font, y: Float, glyphs: [ushort], positions: [Point])
    |                                                                  `- error: cannot find type 'ushort' in scope
123 |     {
124 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
[25/44] Compiling SkiaKit FontStyle.swift
[26/44] Compiling SkiaKit FontStyleSet.swift
[27/44] Compiling SkiaKit GLInterface.swift
[28/44] Compiling SkiaKit GrBackendRenderTarget.swift
[29/44] Compiling SkiaKit GrContext.swift
[30/44] Compiling SkiaKit Colors.swift
[31/44] Compiling SkiaKit Data.swift
[32/44] Compiling SkiaKit Definitions.swift
[33/44] Compiling SkiaKit Font.swift
[34/44] Compiling SkiaKit FontManager.swift
[35/44] Compiling SkiaKit Bitmap.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/44] Compiling SkiaKit Canvas.swift
[37/44] Compiling SkiaKit Color.swift
[38/44] Compiling SkiaKit ColorFilter.swift
[39/44] Compiling SkiaKit ColorSpace.swift
[40/44] Emitting module SkiaKit
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:101:66: error: cannot find type 'ushort' in scope
 99 |     /// - Parameter y: The y position for this run
100 |     /// - Parameter glyphs: The glyphs to use for this run
101 |     public func addRun (font: Font, x: Float, y: Float, glyphs: [ushort])
    |                                                                  `- error: cannot find type 'ushort' in scope
102 |     {
103 |         let run = allocateRun(font: font, count: Int32 (glyphs.count), x: x, y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:111:66: error: cannot find type 'ushort' in scope
109 |     /// - Parameter y: The vertical offset within the blob.
110 |     /// - Parameter glyphs: The glyphs to use for this run
111 |     public func addHorizontalRun (font: Font, y: Float, glyphs: [ushort], positions: [Float])
    |                                                                  `- error: cannot find type 'ushort' in scope
112 |     {
113 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
/host/spi-builder-workspace/Sources/SkiaKit/TextBlob.swift:122:66: error: cannot find type 'ushort' in scope
120 |     /// - Parameter y: The vertical offset within the blob.
121 |     /// - Parameter glyphs: The glyphs to use for this run
122 |     public func addPositionedRun (font: Font, y: Float, glyphs: [ushort], positions: [Point])
    |                                                                  `- error: cannot find type 'ushort' in scope
123 |     {
124 |         let run = allocateHorizontalRun(font: font, count: Int32 (glyphs.count), y: y)
BUILD FAILURE 6.1 android