Build Information
Successful build of CombineExt, reference main (525ee7), with Swift 6.2 for macOS (SPM) on 25 Oct 2025 21:10:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/CombineExt.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/CombineExt
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 525ee7a new DiffedValue.hasChanged and DiffedValue.ifChanged
Cloned https://github.com/NikSativa/CombineExt.git
Revision (git rev-parse @):
525ee7a9eedefc6cb2584b19fff02c91fca1c768
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/CombineExt.git at main
========================================
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": "combineext",
"name": "CombineExt",
"url": "https://github.com/NikSativa/CombineExt.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineExt",
"dependencies": [
]
}
]
}
Fetching https://github.com/NikSativa/CombineExt.git
[1/247] Fetching combineext
Fetched https://github.com/NikSativa/CombineExt.git from cache (0.80s)
Creating working copy for https://github.com/NikSativa/CombineExt.git
Working copy of https://github.com/NikSativa/CombineExt.git resolved at main (525ee7a)
warning: '.resolve-product-dependencies': dependency 'combineext' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/NikSativa/CombineExt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[2/7] Write swift-version-49B95AFC49DCD68C.txt
[4/22] Compiling CombineExt ValueSubject.swift
[5/22] Compiling CombineExt Shared.swift
[6/23] Compiling CombineExt CollectionExt.swift
[7/23] Compiling CombineExt AnyTokenBuilder.swift
[8/23] Compiling CombineExt SubscriptionBuilder.swift
[9/23] Compiling CombineExt UIBinding.swift
[10/23] Compiling CombineExt UIState.swift
[11/23] Compiling CombineExt IgnoredState.swift
[12/23] Compiling CombineExt ManagedState.swift
[13/23] Compiling CombineExt Publisher+Change.swift
[14/23] Compiling CombineExt SafeBinding.swift
[15/23] Compiling CombineExt BehavioralStateContract.swift
[16/23] Compiling CombineExt DiffedValue.swift
[17/23] Emitting module CombineExt
[18/23] Compiling CombineExt PublishersExt.swift
[19/23] Compiling CombineExt resource_bundle_accessor.swift
[19/23] Write Objects.LinkFileList
[21/23] Archiving libCombineExtStatic.a
[22/23] Linking libCombineExtDynamic.dylib
Build complete! (5.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CombineExt",
"name" : "CombineExt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CombineExt",
"targets" : [
"CombineExt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CombineExtStatic",
"targets" : [
"CombineExt"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "CombineExtDynamic",
"targets" : [
"CombineExt"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineExtTests",
"module_type" : "SwiftTarget",
"name" : "CombineExtTests",
"path" : "Tests",
"sources" : [
"CollectionExtTests.swift",
"EdgeCasesTests.swift",
"IgnoredStateTests.swift",
"ManagedStateTests.swift",
"PublishersExtTests.swift",
"ResultBuilderTests.swift",
"SafeBindingTests.swift",
"SharedTests.swift",
"TestModel.swift",
"UIBindingTests.swift",
"UIStateTests.swift",
"ValueSubjectTests.swift"
],
"target_dependencies" : [
"CombineExt"
],
"type" : "test"
},
{
"c99name" : "CombineExt",
"module_type" : "SwiftTarget",
"name" : "CombineExt",
"path" : "Source",
"product_memberships" : [
"CombineExt",
"CombineExtStatic",
"CombineExtDynamic"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"BehavioralState/BehavioralStateContract.swift",
"BehavioralState/DiffedValue.swift",
"BehavioralState/IgnoredState.swift",
"BehavioralState/ManagedState.swift",
"BehavioralState/Publisher+Change.swift",
"Binding/SafeBinding.swift",
"Binding/UIBinding.swift",
"Binding/UIState.swift",
"Builders/AnyTokenBuilder.swift",
"Builders/SubscriptionBuilder.swift",
"CollectionExt.swift",
"PublishersExt.swift",
"Shared.swift",
"ValueSubject.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/niksativa/combineext/main
Repository: NikSativa/CombineExt
Swift version used: 6.2
Target: CombineExt
Extracting symbol information for 'CombineExt'...
Finished extracting symbol information for 'CombineExt'. (1.89s)
Building documentation for 'CombineExt'...
warning: Parameter 'new' not found in initializer declaration
--> Source/BehavioralState/DiffedValue.swift:54:11-54:45
52 | /// - Parameters:
53 | /// - old: The previous value before the change. May be `nil` if no previous value exists.
54 + /// - new: A binding to the new value.
| ╰─suggestion: Remove 'new' parameter documentation
55 | public init(old: Value?, get: @escaping () -> Value, set: @escaping (Value) -> Void) {
56 | self.old = old
warning: Parameter 'set' is missing documentation
--> Source/BehavioralState/DiffedValue.swift:54:45-54:45
52 | /// - Parameters:
53 | /// - old: The previous value before the change. May be `nil` if no previous value exists.
54 + /// - new: A binding to the new value.
| ╰─suggestion: Document 'set' parameter
55 | public init(old: Value?, get: @escaping () -> Value, set: @escaping (Value) -> Void) {
56 | self.old = old
warning: Parameter 'get' is missing documentation
--> Source/BehavioralState/DiffedValue.swift:54:45-54:45
52 | /// - Parameters:
53 | /// - old: The previous value before the change. May be `nil` if no previous value exists.
54 + /// - new: A binding to the new value.
| ╰─suggestion: Document 'get' parameter
55 | public init(old: Value?, get: @escaping () -> Value, set: @escaping (Value) -> Void) {
56 | self.old = old
warning: Parameter 'new' not found in initializer declaration
--> Source/BehavioralState/DiffedValue.swift:65:11-65:45
63 | /// - Parameters:
64 | /// - old: The previous value before the change. May be `nil` if no previous value exists.
65 + /// - new: A binding to the new value.
| ╰─suggestion: Remove 'new' parameter documentation
66 | public init(old: Value?, get: @autoclosure @escaping () -> Value, set: @escaping (Value) -> Void) {
67 | self.old = old
warning: Parameter 'set' is missing documentation
--> Source/BehavioralState/DiffedValue.swift:65:45-65:45
63 | /// - Parameters:
64 | /// - old: The previous value before the change. May be `nil` if no previous value exists.
65 + /// - new: A binding to the new value.
| ╰─suggestion: Document 'set' parameter
66 | public init(old: Value?, get: @autoclosure @escaping () -> Value, set: @escaping (Value) -> Void) {
67 | self.old = old
warning: Parameter 'get' is missing documentation
--> Source/BehavioralState/DiffedValue.swift:65:45-65:45
63 | /// - Parameters:
64 | /// - old: The previous value before the change. May be `nil` if no previous value exists.
65 + /// - new: A binding to the new value.
| ╰─suggestion: Document 'get' parameter
66 | public init(old: Value?, get: @autoclosure @escaping () -> Value, set: @escaping (Value) -> Void) {
67 | self.old = old
warning: Parameter 'id' is missing documentation
--> Source/BehavioralState/IgnoredState.swift:57:9-57:9
55 | ///
56 | /// - Parameter wrappedValue: The value to store and access via the wrapper.
57 + ///
| ╰─suggestion: Document 'id' parameter
58 | /// ### Example
59 | /// ```
warning: Parameter 'lock' is missing documentation
--> Source/BehavioralState/ManagedState.swift:202:9-202:9
200 | ///
201 | /// - Parameter wrappedValue: The initial value to be managed.
202 + ///
| ╰─suggestion: Document 'lock' parameter
203 | /// ### Example
204 | /// ```swift
warning: External name 'wrappedValue' used to document parameter
--> Source/Binding/UIBinding.swift:105:21-105:33
103 | /// It can be used for previews, test data, or placeholder values where dynamic updates are not needed.
104 | ///
105 + /// - Parameter wrappedValue: The constant value to expose.
| ╰─suggestion: Replace 'wrappedValue' with 'value'
106 | ///
107 | /// ### Example
Finished building documentation for 'CombineExt' (1.00s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/niksativa/combineext/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.43s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3566] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit DeclarationFragments.swift
[26/57] Compiling SymbolKit Fragment.swift
[27/57] Compiling SymbolKit FragmentKind.swift
[28/57] Compiling SymbolKit FunctionParameter.swift
[29/57] Compiling SymbolKit FunctionSignature.swift
[30/57] Compiling Snippets Snippet.swift
[31/57] Compiling Snippets SnippetParser.swift
[32/57] Emitting module Snippets
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit Identifier.swift
[43/57] Compiling SymbolKit KindIdentifier.swift
[44/57] Compiling SymbolKit Location.swift
[45/57] Compiling SymbolKit Mutability.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract URL+Status.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.28s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'CombineExt' complete! (0.22s)
2632
19 /Users/admin/builder/spi-builder-workspace/.docs/niksativa/combineext/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/niksativa/combineext/main
File count: 2632
Doc size: 19.0MB
Preparing doc bundle ...
Uploading prod-niksativa-combineext-main-0d2f2690.zip to s3://spi-docs-inbox/prod-niksativa-combineext-main-0d2f2690.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.