Build Information
Successful build of CodableXPC, reference 1.0.0 (c28657), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:28:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daniel-grumberg/codablexpc.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daniel-grumberg/codablexpc
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at c28657b Merge pull request #1 from daniel-grumberg/build-badge
Cloned https://github.com/daniel-grumberg/codablexpc.git
Revision (git rev-parse @):
c28657b4cbe0e72a8aeb49079ced2a435a085253
SUCCESS checkout https://github.com/daniel-grumberg/codablexpc.git 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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "codablexpc",
"name": "CodableXPC",
"url": "https://github.com/daniel-grumberg/codablexpc.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/codablexpc",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/daniel-grumberg/codablexpc.git
[1/57] Fetching codablexpc
Fetched https://github.com/daniel-grumberg/codablexpc.git from cache (0.59s)
Creating working copy for https://github.com/daniel-grumberg/codablexpc.git
Working copy of https://github.com/daniel-grumberg/codablexpc.git resolved at 1.0.0 (c28657b)
warning: '.resolve-product-dependencies': dependency 'codablexpc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/daniel-grumberg/codablexpc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling CodableXPC XPCSingleValueDecodingContainer.swift
[4/12] Compiling CodableXPC XPCUnkeyedEncodingContainer.swift
[5/12] Compiling CodableXPC XPCSingleValueEncodingContainer.swift
[6/12] Compiling CodableXPC XPCUnkeyedDecodingContainer.swift
[7/12] Compiling CodableXPC XPCEncoder.swift
[8/12] Compiling CodableXPC XPCDecoder.swift
[9/12] Compiling CodableXPC XPCKeyedDecodingContainer.swift
[10/12] Emitting module CodableXPC
[11/12] Compiling CodableXPC XPCCodingKey.swift
[12/12] Compiling CodableXPC XPCKeyedEncodingContainer.swift
Build complete! (3.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CodableXPC",
"name" : "CodableXPC",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodableXPC",
"targets" : [
"CodableXPC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableXPCTests",
"module_type" : "SwiftTarget",
"name" : "CodableXPCTests",
"path" : "Tests/CodableXPCTests",
"sources" : [
"CodableXPCTests.swift"
],
"target_dependencies" : [
"CodableXPC"
],
"type" : "test"
},
{
"c99name" : "CodableXPC",
"module_type" : "SwiftTarget",
"name" : "CodableXPC",
"path" : "Sources/CodableXPC",
"product_memberships" : [
"CodableXPC"
],
"sources" : [
"XPCCodingKey.swift",
"XPCDecoder.swift",
"XPCEncoder.swift",
"XPCKeyedDecodingContainer.swift",
"XPCKeyedEncodingContainer.swift",
"XPCSingleValueDecodingContainer.swift",
"XPCSingleValueEncodingContainer.swift",
"XPCUnkeyedDecodingContainer.swift",
"XPCUnkeyedEncodingContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.