The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Arachne, reference main (624c74), with Swift 6.1 for macOS (SPM) on 5 Sep 2025 20:18:36 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemisia-absynthium/arachne
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 624c74b Update codeql.yml
Cloned https://github.com/artemisia-absynthium/arachne.git
Revision (git rev-parse @):
624c74b2d0a12064abc4c8a6f83c819a2d0af0ff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/artemisia-absynthium/arachne.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": "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/2818] Fetching arachne
Fetched https://github.com/artemisia-absynthium/arachne.git from cache (1.08s)
Creating working copy for https://github.com/artemisia-absynthium/arachne.git
Working copy of https://github.com/artemisia-absynthium/arachne.git resolved at main (624c74b)
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 URLUtil.swift
[4/12] Compiling Arachne ArachneService.swift
[5/12] Emitting module Arachne
[6/12] Compiling Arachne AROutput.swift
[7/12] Compiling Arachne ARError.swift
[8/12] Compiling Arachne ArachneDownloadDelegate.swift
[9/12] Compiling Arachne HttpMethod.swift
[10/12] Compiling Arachne ArachneProvider.swift
[11/12] Compiling Arachne ArachnePlugin.swift
[12/12] Compiling Arachne URLRequest+Extension.swift
Build complete! (5.79s)
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/main
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.73s)
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.17s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/artemisia-absynthium/arachne/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.66s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.28s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.44s)
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
[2/8] Write snippet-extract-tool-entitlement.plist
[2/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] Emitting module SymbolKit
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit SourceRange.swift
[16/57] Compiling SymbolKit Metadata.swift
[17/57] Compiling SymbolKit Module.swift
[18/57] Compiling SymbolKit OperatingSystem.swift
[19/57] Compiling SymbolKit Platform.swift
[20/57] Compiling SymbolKit Relationship.swift
[21/57] Compiling SymbolKit RelationshipKind.swift
[22/57] Compiling SymbolKit SourceOrigin.swift
[23/57] Compiling SymbolKit GenericConstraints.swift
[24/57] Compiling SymbolKit Swift.swift
[25/57] Compiling SymbolKit Names.swift
[26/57] Compiling SymbolKit SPI.swift
[27/57] Compiling SymbolKit Snippet.swift
[28/57] Compiling SymbolKit Extension.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.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] Compiling SymbolKit Symbol.swift
[38/57] Compiling SymbolKit SymbolKind.swift
[39/57] Compiling SymbolKit SymbolGraph.swift
[40/57] Compiling SymbolKit GraphCollector.swift
[41/57] Compiling SymbolKit DeclarationFragments.swift
[42/57] Compiling SymbolKit Fragment.swift
[43/57] Compiling SymbolKit FragmentKind.swift
[44/57] Compiling SymbolKit FunctionParameter.swift
[45/57] Compiling SymbolKit FunctionSignature.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.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] Compiling snippet_extract SnippetBuildCommand.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! (4.09s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling Arachne HttpMethod.swift
[3/11] Compiling Arachne ArachnePlugin.swift
[4/11] Compiling Arachne AROutput.swift
[5/11] Compiling Arachne ARError.swift
[6/11] Compiling Arachne URLRequest+Extension.swift
[7/11] Compiling Arachne URLUtil.swift
[8/11] Compiling Arachne ArachneDownloadDelegate.swift
[9/11] Compiling Arachne ArachneService.swift
[10/11] Emitting module Arachne
[11/11] Compiling Arachne ArachneProvider.swift
Build of target: 'Arachne' complete! (0.77s)
     194
3	/Users/admin/builder/spi-builder-workspace/.docs/artemisia-absynthium/arachne/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/artemisia-absynthium/arachne/main
File count: 194
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-artemisia-absynthium-arachne-main-3ca5bcc0.zip to s3://spi-docs-inbox/prod-artemisia-absynthium-arachne-main-3ca5bcc0.zip
Copying... [13%]
Copying... [25%]
Copying... [38%]
Copying... [51%]
Copying... [64%]
Copying... [76%]
Copying... [89%]
Copying... [100%]
Done.