Build Information
Successful build of swift-blocks, reference main (27c641), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 04:58:50 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/dirtyhenry/swift-blocks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dirtyhenry/swift-blocks
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 27c6417 Merge pull request #130 from dirtyhenry/improve-cli-utils
Cloned https://github.com/dirtyhenry/swift-blocks.git
Revision (git rev-parse @):
27c641703d879dbe9aa826a6c39b55f1f452ee44
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dirtyhenry/swift-blocks.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": "swift-blocks",
"name": "swift-blocks",
"url": "https://github.com/dirtyhenry/swift-blocks.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-blocks",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/dirtyhenry/swift-blocks.git
[1/3390] Fetching swift-blocks
Fetched https://github.com/dirtyhenry/swift-blocks.git from cache (1.31s)
Creating working copy for https://github.com/dirtyhenry/swift-blocks.git
Working copy of https://github.com/dirtyhenry/swift-blocks.git resolved at main (27c6417)
warning: '.resolve-product-dependencies': dependency 'swift-blocks' 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/dirtyhenry/swift-blocks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[2/48] Compiling ObjectiveBlocks FileSystemExplorer.m
[3/48] Compiling ObjectiveBlocks ArrayDataSource.m
[5/48] Emitting module Blocks
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 | if #available(watchOS 10.0, *) {
35 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
36 | return PlainDatePicker("Date", selection: $plainDate)
37 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 | if #available(iOS 14.0, macOS 10.15.4, *) {
47 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
48 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 | if #available(iOS 14.0, *) {
56 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
57 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 | } else {
[6/52] Compiling Blocks StatusCodeCheckingTransport.swift
[7/52] Compiling Blocks TaskState.swift
[8/52] Compiling Blocks Transport.swift
[9/52] Compiling Blocks TransportError.swift
[10/52] Compiling Blocks BlocksError.swift
[11/52] Compiling Blocks CLIUtils.swift
[12/52] Compiling Blocks String+StyledText.swift
[13/52] Compiling Blocks StyledText+Properties.swift
[14/52] Compiling Blocks StyledText.swift
[15/52] Compiling Blocks URLComponents.swift
[16/52] Compiling Blocks JSON.swift
[17/52] Compiling Blocks JavaScriptISO8601DateFormatter.swift
[18/52] Compiling Blocks Arithmetic.swift
[19/52] Compiling Blocks PackageDump.swift
[20/52] Compiling Blocks LoggingTransport.swift
[21/52] Compiling Blocks MailtoComponents.swift
[22/52] Compiling Blocks MockTransport.swift
[23/52] Compiling Blocks MultipartRequest.swift
[24/52] Compiling Blocks RetryTransport.swift
[25/52] Compiling Blocks WatchPairingUtil.swift
[26/52] Compiling Blocks FrontMatter.swift
[27/52] Compiling Blocks JSONFeed.swift
[28/52] Compiling Blocks OpenGraph.swift
[29/52] Compiling Blocks ICalendar.swift
[30/52] Compiling Blocks CopyUtils.swift
[31/52] Compiling Blocks DataFormatter.swift
[32/52] Compiling Blocks Bundle.swift
[33/52] Compiling Blocks Calendar.swift
[34/52] Compiling Blocks Data.swift
[35/52] Compiling Blocks Font.swift
[36/52] Compiling Blocks JSONDecoder.swift
[37/52] Compiling Blocks JSONEncoder.swift
[38/52] Compiling Blocks StringProtocol.swift
[39/52] Compiling Blocks PrivateIPAddresses.swift
[40/52] Compiling Blocks Pasteboard.swift
[41/52] Compiling Blocks PlainDate.swift
[42/52] Compiling Blocks GenericPasswordKeychainItem.swift
[43/52] Compiling Blocks PKCE.swift
[44/52] Compiling Blocks URLRequestHeaderItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 | if #available(watchOS 10.0, *) {
35 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
36 | return PlainDatePicker("Date", selection: $plainDate)
37 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 | if #available(iOS 14.0, macOS 10.15.4, *) {
47 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
48 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 | if #available(iOS 14.0, *) {
56 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
57 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 | } else {
[45/52] Compiling Blocks LabeledTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 | if #available(watchOS 10.0, *) {
35 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
36 | return PlainDatePicker("Date", selection: $plainDate)
37 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 | if #available(iOS 14.0, macOS 10.15.4, *) {
47 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
48 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 | if #available(iOS 14.0, *) {
56 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
57 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 | } else {
[46/52] Compiling Blocks PlainDatePicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 | if #available(watchOS 10.0, *) {
35 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
36 | return PlainDatePicker("Date", selection: $plainDate)
37 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 | if #available(iOS 14.0, macOS 10.15.4, *) {
47 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
48 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 | if #available(iOS 14.0, *) {
56 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
57 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 | } else {
[47/52] Compiling Blocks TaskStateButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 | if #available(watchOS 10.0, *) {
35 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
36 | return PlainDatePicker("Date", selection: $plainDate)
37 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 | if #available(iOS 14.0, macOS 10.15.4, *) {
47 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
48 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 | if #available(iOS 14.0, *) {
56 | @State var plainDate: PlainDate = "2024-01-17"
| |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
| `- note: Move the declaration to root scope and add '@Previewable'
57 | return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 | } else {
[48/52] Compiling Blocks SecurityError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:191:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
189 | ) {
190 | self.init(method, url: url, accept: accept, body: nil, headers: headers, query: query) { data, _ in
191 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
192 | guard let dat = data else { throw NoDataError() }
193 | return try decoder.decode(A.self, from: dat)
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:221:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
219 | let b = body.map { try! encoder.encode($0) }
220 | self.init(method, url: url, accept: accept, contentType: .json, body: b, headers: headers, query: query) { data, _ in
221 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
222 | guard let dat = data else { throw NoDataError() }
223 | return try decoder.decode(A.self, from: dat)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[49/52] Compiling Blocks SecurityUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:191:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
189 | ) {
190 | self.init(method, url: url, accept: accept, body: nil, headers: headers, query: query) { data, _ in
191 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
192 | guard let dat = data else { throw NoDataError() }
193 | return try decoder.decode(A.self, from: dat)
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:221:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
219 | let b = body.map { try! encoder.encode($0) }
220 | self.init(method, url: url, accept: accept, contentType: .json, body: b, headers: headers, query: query) { data, _ in
221 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
222 | guard let dat = data else { throw NoDataError() }
223 | return try decoder.decode(A.self, from: dat)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[50/52] Compiling Blocks SimpleMessageError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:191:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
189 | ) {
190 | self.init(method, url: url, accept: accept, body: nil, headers: headers, query: query) { data, _ in
191 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
192 | guard let dat = data else { throw NoDataError() }
193 | return try decoder.decode(A.self, from: dat)
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:221:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
219 | let b = body.map { try! encoder.encode($0) }
220 | self.init(method, url: url, accept: accept, contentType: .json, body: b, headers: headers, query: query) { data, _ in
221 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
222 | guard let dat = data else { throw NoDataError() }
223 | return try decoder.decode(A.self, from: dat)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[51/52] Compiling Blocks Sitemap.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:191:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
189 | ) {
190 | self.init(method, url: url, accept: accept, body: nil, headers: headers, query: query) { data, _ in
191 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
192 | guard let dat = data else { throw NoDataError() }
193 | return try decoder.decode(A.self, from: dat)
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:221:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
219 | let b = body.map { try! encoder.encode($0) }
220 | self.init(method, url: url, accept: accept, contentType: .json, body: b, headers: headers, query: query) { data, _ in
221 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
222 | guard let dat = data else { throw NoDataError() }
223 | return try decoder.decode(A.self, from: dat)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[52/52] Compiling Blocks Endpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:191:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
189 | ) {
190 | self.init(method, url: url, accept: accept, body: nil, headers: headers, query: query) { data, _ in
191 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
192 | guard let dat = data else { throw NoDataError() }
193 | return try decoder.decode(A.self, from: dat)
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/Transport/Endpoint.swift:221:13: warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
219 | let b = body.map { try! encoder.encode($0) }
220 | self.init(method, url: url, accept: accept, contentType: .json, body: b, headers: headers, query: query) { data, _ in
221 | Result {
| `- warning: capture of non-Sendable type 'A.Type' in an isolated closure [#SendableMetatypes]
222 | guard let dat = data else { throw NoDataError() }
223 | return try decoder.decode(A.self, from: dat)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
Build complete! (8.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-blocks",
"name" : "swift-blocks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Blocks",
"targets" : [
"Blocks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObjectiveBlocks",
"targets" : [
"ObjectiveBlocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ObjectiveBlocks",
"module_type" : "ClangTarget",
"name" : "ObjectiveBlocks",
"path" : "Sources/ObjectiveBlocks",
"product_memberships" : [
"ObjectiveBlocks"
],
"sources" : [
"ArrayDataSource.m",
"FileSystemExplorer.m"
],
"type" : "library"
},
{
"c99name" : "BlocksTests",
"module_type" : "SwiftTarget",
"name" : "BlocksTests",
"path" : "Tests/BlocksTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/dump-package.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/sample-feed.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"BundleExtensionTests.swift",
"CLIUtils/StyledTextTests.swift",
"CopyUtilsTests.swift",
"DataFormatterTests.swift",
"ExtensionTests.swift",
"Extensions/StringProtocolTests.swift",
"Helpers/DummyURLRequest.swift",
"Helpers/XCTest+Workaround.swift",
"Helpers/XCTestCase+CI.swift",
"ICalendarTests.swift",
"JSONTests.swift",
"JavaScriptISO8601DateFormatterTests.swift",
"Maths/ArithmeticTests.swift",
"PackageDumpTests.swift",
"PasteboardTests.swift",
"PlainDateTests.swift",
"Security/PKCETests.swift",
"Security/SecurityErrorTests.swift",
"Security/SecurityUtilsTests.swift",
"SitemapTests.swift",
"Transport/EndpointTests.swift",
"Transport/LoggingTransportTests.swift",
"Transport/MailtoComponentsTests.swift",
"Transport/RetryTransportTests.swift",
"Transport/StatusCodeCheckingTransportTests.swift",
"Transport/URLLoadingSystemErrorCodesTests.swift",
"Transport/URLRequestHeaderItemTests.swift",
"Web/FrontMatterTests.swift",
"Web/JSONFeedTests.swift"
],
"target_dependencies" : [
"Blocks"
],
"type" : "test"
},
{
"c99name" : "Blocks",
"module_type" : "SwiftTarget",
"name" : "Blocks",
"path" : "Sources/Blocks",
"product_memberships" : [
"Blocks"
],
"sources" : [
"BlocksError.swift",
"CLIUtils/CLIUtils.swift",
"CLIUtils/String+StyledText.swift",
"CLIUtils/StyledText+Properties.swift",
"CLIUtils/StyledText.swift",
"Calendar/ICalendar.swift",
"CopyUtils.swift",
"DataFormatter.swift",
"Extensions/Bundle.swift",
"Extensions/Calendar.swift",
"Extensions/Data.swift",
"Extensions/Font.swift",
"Extensions/JSONDecoder.swift",
"Extensions/JSONEncoder.swift",
"Extensions/StringProtocol.swift",
"Extensions/URLComponents.swift",
"JSON.swift",
"JavaScriptISO8601DateFormatter.swift",
"Maths/Arithmetic.swift",
"Meta/PackageDump.swift",
"Network/PrivateIPAddresses.swift",
"Pasteboard.swift",
"PlainDate.swift",
"Security/GenericPasswordKeychainItem.swift",
"Security/PKCE.swift",
"Security/SecurityError.swift",
"Security/SecurityUtils.swift",
"SimpleMessageError.swift",
"Sitemap.swift",
"Transport/Endpoint.swift",
"Transport/LoggingTransport.swift",
"Transport/MailtoComponents.swift",
"Transport/MockTransport.swift",
"Transport/MultipartRequest.swift",
"Transport/RetryTransport.swift",
"Transport/StatusCodeCheckingTransport.swift",
"Transport/TaskState.swift",
"Transport/Transport.swift",
"Transport/TransportError.swift",
"Transport/URLRequestHeaderItem.swift",
"UIComponents/LabeledTextField.swift",
"UIComponents/PlainDatePicker.swift",
"UIComponents/TaskStateButton.swift",
"Watch/WatchPairingUtil.swift",
"Web/FrontMatter.swift",
"Web/JSONFeed.swift",
"Web/OpenGraph.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/dirtyhenry/swift-blocks/main
Repository: dirtyhenry/swift-blocks
Swift version used: 6.3
Target: Blocks
Extracting symbol information for 'Blocks'...
Finished extracting symbol information for 'Blocks'. (45.07s)
Building documentation for 'Blocks'...
warning: 'KeychainError' doesn't exist at '/Blocks/DataManagement'
--> Articles/DataManagement.md:7:5-7:18
5 | - ``GenericPasswordKeychainItem``
6 | - ``DataFormatter``
7 + - ``KeychainError``
warning: Article 'StyledText.md' (🎨 Styling CLI Output with StyledText) would override structure 'StyledText'.
DocC computes unique URLs for symbols, even if they have the same name, but doesn't account for article filenames that collide with symbols because of a bug.
Until rdar://79745455 (issue #593) is fixed, DocC favors the symbol in this collision and drops the article to have deterministic behavior.
--> Articles/StyledText.md
Rename 'StyledText.md'
warning: Article 'Transport.md' (🌐 Transport) would override protocol 'Transport'.
DocC computes unique URLs for symbols, even if they have the same name, but doesn't account for article filenames that collide with symbols because of a bug.
Until rdar://79745455 (issue #593) is fixed, DocC favors the symbol in this collision and drops the article to have deterministic behavior.
--> Articles/Transport.md
Rename 'Transport.md'
warning: Parameter 'expectedStatusCode' not found in initializer declaration
--> ../Transport/Endpoint.swift:101:11-101:127
99 | /// - Parameters:
100 | /// - request: the URL request
101 + /// - expectedStatusCode: the status code that's expected. If this returns false for a given status code, parsing fails.
| ╰─suggestion: Remove 'expectedStatusCode' parameter documentation
102 | /// - parse: this converts a response into an `A`.
103 | public init(request: URLRequest, parse: @Sendable @escaping (Data?, URLResponse?) -> Result<A, Error>) {
warning: External name 'json' used to document parameter
--> ../Transport/Endpoint.swift:148:13-148:17
146 | /// - Parameters:
147 | /// - method: the HTTP method
148 + /// - json: the HTTP method
| ╰─suggestion: Replace 'json' with 'method'
149 | /// - url: the endpoint's URL
150 | /// - accept: the content type for the `Accept` header
warning: Parameter 'expectedStatusCode' not found in initializer declaration
--> ../Transport/Endpoint.swift:153:11-153:127
151 | /// - body: the body of the request. This gets encoded using a default `JSONEncoder` instance.
152 | /// - headers: additional headers for the request
153 + /// - expectedStatusCode: the status code that's expected. If this returns false for a given status code, parsing fails.
| ╰─suggestion: Remove 'expectedStatusCode' parameter documentation
154 | /// - query: query parameters to append to the url
155 | /// - encoder: the encoder that's used for encoding `A`s.
warning: Parameter 'e' not found in instance method declaration
--> ../Transport/Endpoint.swift:240:11-240:29
238 | ///
239 | /// - Parameters:
240 + /// - e: The endpoint.
| ╰─suggestion: Remove 'e' parameter documentation
241 | /// - onComplete: The completion handler.
242 | /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
--> ../Transport/Endpoint.swift:240:11-240:29
238 | ///
239 | /// - Parameters:
240 + /// - e: The endpoint.
| ╰─suggestion: Remove 'e' parameter documentation
241 | /// - onComplete: The completion handler.
242 | /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
--> ../Transport/Endpoint.swift:240:11-240:29
238 | ///
239 | /// - Parameters:
240 + /// - e: The endpoint.
| ╰─suggestion: Remove 'e' parameter documentation
241 | /// - onComplete: The completion handler.
242 | /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
--> ../Transport/Endpoint.swift:240:11-240:29
238 | ///
239 | /// - Parameters:
240 + /// - e: The endpoint.
| ╰─suggestion: Remove 'e' parameter documentation
241 | /// - onComplete: The completion handler.
242 | /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
--> ../Transport/Endpoint.swift:240:11-240:29
238 | ///
239 | /// - Parameters:
240 + /// - e: The endpoint.
| ╰─suggestion: Remove 'e' parameter documentation
241 | /// - onComplete: The completion handler.
242 | /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
--> ../Transport/Endpoint.swift:240:11-240:29
238 | ///
239 | /// - Parameters:
240 + /// - e: The endpoint.
| ╰─suggestion: Remove 'e' parameter documentation
241 | /// - onComplete: The completion handler.
242 | /// - Returns: The data task.
warning: Parameter 'onComplete' not found in instance method declaration
--> ../Transport/Endpoint.swift:241:11-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Remove 'onComplete' parameter documentation
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
--> ../Transport/Endpoint.swift:241:11-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Remove 'onComplete' parameter documentation
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
--> ../Transport/Endpoint.swift:241:11-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Remove 'onComplete' parameter documentation
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
--> ../Transport/Endpoint.swift:241:11-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Remove 'onComplete' parameter documentation
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
--> ../Transport/Endpoint.swift:241:11-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Remove 'onComplete' parameter documentation
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
--> ../Transport/Endpoint.swift:241:11-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Remove 'onComplete' parameter documentation
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'endpoint' is missing documentation
--> ../Transport/Endpoint.swift:241:48-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Document 'endpoint' parameter
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'endpoint' is missing documentation
--> ../Transport/Endpoint.swift:241:48-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Document 'endpoint' parameter
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'endpoint' is missing documentation
--> ../Transport/Endpoint.swift:241:48-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Document 'endpoint' parameter
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'endpoint' is missing documentation
--> ../Transport/Endpoint.swift:241:48-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Document 'endpoint' parameter
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'endpoint' is missing documentation
--> ../Transport/Endpoint.swift:241:48-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Document 'endpoint' parameter
242 | /// - Returns: The data task.
243 | @discardableResult
warning: Parameter 'endpoint' is missing documentation
--> ../Transport/Endpoint.swift:241:48-241:48
239 | /// - Parameters:
240 | /// - e: The endpoint.
241 + /// - onComplete: The completion handler.
| ╰─suggestion: Document 'endpoint' parameter
242 | /// - Returns: The data task.
243 | @discardableResult
Finished building documentation for 'Blocks' (2.14s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/dirtyhenry/swift-blocks/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.10s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.70s)
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.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.09s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit Relationship.swift
[11/57] Compiling SymbolKit RelationshipKind.swift
[12/57] Compiling SymbolKit SourceOrigin.swift
[13/57] Compiling SymbolKit GenericConstraints.swift
[14/57] Compiling SymbolKit Swift.swift
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit SemanticVersion.swift
[35/57] Compiling SymbolKit AccessControl.swift
[36/57] Compiling SymbolKit Availability.swift
[37/57] Compiling SymbolKit AvailabilityItem.swift
[38/57] Compiling SymbolKit Domain.swift
[39/57] Compiling SymbolKit Names.swift
[40/57] Compiling SymbolKit SPI.swift
[41/57] Compiling SymbolKit Snippet.swift
[42/57] Compiling SymbolKit Extension.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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! (5.39s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Blocks' complete! (0.26s)
6008
39 /Users/admin/builder/spi-builder-workspace/.docs/dirtyhenry/swift-blocks/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dirtyhenry/swift-blocks/main
File count: 6008
Doc size: 39.0MB
Preparing doc bundle ...
Uploading prod-dirtyhenry-swift-blocks-main-76ea4dd6.zip to s3://spi-docs-inbox/prod-dirtyhenry-swift-blocks-main-76ea4dd6.zip
Copying... [11%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.