The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fetcher, reference 0.1.0 (e40121), with Swift 6.0 for macOS (SPM) on 13 Jan 2026 17:48:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Snapp-Mobile/Fetcher.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Snapp-Mobile/Fetcher
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at e40121c Initial public release - 0.1.0 (#1)
Cloned https://github.com/Snapp-Mobile/Fetcher.git
Revision (git rev-parse @):
e40121ce118ddc6eb1762a0410eec1b824818d8c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Snapp-Mobile/Fetcher.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Snapp-Mobile/Fetcher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin FormatPlugin
[2/2] Compiling plugin LintPlugin
Building for debugging...
[2/9] Copying refreshToken.json
[3/9] Copying getData.json
[3/9] Copying tokenError.json
[3/9] Write sources
[3/9] Copying empty.json
[4/9] Copying error.json
[8/9] Write swift-version-5BDAB9E9C0126B9D.txt
[10/23] Compiling Fetcher FetcherLogger.swift
[11/24] Compiling Fetcher APIURL.swift
[12/24] Compiling Fetcher FetcherEnvironment.swift
[13/24] Compiling Fetcher Token.swift
[14/24] Compiling Fetcher Fetcher+Concurrency.swift
[15/24] Compiling Fetcher Fetcher.swift
[16/24] Compiling Fetcher URLProtocolMock.swift
[17/24] Compiling Fetcher ServerErrorResponse.swift
[18/24] Compiling Fetcher APIError.swift
[19/24] Compiling Fetcher APIURLMock.swift
[20/24] Compiling Fetcher TokenErrorResponse.swift
[21/24] Emitting module Fetcher
[22/24] Compiling Fetcher OSLog+Categories.swift
[23/24] Compiling Fetcher URLSession+Backports.swift
[24/24] Compiling Fetcher resource_bundle_accessor.swift
Build complete! (12.19s)
Fetching https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
[1/148] Fetching swiftformatlintplugin
Fetched https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git from cache (1.50s)
Computing version for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Computed https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git at 1.0.4 (0.42s)
Creating working copy for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Working copy of https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git resolved at 1.0.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftformatlintplugin",
      "requirement" : {
        "exact" : [
          "1.0.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git"
    }
  ],
  "manifest_display_name" : "Fetcher",
  "name" : "Fetcher",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Fetcher",
      "targets" : [
        "Fetcher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FetcherTests",
      "module_type" : "SwiftTarget",
      "name" : "FetcherTests",
      "path" : "Tests/FetcherTests",
      "sources" : [
        "ErrorHandlingTests.swift",
        "FetcherFailingTests.swift",
        "FetcherNoNetworkTests.swift",
        "FetcherTests.swift",
        "Shared/FailingAPIURL.swift",
        "Shared/FailingAPIURLMock.swift",
        "Shared/FetcherAPIURL.swift",
        "Shared/FetcherAPIURLMock.swift",
        "Shared/FetcherEnvironmentMock.swift",
        "Shared/FetcherMocks.swift",
        "TokenTests.swift"
      ],
      "target_dependencies" : [
        "Fetcher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Fetcher",
      "module_type" : "SwiftTarget",
      "name" : "Fetcher",
      "path" : "Sources/Fetcher",
      "product_dependencies" : [
        "Lint"
      ],
      "product_memberships" : [
        "Fetcher"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/empty.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/error.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/getData.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/refreshToken.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/tokenError.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/OSLog+Categories.swift",
        "Extensions/URLSession+Backports.swift",
        "Fetcher+Concurrency.swift",
        "Fetcher.swift",
        "Models/APIError.swift",
        "Models/Mock/APIURLMock.swift",
        "Models/Mock/URLProtocolMock.swift",
        "Models/ServerErrorResponse.swift",
        "Models/Token.swift",
        "Models/TokenErrorResponse.swift",
        "Protocols/APIURL.swift",
        "Protocols/FetcherEnvironment.swift",
        "Protocols/FetcherLogger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.