Build Information
Successful build of SwiftletRadioButtonPicker, reference main (51976b), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 23:54:32 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/Appracatappra/SwiftletRadioButtonPicker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Appracatappra/SwiftletRadioButtonPicker
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 51976b8 Updated to v6.1
Cloned https://github.com/Appracatappra/SwiftletRadioButtonPicker.git
Revision (git rev-parse @):
51976b83819ad2c8926def8222aac5049c12d664
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Appracatappra/SwiftletRadioButtonPicker.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftletradiobuttonpicker",
"name": "SwiftletRadioButtonPicker",
"url": "https://github.com/Appracatappra/SwiftletRadioButtonPicker.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftletRadioButtonPicker",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Appracatappra/SwiftletRadioButtonPicker.git
[1/92] Fetching swiftletradiobuttonpicker
Fetched https://github.com/Appracatappra/SwiftletRadioButtonPicker.git from cache (0.76s)
Creating working copy for https://github.com/Appracatappra/SwiftletRadioButtonPicker.git
Working copy of https://github.com/Appracatappra/SwiftletRadioButtonPicker.git resolved at main (51976b8)
warning: '.resolve-product-dependencies': dependency 'swiftletradiobuttonpicker' 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/Appracatappra/SwiftletRadioButtonPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling SwiftletRadioButtonPicker SwiftletRadioButtonGroup.swift
[5/9] Compiling SwiftletRadioButtonPicker SwiftletRadioButtonPicker.swift
[6/9] Compiling SwiftletRadioButtonPicker resource_bundle_accessor.swift
[7/9] Compiling SwiftletRadioButtonPicker SwiftletRadioButtonAlignment.swift
[8/9] Emitting module SwiftletRadioButtonPicker
[9/9] Compiling SwiftletRadioButtonPicker SwiftletRadioButton.swift
Build complete! (8.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftletRadioButtonPicker",
"name" : "SwiftletRadioButtonPicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftletRadioButtonPicker",
"targets" : [
"SwiftletRadioButtonPicker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftletRadioButtonPickerTests",
"module_type" : "SwiftTarget",
"name" : "SwiftletRadioButtonPickerTests",
"path" : "Tests/SwiftletRadioButtonPickerTests",
"sources" : [
"SwiftletRadioButtonPickerTests.swift"
],
"target_dependencies" : [
"SwiftletRadioButtonPicker"
],
"type" : "test"
},
{
"c99name" : "SwiftletRadioButtonPicker",
"module_type" : "SwiftTarget",
"name" : "SwiftletRadioButtonPicker",
"path" : "Sources/SwiftletRadioButtonPicker",
"product_memberships" : [
"SwiftletRadioButtonPicker"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftletRadioButtonPicker/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"SwiftletRadioButton.swift",
"SwiftletRadioButtonAlignment.swift",
"SwiftletRadioButtonGroup.swift",
"SwiftletRadioButtonPicker.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/appracatappra/swiftletradiobuttonpicker/main
Repository: Appracatappra/SwiftletRadioButtonPicker
Swift version used: 6.3
Target: SwiftletRadioButtonPicker
Extracting symbol information for 'SwiftletRadioButtonPicker'...
Finished extracting symbol information for 'SwiftletRadioButtonPicker'. (44.58s)
Building documentation for 'SwiftletRadioButtonPicker'...
warning: 'SwiftletRadionButtonPicker' doesn't exist at '/SwiftletRadioButtonPicker/SwiftletRadioButtonAlignment'
--> ../SwiftletRadioButtonAlignment.swift:12:33-12:59
10 |
11 | /**
12 + Defines how the buttons in a ``SwiftletRadionButtonPicker`` will be laid out.
13 | */
14 | public enum SwiftletRadioButtonAlignment {
warning: Resource 'Resources/Picker01.png' couldn't be found
--> SwiftletRadioButtonPicker.md:25:1-25:28
23 | Which would display a view like the following:
24 |
25 + 
26 |
27 | ## Generating from an Enum
warning: Resource 'Resources/Picker02.png' couldn't be found
--> SwiftletRadioButtonPicker.md:89:1-89:28
87 | Would create a Picker that looks similar to the following on iOS:
88 |
89 + 
warning: External name 'from' used to document parameter
--> ../SwiftletRadioButtonPicker.swift:197:21-197:25
195 |
196 | /// Adds all of the cases from the given Enum to the Picker and Radio Button options.
197 + /// - Parameter from: The enum type to create the list of options from (in the form `myEnum.self`).
| ╰─suggestion: Replace 'from' with 'enumeration'
198 | /// - Returns: This `SwiftletRadioButtonPicker` so multiple command can be chained.
199 | @discardableResult public func radioButtons<T: CaseIterable>(from enumeration: T.Type) -> SwiftletRadioButtonPicker {
Finished building documentation for 'SwiftletRadioButtonPicker' (1.07s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/appracatappra/swiftletradiobuttonpicker/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.05s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
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.6
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit GenericConstraint.swift
[13/57] Compiling SymbolKit GenericParameter.swift
[14/57] Compiling SymbolKit Generics.swift
[15/57] Compiling SymbolKit Namespace.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Compiling SymbolKit Identifier.swift
[22/57] Compiling SymbolKit KindIdentifier.swift
[23/57] Compiling SymbolKit Location.swift
[24/57] Compiling SymbolKit Mutability.swift
[25/57] Compiling SymbolKit Symbol.swift
[26/57] Compiling SymbolKit SymbolKind.swift
[27/57] Compiling SymbolKit SymbolGraph.swift
[28/57] Compiling SymbolKit GraphCollector.swift
[29/57] Compiling SymbolKit DeclarationFragments.swift
[30/57] Compiling SymbolKit Fragment.swift
[31/57] Compiling SymbolKit FragmentKind.swift
[32/57] Compiling SymbolKit FunctionParameter.swift
[33/57] Compiling SymbolKit FunctionSignature.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling Snippets SnippetParser.swift
[40/57] Compiling Snippets Snippet.swift
[41/57] Emitting module Snippets
[42/57] Compiling SymbolKit SemanticVersion.swift
[43/57] Compiling SymbolKit AccessControl.swift
[44/57] Compiling SymbolKit Availability.swift
[45/57] Compiling SymbolKit AvailabilityItem.swift
[46/57] Compiling SymbolKit Domain.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.42s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SwiftletRadioButtonPicker' complete! (0.24s)
1790
14 /Users/admin/builder/spi-builder-workspace/.docs/appracatappra/swiftletradiobuttonpicker/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/appracatappra/swiftletradiobuttonpicker/main
File count: 1790
Doc size: 14.0MB
Preparing doc bundle ...
Uploading prod-appracatappra-swiftletradiobuttonpicker-main-64a89c6e.zip to s3://spi-docs-inbox/prod-appracatappra-swiftletradiobuttonpicker-main-64a89c6e.zip
Copying... [11%]
Copying... [20%]
Copying... [32%]
Copying... [41%]
Copying... [52%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.