Build Information
Successful build of Arachne, reference 0.8.0 (e8326e
), with Swift 6.1 for macOS (SPM) on 21 Aug 2025 16:59:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemisia-absynthium/arachne.git
Reference: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemisia-absynthium/arachne
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at e8326eb Merge branch 'release/0.8.0'
Cloned https://github.com/artemisia-absynthium/arachne.git
Revision (git rev-parse @):
e8326eba297a994dac51afc5be2a2e5e3766a15a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/artemisia-absynthium/arachne.git at 0.8.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",
"dependencies": [
{
"identity": "arachne",
"name": "Arachne",
"url": "https://github.com/artemisia-absynthium/arachne.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/arachne",
"dependencies": [
]
}
]
}
Fetching https://github.com/artemisia-absynthium/arachne.git
[1/2304] Fetching arachne
Fetched https://github.com/artemisia-absynthium/arachne.git from cache (1.05s)
Creating working copy for https://github.com/artemisia-absynthium/arachne.git
Working copy of https://github.com/artemisia-absynthium/arachne.git resolved at 0.8.0 (e8326eb)
warning: '.resolve-product-dependencies': dependency 'arachne' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/artemisia-absynthium/arachne.git
https://github.com/artemisia-absynthium/arachne.git
{
"dependencies" : [
],
"manifest_display_name" : "Arachne",
"name" : "Arachne",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "driverkit",
"version" : "19.0"
}
],
"products" : [
{
"name" : "Arachne",
"targets" : [
"Arachne"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArachneTests",
"module_type" : "SwiftTarget",
"name" : "ArachneTests",
"path" : "Tests/ArachneTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ArachneTests/Resources/image.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ArachneTests.swift",
"Model/MyModel.swift",
"Model/MyService.swift",
"Model/MyServiceWithDefaults.swift",
"Util/StubURLProtocol.swift",
"Util/Util.swift"
],
"target_dependencies" : [
"Arachne"
],
"type" : "test"
},
{
"c99name" : "Arachne",
"module_type" : "SwiftTarget",
"name" : "Arachne",
"path" : "Sources/Arachne",
"product_memberships" : [
"Arachne"
],
"sources" : [
"ArachneProvider.swift",
"ArachneService.swift",
"Download/ArachneDownloadDelegate.swift",
"Error/ARError.swift",
"Extensions/URLRequest+Extension.swift",
"Model/AROutput.swift",
"Plugins/ArachnePlugin.swift",
"Util/HttpMethod.swift",
"Util/URLUtil.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Arachne ArachnePlugin.swift
[4/12] Compiling Arachne HttpMethod.swift
[5/12] Compiling Arachne URLUtil.swift
[6/12] Compiling Arachne URLRequest+Extension.swift
[7/12] Compiling Arachne ArachneProvider.swift
[8/12] Compiling Arachne ArachneService.swift
[9/12] Compiling Arachne ARError.swift
[10/12] Emitting module Arachne
[11/12] Compiling Arachne ArachneDownloadDelegate.swift
[12/12] Compiling Arachne AROutput.swift
Build complete! (5.47s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Arachne",
"name" : "Arachne",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "driverkit",
"version" : "19.0"
}
],
"products" : [
{
"name" : "Arachne",
"targets" : [
"Arachne"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArachneTests",
"module_type" : "SwiftTarget",
"name" : "ArachneTests",
"path" : "Tests/ArachneTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ArachneTests/Resources/image.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ArachneTests.swift",
"Model/MyModel.swift",
"Model/MyService.swift",
"Model/MyServiceWithDefaults.swift",
"Util/StubURLProtocol.swift",
"Util/Util.swift"
],
"target_dependencies" : [
"Arachne"
],
"type" : "test"
},
{
"c99name" : "Arachne",
"module_type" : "SwiftTarget",
"name" : "Arachne",
"path" : "Sources/Arachne",
"product_memberships" : [
"Arachne"
],
"sources" : [
"ArachneProvider.swift",
"ArachneService.swift",
"Download/ArachneDownloadDelegate.swift",
"Error/ARError.swift",
"Extensions/URLRequest+Extension.swift",
"Model/AROutput.swift",
"Plugins/ArachnePlugin.swift",
"Util/HttpMethod.swift",
"Util/URLUtil.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/artemisia-absynthium/arachne/0.8.0
Repository: artemisia-absynthium/arachne
Swift version used: 6.1
Target: Arachne
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Arachne'...
Finished extracting symbol information for 'Arachne'. (2.68s)
Building documentation for 'Arachne'...
warning: 'Error.downloadResumeData' doesn't exist at '/Arachne/ArachneProvider/download(_:timeoutInterval:session:)'
--> ../ArachneProvider.swift:167:79-167:103
165 | /// ``ARError/unexpectedMimeType(mimeType:response:responseContent:)``
166 | /// if the response mime type doesn't match ``ArachneService/expectedMimeType-4w7gr``.
167 + /// If the download can be resumed, there will be data in the error's ``Error.downloadResumeData``.
168 | @available(*, deprecated, renamed: "download(target:session:)", message: "Use download(target:session:) instead, timeoutInterval is now defined in ArachneService and the value passed as input to this method is ignored")
169 | public nonisolated func download(_ target: T,
warning: 'Error.downloadResumeData' doesn't exist at '/Arachne/ArachneProvider/download(_:session:)'
--> ../ArachneProvider.swift:191:79-191:103
189 | /// ``ARError/unexpectedMimeType(mimeType:response:responseContent:)``
190 | /// if the response mime type doesn't match ``ArachneService/expectedMimeType-4w7gr``.
191 + /// If the download can be resumed, there will be data in the error's ``Error.downloadResumeData``.
192 | public nonisolated func download(_ target: T, session: URLSession? = nil) async throws -> (URL, URLResponse) {
193 | let request = try await urlRequest(for: target)
warning: Parameter 'didFailTask' is missing documentation
--> ../ArachneProvider.swift:241:128-241:128
239 | /// - didWriteData: Called whenever data is written to file system with `bytesWritten`, `totalBytesWritten` and `totalBytesExpectedToWrite` parameters.
240 | /// - didCompleteTask: Called when the task is completed, it returns a `Swift.Result` object with the URL of the saved file,
241 + /// along with the response in case of success and the same errors thrown by ``download(_:session:)`` in case of failure.
| ╰─suggestion: Document 'didFailTask' parameter
242 | /// - Returns: The download task, that can be used to cancel the download and get `Data` to resume it. You should keep a reference to the task to allow cancellation.
243 | /// After cancelling the task you can resume it using ``download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)``.
warning: 'download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)' doesn't exist at '/Arachne/ArachneProvider/download(_:sessionConfiguration:didWriteData:didCompleteTask:didFailTask:)'
--> ../ArachneProvider.swift:243:63-243:158
241 | /// along with the response in case of success and the same errors thrown by ``download(_:session:)`` in case of failure.
242 | /// - Returns: The download task, that can be used to cancel the download and get `Data` to resume it. You should keep a reference to the task to allow cancellation.
243 + /// After cancelling the task you can resume it using ``download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)``.
244 | /// - Throws: `URLError` if any of the request components are invalid or the error thrown from the`requestModifier` you set using ``with(requestModifier:)``.
245 | /// ``ARError/unacceptableStatusCode(statusCode:response:responseContent:)``
warning: 'Error.downloadResumeData' doesn't exist at '/Arachne/ArachneProvider/download(_:sessionConfiguration:didWriteData:didCompleteTask:didFailTask:)'
--> ../ArachneProvider.swift:249:79-249:103
247 | /// ``ARError/unexpectedMimeType(mimeType:response:responseContent:)``
248 | /// if the response mime type doesn't match ``ArachneService/expectedMimeType-4w7gr``.
249 + /// If the download can be resumed, there will be data in the error's ``Error.downloadResumeData``.
250 | public nonisolated func download(_ target: T,
251 | sessionConfiguration: URLSessionConfiguration? = nil,
warning: 'download(_:sessionConfiguration:didWriteData:didCompleteTask:)' doesn't exist at '/Arachne/ArachneProvider/download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:didFailTask:)'
--> ../ArachneProvider.swift:286:86-286:148
284 | /// Instead you can pass a session configuration that will be used by the created session.
285 | /// If you need to use your delegate, just build the URLRequest for your endpoint using ``urlRequest(for:)`` and use `URLSession`'s download functions directly.
286 + /// A good practice is to use the same session configuration used when calling ``download(_:sessionConfiguration:didWriteData:didCompleteTask:)``.
287 | /// - Parameters:
288 | /// - target: An endpoint.
warning: External name 'withResumeData' used to document parameter
--> ../ArachneProvider.swift:289:13-289:27
287 | /// - Parameters:
288 | /// - target: An endpoint.
289 + /// - withResumeData: The partial download `Data`.
| ╰─suggestion: Replace 'withResumeData' with 'data'
290 | /// - sessionConfiguration: Optional session configuration to init the session. If `nil`, the provider session configuration will be used.
291 | /// - didResumeDownload: Called when download resumes with `fileOffset` and `expectedTotalBytes` parameters.
warning: Parameter 'didFailTask' is missing documentation
--> ../ArachneProvider.swift:294:128-294:128
292 | /// - didWriteData: Called whenever data is written to file system with `bytesWritten`, `totalBytesWritten` and `totalBytesExpectedToWrite` parameters.
293 | /// - didCompleteTask: Called when the task is completed, it returns a `Swift.Result` object with the URL of the saved file,
294 + /// along with the response in case of success and the same errors thrown by ``download(_:session:)`` in case of failure.
| ╰─suggestion: Document 'didFailTask' parameter
295 | /// - Returns: The download task, that can be used to cancel the download and get `Data` to resume it. You should keep a reference to the task to allow cancellation.
296 | /// After cancelling the task you can resume it using ``download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)``.
warning: 'download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)' doesn't exist at '/Arachne/ArachneProvider/download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:didFailTask:)'
--> ../ArachneProvider.swift:296:63-296:158
294 | /// along with the response in case of success and the same errors thrown by ``download(_:session:)`` in case of failure.
295 | /// - Returns: The download task, that can be used to cancel the download and get `Data` to resume it. You should keep a reference to the task to allow cancellation.
296 + /// After cancelling the task you can resume it using ``download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)``.
297 | /// - Throws: `URLError` if any of the request components are invalid or the error thrown from the`requestModifier` you set using ``with(requestModifier:)``.
298 | /// ``ARError/unacceptableStatusCode(statusCode:response:responseContent:)``
warning: 'Error.downloadResumeData' doesn't exist at '/Arachne/ArachneProvider/download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:didFailTask:)'
--> ../ArachneProvider.swift:302:79-302:103
300 | /// ``ARError/unexpectedMimeType(mimeType:response:responseContent:)``
301 | /// if the response mime type doesn't match ``ArachneService/expectedMimeType-4w7gr``.
302 + /// If the download can be resumed, there will be data in the error's ``Error.downloadResumeData``.
303 | public nonisolated func download(_ target: T,
304 | withResumeData data: Data,
warning: 'download(_:sessionConfiguration:didWriteData:didCompleteTask:)' doesn't exist at '/Arachne/ArachneProvider'
--> Extensions/ArachneProvider.md:23:5-23:67
21 | ### Performing resumable downloads
22 |
23 + - ``download(_:sessionConfiguration:didWriteData:didCompleteTask:)``
| ╰─suggestion: Replace 'download(_:sessionConfiguration:didWriteData:didCompleteTask:)' with 'download(_:sessionConfiguration:didWriteData:didCompleteTask:didFailTask:)'
24 | - ``download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)``
25 |
warning: 'download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)' doesn't exist at '/Arachne/ArachneProvider'
--> Extensions/ArachneProvider.md:24:5-24:100
22 |
23 | - ``download(_:sessionConfiguration:didWriteData:didCompleteTask:)``
24 + - ``download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)``
| ╰─suggestion: Replace 'download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:)' with 'download(_:withResumeData:sessionConfiguration:didResumeDownload:didWriteData:didCompleteTask:didFailTask:)'
25 |
26 | ### Just build your URLRequest
Finished building documentation for 'Arachne' (0.16s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/artemisia-absynthium/arachne/0.8.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.68s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.07s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.94s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.56s)
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
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
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit Names.swift
[10/53] Compiling SymbolKit SPI.swift
[11/53] Compiling SymbolKit Snippet.swift
[12/53] Compiling SymbolKit Extension.swift
[13/57] Compiling SymbolKit SourceRange.swift
[14/57] Compiling SymbolKit Metadata.swift
[15/57] Compiling SymbolKit Module.swift
[16/57] Compiling SymbolKit OperatingSystem.swift
[17/57] Compiling SymbolKit Platform.swift
[18/57] Compiling SymbolKit Relationship.swift
[19/57] Compiling SymbolKit RelationshipKind.swift
[20/57] Compiling SymbolKit SourceOrigin.swift
[21/57] Compiling SymbolKit GenericConstraints.swift
[22/57] Compiling SymbolKit Swift.swift
[23/57] Compiling SymbolKit DeclarationFragments.swift
[24/57] Compiling SymbolKit Fragment.swift
[25/57] Compiling SymbolKit FragmentKind.swift
[26/57] Compiling SymbolKit FunctionParameter.swift
[27/57] Compiling SymbolKit FunctionSignature.swift
[28/57] Compiling SymbolKit Mixin+Equals.swift
[29/57] Compiling SymbolKit Mixin+Hash.swift
[30/57] Compiling SymbolKit Mixin.swift
[31/57] Compiling SymbolKit LineList.swift
[32/57] Compiling SymbolKit Position.swift
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.swift
[37/57] Emitting module SymbolKit
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.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! (4.04s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling Arachne AROutput.swift
[3/11] Compiling Arachne HttpMethod.swift
[4/11] Compiling Arachne ARError.swift
[5/11] Compiling Arachne ArachneDownloadDelegate.swift
[6/11] Compiling Arachne ArachneService.swift
[7/11] Compiling Arachne ArachnePlugin.swift
[8/11] Compiling Arachne URLUtil.swift
[9/11] Compiling Arachne URLRequest+Extension.swift
[10/11] Compiling Arachne ArachneProvider.swift
[11/11] Emitting module Arachne
Build of target: 'Arachne' complete! (0.70s)
194
3 /Users/admin/builder/spi-builder-workspace/.docs/artemisia-absynthium/arachne/0.8.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/artemisia-absynthium/arachne/0.8.0
File count: 194
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-artemisia-absynthium-arachne-0.8.0-120bfbc1.zip to s3://spi-docs-inbox/prod-artemisia-absynthium-arachne-0.8.0-120bfbc1.zip
Copying... [13%]
Copying... [25%]
Copying... [38%]
Copying... [51%]
Copying... [64%]
Copying... [76%]
Copying... [89%]
Copying... [100%]
Done.