Build Information
Successful build of color-components, reference main (40fc54
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 11:07:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/color-components.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/color-components
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 40fc541 Fix tests on older Xcodes
Cloned https://github.com/sersoft-gmbh/color-components.git
Revision (git rev-parse @):
40fc541e9b31e9ddfb40f2143c9e84384ba1ad6b
SUCCESS checkout https://github.com/sersoft-gmbh/color-components.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
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.3
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "color-components",
"name": "color-components",
"url": "https://github.com/sersoft-gmbh/color-components.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/color-components",
"dependencies": [
]
}
]
}
Fetching https://github.com/sersoft-gmbh/color-components.git
[1/26280] Fetching color-components
Fetched https://github.com/sersoft-gmbh/color-components.git from cache (1.90s)
Creating working copy for https://github.com/sersoft-gmbh/color-components.git
Working copy of https://github.com/sersoft-gmbh/color-components.git resolved at main (40fc541)
warning: '.resolve-product-dependencies': dependency 'color-components' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sersoft-gmbh/color-components.git
https://github.com/sersoft-gmbh/color-components.git
{
"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"
}
],
"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" : "XCHelpers",
"module_type" : "SwiftTarget",
"name" : "XCHelpers",
"path" : "Sources/XCHelpers",
"sources" : [
"UnsupportedPlatform.swift"
],
"type" : "library"
},
{
"c99name" : "ColorComponentsTests",
"module_type" : "SwiftTarget",
"name" : "ColorComponentsTests",
"path" : "Tests/ColorComponentsTests",
"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",
"XCHelpers/AssertViewBody.swift",
"XCHelpers/DummyNumeric.swift",
"XCHelpers/InexactFloat.swift",
"XCHelpers/NoCompsUIColor.swift"
],
"target_dependencies" : [
"ColorComponents",
"XCHelpers"
],
"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",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ColorCalculationsTests/TestImages",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ImageColorsCalculatorTests.swift"
],
"target_dependencies" : [
"ColorCalculations",
"XCHelpers"
],
"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.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/51] Emitting module ColorComponents
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[8/55] Compiling ColorComponents HSBA+HSLA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[9/55] Compiling ColorComponents HSBA+RGBA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[10/55] Compiling ColorComponents HSBA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[11/55] Compiling ColorComponents HSBA+AppKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[12/55] Compiling ColorComponents HSBA+CoreGraphics.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[13/55] Compiling XCHelpers UnsupportedPlatform.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[14/55] Emitting module XCHelpers
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[15/55] Compiling ColorComponents RGBA+HSBVHelpers.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[16/55] Compiling ColorComponents RGBA+HSLA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[17/55] Compiling ColorComponents RGBA+Hex.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[18/55] Compiling ColorComponents RGBA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[19/55] Compiling ColorComponents HSBA+Playground.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[20/55] Compiling ColorComponents HSBA+SwiftUI.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[21/55] Compiling ColorComponents HSBA+UIKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[22/55] Compiling ColorComponents HSLA+HSBA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[23/55] Compiling ColorComponents HSLA+RGBA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[24/55] Compiling ColorComponents HSLA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[25/55] Compiling ColorComponents HSLA+AppKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[26/55] Compiling ColorComponents HSLA+CoreGraphics.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[27/55] Compiling ColorComponents HSLA+Playground.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[28/55] Compiling ColorComponents HSLA+SwiftUI.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[29/55] Compiling ColorComponents BWA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[30/55] Compiling ColorComponents BWA+AppKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[31/55] Compiling ColorComponents BWA+CoreGraphics.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[32/55] Compiling ColorComponents BWA+Playground.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[33/55] Compiling ColorComponents BWA+SwiftUI.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[34/55] Compiling ColorComponents SwiftUIPlatformColor.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[35/55] Compiling ColorComponents RGBA+AppKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[36/55] Compiling ColorComponents RGBA+CoreGraphics.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[37/55] Compiling ColorComponents RGBA+Playground.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[38/55] Compiling ColorComponents CIEXYZA+CoreGraphics.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[39/55] Compiling ColorComponents CIEXYZA+Playground.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[40/55] Compiling ColorComponents CIEXYZA+SwiftUI.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[41/55] Compiling ColorComponents CIEXYZA+UIKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[42/55] Compiling ColorComponents ColorComponents.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[43/55] Compiling ColorComponents HSLA+UIKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[44/55] Compiling ColorComponents CGColor+RequireColorSpace.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[45/55] Compiling ColorComponents NSColor+RequireColorSpace.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[46/55] Compiling ColorComponents PlaygroundSupport.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[47/55] Compiling ColorComponents RGBA+SwiftUI.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[48/55] Compiling ColorComponents RGBA+UIKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[49/55] Compiling ColorComponents RGBA+CIEXYZA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[50/55] Compiling ColorComponents RGBA+HSBA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[51/55] Compiling ColorComponents BWA+UIKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[52/55] Compiling ColorComponents CIE.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[53/55] Compiling ColorComponents CIEXYZA+RGBA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[54/55] Compiling ColorComponents CIEXYZA.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[55/55] Compiling ColorComponents CIEXYZA+AppKit.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[56/59] Compiling ColorCalculations ImageColorsCalculator+Platforms.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[57/59] Compiling ColorCalculations ImageColorsCalculator.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[58/59] Compiling ColorCalculations ImageColorsCalculator+ProminentColors.swift
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
[59/59] Emitting module ColorCalculations
<unknown>:0: warning: upcoming feature 'GlobalConcurrency' is already enabled as of Swift version 6
Build complete! (18.91s)
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"
}
],
"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" : "XCHelpers",
"module_type" : "SwiftTarget",
"name" : "XCHelpers",
"path" : "Sources/XCHelpers",
"sources" : [
"UnsupportedPlatform.swift"
],
"type" : "library"
},
{
"c99name" : "ColorComponentsTests",
"module_type" : "SwiftTarget",
"name" : "ColorComponentsTests",
"path" : "Tests/ColorComponentsTests",
"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",
"XCHelpers/AssertViewBody.swift",
"XCHelpers/DummyNumeric.swift",
"XCHelpers/InexactFloat.swift",
"XCHelpers/NoCompsUIColor.swift"
],
"target_dependencies" : [
"ColorComponents",
"XCHelpers"
],
"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",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ColorCalculationsTests/TestImages",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ImageColorsCalculatorTests.swift"
],
"target_dependencies" : [
"ColorCalculations",
"XCHelpers"
],
"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.0"
}
Done.