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 GAppAuth with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/benlmyers/GAppAuth.git
Reference: 1.6.5
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/benlmyers/GAppAuth
 * tag               1.6.5      -> FETCH_HEAD
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 1.6.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/benlmyers/GAppAuth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Compiling GTMKeychain_iOS.m
[1/15] Compiling GTMAppAuth GTMOAuth2KeychainCompatibility.m
[2/15] Compiling GTMAppAuth GTMAppAuthFetcherAuthorization+Keychain.m
[3/15] Compiling GTMAppAuth GTMAppAuthFetcherAuthorization.m
[4/15] Compiling OIDRedirectHTTPHandler.m
[5/15] Compiling OIDAuthorizationService+Mac.m
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m:55:18: warning: 'SecKeychainFindGenericPassword' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
  OSStatus err = SecKeychainFindGenericPassword(defaultKeychain,
                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:628:10: note: 'SecKeychainFindGenericPassword' has been explicitly marked deprecated here
OSStatus SecKeychainFindGenericPassword(CFTypeRef __nullable keychainOrArray,  UInt32 serviceNameLength, const char * __nullable serviceName, UInt32 accountNameLength, const char * __nullable accountName, UInt32 * __nullable passwordLength, void * __nullable * __nullable passwordData, SecKeychainItemRef * __nullable CF_RETURNS_RETAINED itemRef)
         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m:66:5: warning: 'SecKeychainItemFreeContent' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
    SecKeychainItemFreeContent(NULL, passwordBuff);
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainItem.h:220:10: note: 'SecKeychainItemFreeContent' has been explicitly marked deprecated here
OSStatus SecKeychainItemFreeContent(SecKeychainAttributeList * __nullable attrList, void * __nullable data)
         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m:93:18: warning: 'SecKeychainFindGenericPassword' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
  OSStatus err = SecKeychainFindGenericPassword(defaultKeychain,
                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:628:10: note: 'SecKeychainFindGenericPassword' has been explicitly marked deprecated here
OSStatus SecKeychainFindGenericPassword(CFTypeRef __nullable keychainOrArray,  UInt32 serviceNameLength, const char * __nullable serviceName, UInt32 accountNameLength, const char * __nullable accountName, UInt32 * __nullable passwordLength, void * __nullable * __nullable passwordData, SecKeychainItemRef * __nullable CF_RETURNS_RETAINED itemRef)
         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m:103:5: warning: 'SecKeychainItemFreeContent' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
    SecKeychainItemFreeContent(NULL, passwordBuff);
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainItem.h:220:10: note: 'SecKeychainItemFreeContent' has been explicitly marked deprecated here
OSStatus SecKeychainItemFreeContent(SecKeychainAttributeList * __nullable attrList, void * __nullable data)
         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m:117:18: warning: 'SecKeychainFindGenericPassword' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
  OSStatus err = SecKeychainFindGenericPassword (defaultKeychain,
                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:628:10: note: 'SecKeychainFindGenericPassword' has been explicitly marked deprecated here
OSStatus SecKeychainFindGenericPassword(CFTypeRef __nullable keychainOrArray,  UInt32 serviceNameLength, const char * __nullable serviceName, UInt32 accountNameLength, const char * __nullable accountName, UInt32 * __nullable passwordLength, void * __nullable * __nullable passwordData, SecKeychainItemRef * __nullable CF_RETURNS_RETAINED itemRef)
         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m:127:11: warning: 'SecKeychainItemDelete' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
    err = SecKeychainItemDelete(itemRef);
          ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainItem.h:257:10: note: 'SecKeychainItemDelete' has been explicitly marked deprecated here
OSStatus SecKeychainItemDelete(SecKeychainItemRef itemRef)
         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m:145:18: warning: 'SecKeychainAddGenericPassword' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
  OSStatus err = SecKeychainAddGenericPassword(defaultKeychain,
                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:610:10: note: 'SecKeychainAddGenericPassword' has been explicitly marked deprecated here
OSStatus SecKeychainAddGenericPassword(SecKeychainRef __nullable keychain, UInt32 serviceNameLength, const char * __nullable serviceName, UInt32 accountNameLength, const char * __nullable accountName, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef * __nullable CF_RETURNS_RETAINED itemRef)
         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m:170:18: warning: 'SecKeychainAddGenericPassword' is deprecated: first deprecated in macOS 10.10 - SecKeychain is deprecated [-Wdeprecated-declarations]
  OSStatus err = SecKeychainAddGenericPassword(defaultKeychain,
                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:610:10: note: 'SecKeychainAddGenericPassword' has been explicitly marked deprecated here
OSStatus SecKeychainAddGenericPassword(SecKeychainRef __nullable keychain, UInt32 serviceNameLength, const char * __nullable serviceName, UInt32 accountNameLength, const char * __nullable accountName, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef * __nullable CF_RETURNS_RETAINED itemRef)
         ^
8 warnings generated.
[6/15] Compiling GTMKeychain_macOS.m
[7/15] Compiling OIDAuthState+Mac.m
[8/15] Compiling OIDExternalUserAgentIOSCustomBrowser.m
[9/15] Compiling OIDExternalUserAgentIOS.m
[10/15] Compiling OIDExternalUserAgentCatalyst.m
[11/15] Compiling OIDAuthorizationService+IOS.m
[12/15] Compiling OIDLoopbackHTTPServer.m
[13/15] Compiling OIDAuthState+IOS.m
[14/15] Compiling OIDExternalUserAgentMac.m
[16/19] Emitting module GAppAuth_iOS
[17/19] Compiling GAppAuth_iOS GAppAuth.swift
[18/19] Emitting module GAppAuth_macOS
[19/19] Compiling GAppAuth_macOS GAppAuth.swift
Build complete! (12.65s)
Fetching https://github.com/google/gtm-session-fetcher.git from cache
Fetching https://github.com/google/GTMAppAuth.git from cache
Fetching https://github.com/openid/AppAuth-iOS.git from cache
Fetched https://github.com/google/GTMAppAuth.git (0.22s)
Fetched https://github.com/google/gtm-session-fetcher.git (0.23s)
Fetched https://github.com/openid/AppAuth-iOS.git (0.28s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 1.4.0 (0.75s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 1.2.2 (0.60s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 1.7.0 (0.62s)
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 1.7.0
Creating working copy for https://github.com/google/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 1.2.2
Creating working copy for https://github.com/openid/AppAuth-iOS.git
Working copy of https://github.com/openid/AppAuth-iOS.git resolved at 1.4.0
Build complete.
Done.