Build Information
Successful build of CodableValue, reference 6.0.2 (e627e8), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 08:32:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Denis5161/CodableValue.git
Reference: 6.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Denis5161/CodableValue
* tag 6.0.2 -> FETCH_HEAD
HEAD is now at e627e89 Add .spi.yml file
Cloned https://github.com/Denis5161/CodableValue.git
Revision (git rev-parse @):
e627e896db96924bc9fc22b8ee1d2bb939c7a39a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Denis5161/CodableValue.git at 6.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Denis5161/CodableValue.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling CodableValue UIImage+Ext.swift
[4/11] Compiling CodableValue UIColor+Ext.swift
[5/11] Compiling CodableValue DecodingValueError.swift
[6/11] Compiling CodableValue Optional+Ext.swift
[7/11] Compiling CodableValue CodableValueSupported.swift
[8/11] Emitting module CodableValue
[9/11] Compiling CodableValue NSColor+Ext.swift
[10/11] Compiling CodableValue NSImage+Ext.swift
[11/11] Compiling CodableValue CodableValue.swift
Build complete! (6.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CodableValue",
"name" : "CodableValue",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "CodableValue",
"targets" : [
"CodableValue"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests/Tests",
"sources" : [
"ImageEncodingFileTypes.swift",
"TestsAppKit.swift",
"TestsUIKit.swift"
],
"target_dependencies" : [
"CodableValue"
],
"type" : "test"
},
{
"c99name" : "CodableValue",
"module_type" : "SwiftTarget",
"name" : "CodableValue",
"path" : "Sources/CodableValue",
"product_memberships" : [
"CodableValue"
],
"sources" : [
"AppKit/NSColor+Ext.swift",
"AppKit/NSImage+Ext.swift",
"Shared/CodableValue.swift",
"Shared/CodableValueSupported.swift",
"Shared/DecodingValueError.swift",
"Shared/Optional+Ext.swift",
"UIKit/UIColor+Ext.swift",
"UIKit/UIImage+Ext.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.