The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GTMAppAuth, reference master (56e0cc), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 22:24:18 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/google/GTMAppAuth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/google/GTMAppAuth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 56e0ccf Prepare for 5.0.0 release. (#264)
Cloned https://github.com/google/GTMAppAuth.git
Revision (git rev-parse @):
56e0ccf09a6dd29dc7e68bdf729598240ca8aa16
SUCCESS checkout https://github.com/google/GTMAppAuth.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/google/GTMAppAuth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/36] Copying PrivacyInfo.xcprivacy
[2/36] Write sources
[5/36] Write swift-version-1EA4D86E10B52AF.txt
[6/36] Compiling GTMSessionFetcherCore resource_bundle_accessor.m
[7/36] Compiling AppAuthCore OIDServiceDiscovery.m
[8/36] Compiling GTMSessionFetcherCore GTMSessionUploadFetcher.m
[9/36] Compiling AppAuthCore OIDTokenResponse.m
[10/36] Compiling GTMSessionFetcherCore GTMSessionFetcherService.m
[11/36] Compiling AppAuthCore OIDTokenUtilities.m
[12/36] Compiling AppAuthCore OIDScopeUtilities.m
[13/36] Compiling AppAuthCore resource_bundle_accessor.m
[14/36] Compiling GTMSessionFetcherCore GTMSessionFetcherLogging.m
[15/36] Compiling AppAuthCore OIDResponseTypes.m
[16/36] Compiling AppAuthCore OIDRegistrationResponse.m
[17/36] Compiling AppAuthCore OIDRegistrationRequest.m
[18/36] Compiling AppAuthCore OIDGrantTypes.m
[19/36] Compiling AppAuthCore OIDIDToken.m
[20/36] Compiling AppAuthCore OIDURLSessionProvider.m
[21/36] Compiling AppAuthCore OIDFieldMapping.m
[22/36] Compiling GTMSessionFetcherCore GTMSessionFetcher.m
[23/36] Compiling AppAuthCore OIDServiceConfiguration.m
[24/36] Compiling AppAuthCore OIDScopes.m
[25/36] Compiling AppAuthCore OIDURLQueryComponent.m
[26/36] Compiling AppAuthCore OIDError.m
[27/36] Compiling AppAuthCore OIDErrorUtilities.m
[28/36] Compiling AppAuthCore OIDEndSessionResponse.m
[29/36] Compiling AppAuthCore OIDEndSessionRequest.m
[30/36] Compiling AppAuthCore OIDClientMetadataParameters.m
[31/36] Compiling AppAuthCore OIDTokenRequest.m
[32/36] Compiling AppAuthCore OIDAuthorizationResponse.m
[33/36] Compiling AppAuthCore OIDAuthorizationRequest.m
[34/36] Compiling AppAuthCore OIDAuthorizationService.m
[35/36] Compiling AppAuthCore OIDAuthState.m
[37/45] Compiling GTMAppAuth resource_bundle_accessor.swift
[38/45] Compiling GTMAppAuth GTMOAuth2Compatibility.swift
[39/45] Compiling GTMAppAuth KeychainHelper.swift
[40/45] Compiling GTMAppAuth KeychainStore.swift
[41/45] Compiling GTMAppAuth KeychainAttribute.swift
[42/45] Compiling GTMAppAuth AuthSessionStore.swift
[43/45] Emitting module GTMAppAuth
[44/45] Compiling GTMAppAuth AuthSessionDelegate.swift
[45/45] Compiling GTMAppAuth AuthSession.swift
[46/56] Compiling TestHelpers OIDRegistrationResponseTesting.swift
[47/57] Compiling TestHelpers OIDRegistrationRequestTesting.swift
[48/57] Compiling TestHelpers OIDTokenRequestTesting.swift
[49/57] Compiling TestHelpers OIDServiceConfigurationTesting.swift
[50/57] Compiling TestHelpers KeychainHelperFake.swift
[51/57] Compiling TestHelpers OIDAuthorizationResponseTesting.swift
[52/57] Compiling TestHelpers OIDAuthStateTesting.swift
[53/57] Compiling TestHelpers OIDAuthorizationRequestTesting.swift
[54/57] Compiling TestHelpers OIDTokenResponseTesting.swift
[55/57] Compiling TestHelpers AuthorizationTestingHelp.swift
[56/57] Compiling TestHelpers GTMAppAuthTestingHelpers.swift
[57/57] Emitting module TestHelpers
Build complete! (16.22s)
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/openid/AppAuth-iOS.git
[1/4517] Fetching gtm-session-fetcher
[2/13615] Fetching gtm-session-fetcher, appauth-ios
Fetched https://github.com/openid/AppAuth-iOS.git from cache (1.25s)
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 2.0.0 (1.77s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 3.5.0 (0.47s)
Creating working copy for https://github.com/openid/AppAuth-iOS.git
Working copy of https://github.com/openid/AppAuth-iOS.git resolved at 2.0.0
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 3.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "gtm-session-fetcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/gtm-session-fetcher.git"
    },
    {
      "identity" : "appauth-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/openid/AppAuth-iOS.git"
    }
  ],
  "manifest_display_name" : "GTMAppAuth",
  "name" : "GTMAppAuth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "GTMAppAuth",
      "targets" : [
        "GTMAppAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_objc_interop_tests",
      "module_type" : "ClangTarget",
      "name" : "swift-objc-interop-tests",
      "path" : "GTMAppAuth/Tests/ObjCIntegration",
      "product_dependencies" : [
        "AppAuthCore"
      ],
      "sources" : [
        "GTMAuthSessionTests.m",
        "KeychainStore/GTMKeychainStoreTests.m",
        "KeychainStore/GTMOAuth2CompatibilityTests.m"
      ],
      "target_dependencies" : [
        "GTMAppAuth",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "TestHelpers",
      "path" : "GTMAppAuth/Tests/Helpers",
      "product_dependencies" : [
        "AppAuthCore"
      ],
      "sources" : [
        "AuthorizationTestingHelp.swift",
        "GTMAppAuthTestingHelpers.swift",
        "KeychainHelperFake.swift",
        "OIDAuthStateTesting.swift",
        "OIDAuthorizationRequestTesting.swift",
        "OIDAuthorizationResponseTesting.swift",
        "OIDRegistrationRequestTesting.swift",
        "OIDRegistrationResponseTesting.swift",
        "OIDServiceConfigurationTesting.swift",
        "OIDTokenRequestTesting.swift",
        "OIDTokenResponseTesting.swift"
      ],
      "target_dependencies" : [
        "GTMAppAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GTMAppAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "GTMAppAuthTests",
      "path" : "GTMAppAuth/Tests/Unit",
      "sources" : [
        "AuthSessionTests.swift",
        "KeychainStore/GTMOAuth2CompatibilityTests.swift",
        "KeychainStore/KeychainStoreTests.swift"
      ],
      "target_dependencies" : [
        "GTMAppAuth",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GTMAppAuth",
      "module_type" : "SwiftTarget",
      "name" : "GTMAppAuth",
      "path" : "GTMAppAuth/Sources",
      "product_dependencies" : [
        "GTMSessionFetcherCore",
        "AppAuthCore"
      ],
      "product_memberships" : [
        "GTMAppAuth"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GTMAppAuth/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AuthSession.swift",
        "AuthSessionDelegate.swift",
        "AuthSessionStore.swift",
        "KeychainStore/GTMOAuth2Compatibility.swift",
        "KeychainStore/KeychainAttribute.swift",
        "KeychainStore/KeychainHelper.swift",
        "KeychainStore/KeychainStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.