The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoogleSignIn with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/GoogleSignIn-Swift.git
Reference: v0.0.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/darrarski/GoogleSignIn-Swift
 * tag               v0.0.5     -> FETCH_HEAD
HEAD is now at 503063c Merge pull request #1 from allexks/master
Cloned https://github.com/darrarski/GoogleSignIn-Swift.git into spi-builder-workspace
503063ce6471ffee1d066486dc1b82a1dccde2a0
SUCCESS checkout https://github.com/darrarski/GoogleSignIn-Swift.git at v0.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/6] Compiling GoogleSignIn Error.swift
[2/6] Compiling GoogleSignIn URLSessionProtocol.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GoogleSignIn/URLSessionProtocol.swift:10:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {}
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GoogleSignIn/URLSessionProtocol.swift:4:10: note: expected sendability to match requirement here
    func dataTask(
         ^
[3/6] Compiling GoogleSignIn TokenResponse.swift
[4/6] Compiling GoogleSignIn Config.swift
[5/6] Emitting module GoogleSignIn
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GoogleSignIn/URLSessionProtocol.swift:10:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {}
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GoogleSignIn/URLSessionProtocol.swift:4:10: note: expected sendability to match requirement here
    func dataTask(
         ^
[6/6] Compiling GoogleSignIn Controller.swift
Build complete! (3.43s)
Build complete.
Done.