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 SwiftQuests, reference 0.4.0 (18d8aa), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:37:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ast3r10n/swiftquests.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ast3r10n/swiftquests
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 18d8aa0 Merge pull request #35 from Ast3r10n/release/0.4.0
Cloned https://github.com/Ast3r10n/swiftquests.git
Revision (git rev-parse @):
18d8aa018ce6d3a91c55a78f116312018703c5ac
SUCCESS checkout https://github.com/Ast3r10n/swiftquests.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Ast3r10n/swiftquests.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling SwiftQuests NetworkError.swift
[4/7] Emitting module SwiftQuests
[5/7] Compiling SwiftQuests RequestConfigurationHolder.swift
[6/7] Compiling SwiftQuests Request.swift
[7/7] Compiling SwiftQuests DefaultRequestConfiguration.swift
Build complete! (3.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftQuests",
  "name" : "SwiftQuests",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftQuests",
      "targets" : [
        "SwiftQuests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftQuestsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQuestsTests",
      "path" : "Tests/SwiftQuestsTests",
      "sources" : [
        "Mocks/URLProtocolMock.swift",
        "Mocks/UserModel.swift",
        "NetworkErrorTests.swift",
        "RequestAsyncTests.swift",
        "RequestConfigurationTests.swift",
        "RequestTests.swift"
      ],
      "target_dependencies" : [
        "SwiftQuests"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftQuests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQuests",
      "path" : "Sources/SwiftQuests",
      "product_memberships" : [
        "SwiftQuests"
      ],
      "sources" : [
        "DefaultRequestConfiguration.swift",
        "NetworkError.swift",
        "Request.swift",
        "RequestConfigurationHolder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.