The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GAppAuth, reference master (6124bc), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 23:01:26 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/benlmyers/GAppAuth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/benlmyers/GAppAuth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6124bcd 💻 Bump macOS compatability
Cloned https://github.com/benlmyers/GAppAuth.git
Revision (git rev-parse @):
6124bcd8a5e4576a485aa70d92e50e32c587223d
SUCCESS checkout https://github.com/benlmyers/GAppAuth.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/benlmyers/GAppAuth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Write sources
[1/19] Copying PrivacyInfo.xcprivacy
[3/19] Write swift-version-1EA4D86E10B52AF.txt
[4/19] Compiling OIDLoopbackHTTPServer.m
[5/19] Compiling OIDRedirectHTTPHandler.m
[6/19] Compiling OIDExternalUserAgentIOSCustomBrowser.m
[7/19] Compiling OIDExternalUserAgentIOS.m
[8/19] Compiling OIDExternalUserAgentCatalyst.m
[9/19] Compiling OIDAuthorizationService+IOS.m
[10/19] Compiling OIDAuthState+IOS.m
[11/19] Compiling AppAuth resource_bundle_accessor.m
[12/19] Compiling GTMAppAuth GTMAppAuthFetcherAuthorization+Keychain.m
[13/19] Compiling GTMAppAuth GTMOAuth2KeychainCompatibility.m
[14/19] Compiling GTMAppAuth GTMKeychain.m
[15/19] Compiling GTMAppAuth GTMAppAuthFetcherAuthorization.m
[16/19] Compiling OIDAuthorizationService+Mac.m
[17/19] Compiling OIDAuthState+Mac.m
[18/19] Compiling OIDExternalUserAgentMac.m
[20/23] Compiling GAppAuth_iOS GAppAuth.swift
[21/23] Emitting module GAppAuth_iOS
[22/23] Emitting module GAppAuth_macOS
[23/23] Compiling GAppAuth_macOS GAppAuth.swift
/Users/admin/builder/spi-builder-workspace/Sources/macOS/GAppAuth.swift:111:52: warning: 'authState(byPresenting:callback:)' is deprecated: For macOS 10.15 and above please use authStateByPresentingAuthorizationRequest:presentingWindow:callback: [#DeprecatedDeclaration]
109 |
110 |       // Store auth flow to be resumed after app reentry, serialize response
111 |       self.currentAuthorizationFlow = OIDAuthState.authState(byPresenting: request) {authState, error in
    |                                                    `- warning: 'authState(byPresenting:callback:)' is deprecated: For macOS 10.15 and above please use authStateByPresentingAuthorizationRequest:presentingWindow:callback: [#DeprecatedDeclaration]
112 |         var response = false
113 |         if let authState = authState {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (13.91s)
Fetching https://github.com/openid/AppAuth-iOS.git
Fetching https://github.com/google/GTMAppAuth.git
[1/3862] Fetching gtmappauth
[813/12960] Fetching gtmappauth, appauth-ios
Fetched https://github.com/openid/AppAuth-iOS.git from cache (1.34s)
Fetched https://github.com/google/GTMAppAuth.git from cache (1.34s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 1.3.1 (1.90s)
Fetching https://github.com/google/gtm-session-fetcher.git
[1/4507] Fetching gtm-session-fetcher
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.25s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 1.7.6 (1.79s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 2.3.0 (0.52s)
Creating working copy for https://github.com/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 2.3.0
Creating working copy for https://github.com/openid/AppAuth-iOS.git
Working copy of https://github.com/openid/AppAuth-iOS.git resolved at 1.7.6
Creating working copy for https://github.com/google/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 1.3.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "gtmappauth",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GTMAppAuth.git"
    },
    {
      "identity" : "appauth-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/openid/AppAuth-iOS.git"
    }
  ],
  "manifest_display_name" : "GAppAuth",
  "name" : "GAppAuth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "GAppAuth-iOS",
      "targets" : [
        "GAppAuth-iOS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GAppAuth-macOS",
      "targets" : [
        "GAppAuth-macOS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GAppAuth_macOS",
      "module_type" : "SwiftTarget",
      "name" : "GAppAuth-macOS",
      "path" : "Sources/macOS",
      "product_dependencies" : [
        "GTMAppAuth",
        "AppAuth"
      ],
      "product_memberships" : [
        "GAppAuth-macOS"
      ],
      "sources" : [
        "GAppAuth.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GAppAuth_iOS",
      "module_type" : "SwiftTarget",
      "name" : "GAppAuth-iOS",
      "path" : "Sources/iOS",
      "product_dependencies" : [
        "GTMAppAuth",
        "AppAuth"
      ],
      "product_memberships" : [
        "GAppAuth-iOS"
      ],
      "sources" : [
        "GAppAuth.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.