The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of color-components, reference 1.15.1 (d1256c), with Swift 6.2 for macOS (SPM) on 22 Sep 2025 20:15:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/color-components.git
Reference: 1.15.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/color-components
 * tag               1.15.1     -> FETCH_HEAD
HEAD is now at d1256cc Disable treat-warnings-as-errors to fix build in Xcode
Cloned https://github.com/sersoft-gmbh/color-components.git
Revision (git rev-parse @):
d1256cc5a81651b8543029ff340ea4c77130d74a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sersoft-gmbh/color-components.git at 1.15.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sersoft-gmbh/color-components.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/48] Compiling ColorComponents BWA+UIKit.swift
[7/48] Compiling ColorComponents CIE.swift
[8/48] Compiling ColorComponents CIEXYZA+RGBA.swift
[9/48] Compiling ColorComponents CIEXYZA.swift
[10/48] Compiling ColorComponents CIEXYZA+AppKit.swift
[11/52] Compiling ColorComponents RGBA+SwiftUI.swift
[12/52] Compiling ColorComponents RGBA+UIKit.swift
[13/52] Compiling ColorComponents RGBA+CIEXYZA.swift
[14/52] Compiling ColorComponents RGBA+HSBA.swift
[15/52] Emitting module ColorComponents
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:50:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 48 |     @inlinable
 49 |     public init(_ cgColor: CGColor) {
 50 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 51 |     }
 52 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:61:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 59 |     @inlinable
 60 |     public init?(exactly cgColor: CGColor) {
 61 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 62 |     }
 63 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:79:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     @inlinable
 78 |     public init(_ cgColor: CGColor) {
 79 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 80 |     }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:90:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 88 |     @inlinable
 89 |     public init?(exactly cgColor: CGColor) {
 90 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 91 |     }
 92 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:65:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 63 |     @inlinable
 64 |     public init(_ cgColor: CGColor) {
 65 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 66 |     }
 67 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:76:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 74 |     @inlinable
 75 |     public init?(exactly cgColor: CGColor) {
 76 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     }
 78 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:94:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 92 |     @inlinable
 93 |     public init(_ cgColor: CGColor) {
 94 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 95 |     }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:105:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
