The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SnapAuth, reference 0.2.0 (0b3b92), with Swift 5.10 for macOS (SPM) on 29 Jul 2024 08:12:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/snapauthapp/sdk-swift.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/snapauthapp/sdk-swift
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 0b3b920 Remove erroneous assertion (#34)
Cloned https://github.com/snapauthapp/sdk-swift.git
Revision (git rev-parse @):
0b3b920cc4f822e0cca96ab4c8da1e7bce0eea3e
SUCCESS checkout https://github.com/snapauthapp/sdk-swift.git at 0.2.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": "sdk-swift",
      "name": "SnapAuth",
      "url": "https://github.com/snapauthapp/sdk-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sdk-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/snapauthapp/sdk-swift.git
[1/684] Fetching sdk-swift
Fetched https://github.com/snapauthapp/sdk-swift.git from cache (1.25s)
Creating working copy for https://github.com/snapauthapp/sdk-swift.git
Working copy of https://github.com/snapauthapp/sdk-swift.git resolved at 0.2.0 (0b3b920)
warning: '.resolve-product-dependencies': dependency 'sdk-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/snapauthapp/sdk-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/13] Compiling SnapAuth PresentationAnchor.swift
[4/13] Compiling SnapAuth API.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
        let type: String = "public-key"
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
        let type: String = "public-key"
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: note: make the property mutable instead
        let type: String = "public-key"
        ~~~ ^
        var
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/ApiClient.swift:41:13: warning: immutable value 'response' was never used; consider removing it
        let response: URLResponse
            ^
[5/13] Compiling SnapAuth ApiClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
        let type: String = "public-key"
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
        let type: String = "public-key"
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: note: make the property mutable instead
        let type: String = "public-key"
        ~~~ ^
        var
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/ApiClient.swift:41:13: warning: immutable value 'response' was never used; consider removing it
        let response: URLResponse
            ^
[6/13] Compiling SnapAuth Base64URL.swift
[7/13] Emitting module SnapAuth
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
        let type: String = "public-key"
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
        let type: String = "public-key"
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:117:13: note: make the property mutable instead
        let type: String = "public-key"
        ~~~ ^
        var
[8/13] Compiling SnapAuth Errors.swift
[9/14] Compiling SnapAuth SnapAuth+ASACD.swift
[10/14] Compiling SnapAuth SnapAuth+ASACPCP.swift
[11/14] Compiling SnapAuth SnapAuth+BuildRequests.swift
[12/14] Compiling SnapAuth SnapAuth+AutoFill.swift
[13/14] Compiling SnapAuth SnapAuth.swift
[14/14] Compiling SnapAuth SnapAuthDelegate.swift
Build complete! (8.47s)
Build complete.
Done.