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 main (1358e6), with Swift 5.10 for macOS (SPM) on 22 Oct 2024 21:39:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/snapauthapp/sdk-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/snapauthapp/sdk-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1358e6c Update name+handle to username (#44)
Cloned https://github.com/snapauthapp/sdk-swift.git
Revision (git rev-parse @):
1358e6cec1288bdea648e95309b0168208459018
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/snapauthapp/sdk-swift.git at main
========================================
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/14] Compiling SnapAuth Errors.swift
[4/15] Compiling SnapAuth SnapAuth+ASACD.swift
[5/15] Compiling SnapAuth SnapAuth+ASACPCP.swift
[6/15] Emitting module SnapAuth
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:119: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:119: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:119:13: note: make the property mutable instead
        let type: String = "public-key"
        ~~~ ^
        var
[7/15] Compiling SnapAuth PresentationAnchor.swift
[8/15] Compiling SnapAuth SnapAuth+AutoFill.swift
[9/15] Compiling SnapAuth Availability.swift
[10/15] Compiling SnapAuth Base64URL.swift
[11/15] Compiling SnapAuth API.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:119: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:119: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:119: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
            ^
[12/15] Compiling SnapAuth ApiClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapAuth/API.swift:119: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:119: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:119: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
            ^
[13/15] Compiling SnapAuth SnapAuth.swift
[14/15] Compiling SnapAuth SnapAuth+BuildRequests.swift
[15/15] Compiling SnapAuth SnapAuthDelegate.swift
Build complete! (9.53s)
Build complete.
Done.