103 |     @inlinable
104 |     public init?(exactly cgColor: CGColor) {
105 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
106 |     }
107 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:49:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 47 |     @inlinable
 48 |     public init(_ cgColor: CGColor) {
 49 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 50 |     }
 51 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:60:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 58 |     @inlinable
 59 |     public init?(exactly cgColor: CGColor) {
 60 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 61 |     }
 62 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:78:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 76 |     @inlinable
 77 |     public init(_ cgColor: CGColor) {
 78 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 79 |     }
 80 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:89:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 87 |     @inlinable
 88 |     public init?(exactly cgColor: CGColor) {
 89 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 90 |     }
 91 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[16/52] Compiling ColorComponents BWA.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:50:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 48 |     @inlinable
 49 |     public init(_ cgColor: CGColor) {
 50 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 51 |     }
 52 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:61:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 59 |     @inlinable
 60 |     public init?(exactly cgColor: CGColor) {
 61 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 62 |     }
 63 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:79:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     @inlinable
 78 |     public init(_ cgColor: CGColor) {
 79 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 80 |     }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:90:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 88 |     @inlinable
 89 |     public init?(exactly cgColor: CGColor) {
 90 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 91 |     }
 92 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[17/52] Compiling ColorComponents BWA+AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:50:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 48 |     @inlinable
 49 |     public init(_ cgColor: CGColor) {
 50 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 51 |     }
 52 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:61:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 59 |     @inlinable
 60 |     public init?(exactly cgColor: CGColor) {
 61 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 62 |     }
 63 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:79:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     @inlinable
 78 |     public init(_ cgColor: CGColor) {
 79 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 80 |     }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:90:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 88 |     @inlinable
 89 |     public init?(exactly cgColor: CGColor) {
 90 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 91 |     }
 92 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[18/52] Compiling ColorComponents BWA+CoreGraphics.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:50:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 48 |     @inlinable
 49 |     public init(_ cgColor: CGColor) {
 50 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 51 |     }
 52 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:61:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 59 |     @inlinable
 60 |     public init?(exactly cgColor: CGColor) {
 61 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 62 |     }
 63 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:79:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     @inlinable
 78 |     public init(_ cgColor: CGColor) {
 79 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 80 |     }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:90:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 88 |     @inlinable
 89 |     public init?(exactly cgColor: CGColor) {
 90 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 91 |     }
 92 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[19/52] Compiling ColorComponents BWA+Playground.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:50:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 48 |     @inlinable
 49 |     public init(_ cgColor: CGColor) {
 50 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 51 |     }
 52 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:61:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 59 |     @inlinable
 60 |     public init?(exactly cgColor: CGColor) {
 61 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 62 |     }
 63 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:79:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     @inlinable
 78 |     public init(_ cgColor: CGColor) {
 79 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 80 |     }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:90:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 88 |     @inlinable
 89 |     public init?(exactly cgColor: CGColor) {
 90 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 91 |     }
 92 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[20/52] Compiling ColorComponents BWA+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:50:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 48 |     @inlinable
 49 |     public init(_ cgColor: CGColor) {
 50 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 51 |     }
 52 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:61:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 59 |     @inlinable
 60 |     public init?(exactly cgColor: CGColor) {
 61 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 62 |     }
 63 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:79:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     @inlinable
 78 |     public init(_ cgColor: CGColor) {
 79 |         self.init(cgColor._extractBW())
    |         |                 `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 80 |     }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/BWA/Platforms/BWA+CoreGraphics.swift:90:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 88 |     @inlinable
 89 |     public init?(exactly cgColor: CGColor) {
 90 |         self.init(exactly: cgColor._extractBW())
    |         |                          `- note: reference to instance method '_extractBW(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 91 |     }
 92 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[21/52] Compiling ColorComponents HSBA+HSLA.swift
[22/52] Compiling ColorComponents HSBA+RGBA.swift
[23/52] Compiling ColorComponents HSBA.swift
[24/52] Compiling ColorComponents HSBA+AppKit.swift
[25/52] Compiling ColorComponents HSBA+CoreGraphics.swift
[26/52] Compiling ColorComponents HSLA.swift
[27/52] Compiling ColorComponents HSLA+AppKit.swift
[28/52] Compiling ColorComponents HSLA+CoreGraphics.swift
[29/52] Compiling ColorComponents HSLA+Playground.swift
[30/52] Compiling ColorComponents HSLA+SwiftUI.swift
[31/52] Compiling ColorComponents HSLA+UIKit.swift
[32/52] Compiling ColorComponents CGColor+RequireColorSpace.swift
[33/52] Compiling ColorComponents NSColor+RequireColorSpace.swift
[34/52] Compiling ColorComponents PlaygroundSupport.swift
[35/52] Compiling ColorComponents SwiftUIPlatformColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:49:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 47 |     @inlinable
 48 |     public init(_ cgColor: CGColor) {
 49 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 50 |     }
 51 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:60:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 58 |     @inlinable
 59 |     public init?(exactly cgColor: CGColor) {
 60 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 61 |     }
 62 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:78:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 76 |     @inlinable
 77 |     public init(_ cgColor: CGColor) {
 78 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 79 |     }
 80 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:89:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 87 |     @inlinable
 88 |     public init?(exactly cgColor: CGColor) {
 89 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 90 |     }
 91 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[36/52] Compiling ColorComponents RGBA+AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:49:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 47 |     @inlinable
 48 |     public init(_ cgColor: CGColor) {
 49 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 50 |     }
 51 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:60:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 58 |     @inlinable
 59 |     public init?(exactly cgColor: CGColor) {
 60 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 61 |     }
 62 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:78:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 76 |     @inlinable
 77 |     public init(_ cgColor: CGColor) {
 78 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 79 |     }
 80 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:89:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 87 |     @inlinable
 88 |     public init?(exactly cgColor: CGColor) {
 89 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 90 |     }
 91 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[37/52] Compiling ColorComponents RGBA+CoreGraphics.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:49:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 47 |     @inlinable
 48 |     public init(_ cgColor: CGColor) {
 49 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 50 |     }
 51 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:60:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 58 |     @inlinable
 59 |     public init?(exactly cgColor: CGColor) {
 60 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 61 |     }
 62 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:78:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 76 |     @inlinable
 77 |     public init(_ cgColor: CGColor) {
 78 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 79 |     }
 80 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:89:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 87 |     @inlinable
 88 |     public init?(exactly cgColor: CGColor) {
 89 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 90 |     }
 91 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[38/52] Compiling ColorComponents RGBA+Playground.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:49:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 47 |     @inlinable
 48 |     public init(_ cgColor: CGColor) {
 49 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 50 |     }
 51 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:60:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 58 |     @inlinable
 59 |     public init?(exactly cgColor: CGColor) {
 60 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 61 |     }
 62 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:78:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 76 |     @inlinable
 77 |     public init(_ cgColor: CGColor) {
 78 |         self.init(cgColor._extractRGB())
    |         |                 `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 79 |     }
 80 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/RGBA/Platforms/RGBA+CoreGraphics.swift:89:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 87 |     @inlinable
 88 |     public init?(exactly cgColor: CGColor) {
 89 |         self.init(exactly: cgColor._extractRGB())
    |         |                          `- note: reference to instance method '_extractRGB(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 90 |     }
 91 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[39/52] Compiling ColorComponents HSBA+Playground.swift
[40/52] Compiling ColorComponents HSBA+SwiftUI.swift
[41/52] Compiling ColorComponents HSBA+UIKit.swift
[42/52] Compiling ColorComponents HSLA+HSBA.swift
[43/52] Compiling ColorComponents HSLA+RGBA.swift
[44/52] Compiling ColorComponents CIEXYZA+CoreGraphics.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:65:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 63 |     @inlinable
 64 |     public init(_ cgColor: CGColor) {
 65 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 66 |     }
 67 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:76:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 74 |     @inlinable
 75 |     public init?(exactly cgColor: CGColor) {
 76 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     }
 78 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:94:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 92 |     @inlinable
 93 |     public init(_ cgColor: CGColor) {
 94 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 95 |     }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:105:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
103 |     @inlinable
104 |     public init?(exactly cgColor: CGColor) {
105 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
106 |     }
107 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[45/52] Compiling ColorComponents CIEXYZA+Playground.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:65:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 63 |     @inlinable
 64 |     public init(_ cgColor: CGColor) {
 65 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 66 |     }
 67 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:76:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 74 |     @inlinable
 75 |     public init?(exactly cgColor: CGColor) {
 76 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     }
 78 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:94:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 92 |     @inlinable
 93 |     public init(_ cgColor: CGColor) {
 94 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 95 |     }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:105:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
103 |     @inlinable
104 |     public init?(exactly cgColor: CGColor) {
105 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
106 |     }
107 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[46/52] Compiling ColorComponents CIEXYZA+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:65:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 63 |     @inlinable
 64 |     public init(_ cgColor: CGColor) {
 65 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 66 |     }
 67 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:76:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 74 |     @inlinable
 75 |     public init?(exactly cgColor: CGColor) {
 76 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     }
 78 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:94:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 92 |     @inlinable
 93 |     public init(_ cgColor: CGColor) {
 94 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 95 |     }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:105:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
103 |     @inlinable
104 |     public init?(exactly cgColor: CGColor) {
105 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
106 |     }
107 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[47/52] Compiling ColorComponents CIEXYZA+UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:65:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 63 |     @inlinable
 64 |     public init(_ cgColor: CGColor) {
 65 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 66 |     }
 67 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:76:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 74 |     @inlinable
 75 |     public init?(exactly cgColor: CGColor) {
 76 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     }
 78 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:94:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 92 |     @inlinable
 93 |     public init(_ cgColor: CGColor) {
 94 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 95 |     }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:105:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
103 |     @inlinable
104 |     public init?(exactly cgColor: CGColor) {
105 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
106 |     }
107 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[48/52] Compiling ColorComponents ColorComponents.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:65:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 63 |     @inlinable
 64 |     public init(_ cgColor: CGColor) {
 65 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 66 |     }
 67 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:76:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 74 |     @inlinable
 75 |     public init?(exactly cgColor: CGColor) {
 76 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 77 |     }
 78 | }
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:94:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 92 |     @inlinable
 93 |     public init(_ cgColor: CGColor) {
 94 |         self.init(cgColor._extractCIEXYZ())
    |         |                 `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 95 |     }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/ColorComponents/CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift:105:9: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
103 |     @inlinable
104 |     public init?(exactly cgColor: CGColor) {
105 |         self.init(exactly: cgColor._extractCIEXYZ())
    |         |                          `- note: reference to instance method '_extractCIEXYZ(alpha:)' involves unsafe type 'UnsafeMutablePointer<CGFloat>'
    |         `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
106 |     }
107 | }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[49/52] Compiling ColorComponents RGBA+HSBVHelpers.swift
[50/52] Compiling ColorComponents RGBA+HSLA.swift
[51/52] Compiling ColorComponents RGBA+Hex.swift
[52/52] Compiling ColorComponents RGBA.swift
[53/56] Compiling ColorCalculations ImageColorsCalculator+ProminentColors.swift
[54/56] Compiling ColorCalculations ImageColorsCalculator.swift
[55/56] Compiling ColorCalculations ImageColorsCalculator+Platforms.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorCalculations/ImageColorsCalculator+Platforms.swift:40:29: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
38 |     /// - Parameter nsImage: The `NSImage` to convert to a `CIImage` for calculations.
39 |     public init?(nsImage: NSImage) {
40 |         guard let cgImage = nsImage.cgImage(forProposedRect: nil, context: nil, hints: nil)
   |                             |       `- note: reference to instance method 'cgImage(forProposedRect:context:hints:)' involves unsafe type 'UnsafeMutablePointer<NSRect>' (aka 'UnsafeMutablePointer<CGRect>')
   |                             `- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
41 |         else { return nil }
42 |         self.init(cgImage: cgImage)
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[56/56] Emitting module ColorCalculations
Build complete! (27.97s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-numerics
[1/2094] Fetching swift-docc-plugin
[232/8453] Fetching swift-docc-plugin, swift-numerics
Fetched https://github.com/apple/swift-docc-plugin from cache (1.43s)
Fetched https://github.com/apple/swift-numerics from cache (1.43s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (1.97s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.09s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3531] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.79s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "color-components",
  "name" : "color-components",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ColorComponents",
      "targets" : [
        "ColorComponents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ColorCalculations",
      "targets" : [
        "ColorCalculations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorComponentsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponentsTests",
      "path" : "Tests/ColorComponentsTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "BWA/BWATests.swift",
        "BWA/Platforms/BWA+AppKitTests.swift",
        "BWA/Platforms/BWA+CoreGraphicsTests.swift",
        "BWA/Platforms/BWA+PlaygroundTests.swift",
        "BWA/Platforms/BWA+SwiftUITests.swift",
        "BWA/Platforms/BWA+UIKitTests.swift",
        "CIE/XYZ/CIEXYZA+RGBATests.swift",
        "CIE/XYZ/CIEXYZATests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKitTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphicsTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+PlaygroundTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUITests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKitTests.swift",
        "ColorComponentsTests.swift",
        "HSBA/HSBA+HSLATests.swift",
        "HSBA/HSBA+RGBATests.swift",
        "HSBA/HSBATests.swift",
        "HSBA/Platforms/HSBA+AppKitTests.swift",
        "HSBA/Platforms/HSBA+CoreGraphicsTests.swift",
        "HSBA/Platforms/HSBA+PlaygroundTests.swift",
        "HSBA/Platforms/HSBA+SwiftUITests.swift",
        "HSBA/Platforms/HSBA+UIKitTests.swift",
        "HSLA/HSLA+HSBATests.swift",
        "HSLA/HSLA+RGBATests.swift",
        "HSLA/HSLATests.swift",
        "HSLA/Platforms/HSLA+AppKitTests.swift",
        "HSLA/Platforms/HSLA+CoreGraphicsTests.swift",
        "HSLA/Platforms/HSLA+PlaygroundTests.swift",
        "HSLA/Platforms/HSLA+SwiftUITests.swift",
        "HSLA/Platforms/HSLA+UIKitTests.swift",
        "RGBA/Platforms/RGBA+AppKitTests.swift",
        "RGBA/Platforms/RGBA+CoreGraphicsTests.swift",
        "RGBA/Platforms/RGBA+PlaygroundTests.swift",
        "RGBA/Platforms/RGBA+SwiftUITests.swift",
        "RGBA/Platforms/RGBA+UIKitTests.swift",
        "RGBA/RGBA+CIEXYZATests.swift",
        "RGBA/RGBA+HSBATests.swift",
        "RGBA/RGBA+HSLATests.swift",
        "RGBA/RGBA+HexTests.swift",
        "RGBA/RGBATests.swift",
        "TestHelpers/DummyNumeric.swift",
        "TestHelpers/InexactFloat.swift",
        "TestHelpers/NoCompsUIColor.swift",
        "TestHelpers/PlatformAvailability.swift",
        "TestHelpers/View+ExtractBody.swift"
      ],
      "target_dependencies" : [
        "ColorComponents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorComponents",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponents",
      "path" : "Sources/ColorComponents",
      "product_memberships" : [
        "ColorComponents",
        "ColorCalculations"
      ],
      "sources" : [
        "BWA/BWA.swift",
        "BWA/Platforms/BWA+AppKit.swift",
        "BWA/Platforms/BWA+CoreGraphics.swift",
        "BWA/Platforms/BWA+Playground.swift",
        "BWA/Platforms/BWA+SwiftUI.swift",
        "BWA/Platforms/BWA+UIKit.swift",
        "CIE/CIE.swift",
        "CIE/XYZ/CIEXYZA+RGBA.swift",
        "CIE/XYZ/CIEXYZA.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKit.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift",
        "CIE/XYZ/Platforms/CIEXYZA+Playground.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKit.swift",
        "ColorComponents.swift",
        "HSBA/HSBA+HSLA.swift",
        "HSBA/HSBA+RGBA.swift",
        "HSBA/HSBA.swift",
        "HSBA/Platforms/HSBA+AppKit.swift",
        "HSBA/Platforms/HSBA+CoreGraphics.swift",
        "HSBA/Platforms/HSBA+Playground.swift",
        "HSBA/Platforms/HSBA+SwiftUI.swift",
        "HSBA/Platforms/HSBA+UIKit.swift",
        "HSLA/HSLA+HSBA.swift",
        "HSLA/HSLA+RGBA.swift",
        "HSLA/HSLA.swift",
        "HSLA/Platforms/HSLA+AppKit.swift",
        "HSLA/Platforms/HSLA+CoreGraphics.swift",
        "HSLA/Platforms/HSLA+Playground.swift",
        "HSLA/Platforms/HSLA+SwiftUI.swift",
        "HSLA/Platforms/HSLA+UIKit.swift",
        "Helpers/CGColor+RequireColorSpace.swift",
        "Helpers/NSColor+RequireColorSpace.swift",
        "Helpers/PlaygroundSupport.swift",
        "Helpers/SwiftUIPlatformColor.swift",
        "RGBA/Platforms/RGBA+AppKit.swift",
        "RGBA/Platforms/RGBA+CoreGraphics.swift",
        "RGBA/Platforms/RGBA+Playground.swift",
        "RGBA/Platforms/RGBA+SwiftUI.swift",
        "RGBA/Platforms/RGBA+UIKit.swift",
        "RGBA/RGBA+CIEXYZA.swift",
        "RGBA/RGBA+HSBA.swift",
        "RGBA/RGBA+HSBVHelpers.swift",
        "RGBA/RGBA+HSLA.swift",
        "RGBA/RGBA+Hex.swift",
        "RGBA/RGBA.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorCalculationsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculationsTests",
      "path" : "Tests/ColorCalculationsTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ColorCalculationsTests/TestImages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ImageColorsCalculatorTests.swift"
      ],
      "target_dependencies" : [
        "ColorCalculations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorCalculations",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculations",
      "path" : "Sources/ColorCalculations",
      "product_memberships" : [
        "ColorCalculations"
      ],
      "sources" : [
        "ImageColorsCalculator+Platforms.swift",
        "ImageColorsCalculator+ProminentColors.swift",
        "ImageColorsCalculator.swift"
      ],
      "target_dependencies" : [
        "ColorComponents"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.