Build Information
Successful build of ReplicatingTypes, reference master (78a17e), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 22:02:33 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/appdecentral/replicatingtypes.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appdecentral/replicatingtypes
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 78a17e4 Added last post in series to readme.
Cloned https://github.com/appdecentral/replicatingtypes.git
Revision (git rev-parse @):
78a17e40cdebf7f81f7bf61ffed68f0ad940bdca
SUCCESS checkout https://github.com/appdecentral/replicatingtypes.git at master
========================================
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": "replicatingtypes",
"name": "ReplicatingTypes",
"url": "https://github.com/appdecentral/replicatingtypes.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/replicatingtypes",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/appdecentral/replicatingtypes.git
[1/178] Fetching replicatingtypes
Fetched https://github.com/appdecentral/replicatingtypes.git from cache (0.88s)
Creating working copy for https://github.com/appdecentral/replicatingtypes.git
Working copy of https://github.com/appdecentral/replicatingtypes.git resolved at master (78a17e4)
warning: '.resolve-product-dependencies': dependency 'replicatingtypes' 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/appdecentral/replicatingtypes.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/9] Compiling ReplicatingTypes ReplicatingSet.swift
[4/9] Compiling ReplicatingTypes ReplicatingRegister.swift
[5/9] Compiling ReplicatingTypes ReplicatingArray.swift
[6/9] Emitting module ReplicatingTypes
[7/9] Compiling ReplicatingTypes ReplicatingAddOnlySet.swift
[8/9] Compiling ReplicatingTypes General.swift
[9/9] Compiling ReplicatingTypes ReplicatingDictionary.swift
Build complete! (4.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ReplicatingTypes",
"name" : "ReplicatingTypes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ReplicatingTypes",
"targets" : [
"ReplicatingTypes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReplicatingTypesTests",
"module_type" : "SwiftTarget",
"name" : "ReplicatingTypesTests",
"path" : "Tests/ReplicatingTypesTests",
"sources" : [
"ReplicatingAddOnlySetTests.swift",
"ReplicatingArrayTests.swift",
"ReplicatingDictionaryTests.swift",
"ReplicatingRegisterTests.swift",
"ReplicatingSetTests.swift"
],
"target_dependencies" : [
"ReplicatingTypes"
],
"type" : "test"
},
{
"c99name" : "ReplicatingTypes",
"module_type" : "SwiftTarget",
"name" : "ReplicatingTypes",
"path" : "Sources/ReplicatingTypes",
"product_memberships" : [
"ReplicatingTypes"
],
"sources" : [
"General.swift",
"ReplicatingAddOnlySet.swift",
"ReplicatingArray.swift",
"ReplicatingDictionary.swift",
"ReplicatingRegister.swift",
"ReplicatingSet.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.