The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ZohoBooksClient, reference 0.1.2 (71b68f), with Swift 6.0 for macOS (SPM) on 20 Jan 2026 17:02:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emotiveapps/ZohoBooksClient.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emotiveapps/ZohoBooksClient
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 71b68f3 Fix lint
Cloned https://github.com/emotiveapps/ZohoBooksClient.git
Revision (git rev-parse @):
71b68f301547110794b334d363ec3fce8538efd3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/emotiveapps/ZohoBooksClient.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/emotiveapps/ZohoBooksClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[1/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/24] Compiling MimeTypeEnum MimeType.swift
[7/24] Emitting module MimeTypeEnum
[8/24] Compiling OAuthenticator WellknownEndpoints.swift
[9/24] Compiling OAuthenticator URL+QueryParams.swift
[10/24] Compiling OAuthenticator URLSession+ResponseProvider.swift
[11/25] Compiling OAuthenticator resource_bundle_accessor.swift
[12/25] Compiling OAuthenticator CredentialWindowProvider.swift
[13/25] Compiling OAuthenticator DPoPKey.swift
[14/25] Compiling OAuthenticator Models.swift
[15/25] Compiling OAuthenticator PKCE.swift
[16/25] Compiling OAuthenticator GoogleAPI.swift
[17/25] Compiling OAuthenticator Mastodon.swift
[18/25] Compiling OAuthenticator Bluesky.swift
[19/25] Compiling OAuthenticator GitHub.swift
[20/25] Compiling OAuthenticator ASWebAuthenticationSession+Utility.swift
[21/25] Compiling OAuthenticator Authenticator.swift
[22/25] Compiling OAuthenticator DPoPSigner.swift
[23/25] Compiling OAuthenticator Data+Base64URLEncode.swift
[24/25] Compiling OAuthenticator WebAuthenticationSession+Utility.swift
[25/25] Emitting module OAuthenticator
[26/39] Compiling ZohoBooksClient ZohoOAuth.swift
[27/39] Compiling ZohoBooksClient ZohoError.swift
[28/40] Compiling ZohoBooksClient ZohoConfig.swift
[29/40] Compiling ZohoBooksClient ZohoBooksClient.swift
[30/40] Compiling ZohoBooksClient OAuthProviding.swift
[31/40] Compiling ZohoBooksClient ZBPayment.swift
[32/40] Compiling ZohoBooksClient ZBTax.swift
[33/40] Compiling ZohoBooksClient ZBInvoice.swift
[34/40] Compiling ZohoBooksClient ZBItem.swift
[35/40] Compiling ZohoBooksClient HttpService.swift
[36/40] Compiling ZohoBooksClient ZBAccount.swift
[37/40] Emitting module ZohoBooksClient
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoOAuthenticator.swift:122:40: warning: passing argument of non-sendable type 'Authenticator.Configuration' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
120 |     )
121 |
122 |     self.authenticator = Authenticator(config: authenticatorConfig)
    |                                        `- warning: passing argument of non-sendable type 'Authenticator.Configuration' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
123 |   }
124 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OAuthenticator/Sources/OAuthenticator/Authenticator.swift:68:16: note: struct 'Configuration' does not conform to the 'Sendable' protocol
 66 | 	}
 67 |
 68 | 	public struct Configuration {
    |                `- note: struct 'Configuration' does not conform to the 'Sendable' protocol
 69 | 		public let appCredentials: AppCredentials
 70 |
[38/40] Compiling ZohoBooksClient ZBContact.swift
[39/40] Compiling ZohoBooksClient ZBExpense.swift
[40/40] Compiling ZohoBooksClient ZohoOAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ZohoBooksClient/ZohoOAuthenticator.swift:122:40: warning: passing argument of non-sendable type 'Authenticator.Configuration' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
120 |     )
121 |
122 |     self.authenticator = Authenticator(config: authenticatorConfig)
    |                                        `- warning: passing argument of non-sendable type 'Authenticator.Configuration' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
123 |   }
124 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/OAuthenticator/Sources/OAuthenticator/Authenticator.swift:68:16: note: struct 'Configuration' does not conform to the 'Sendable' protocol
 66 | 	}
 67 |
 68 | 	public struct Configuration {
    |                `- note: struct 'Configuration' does not conform to the 'Sendable' protocol
 69 | 		public let appCredentials: AppCredentials
 70 |
Build complete! (14.38s)
Fetching https://github.com/ChimeHQ/OAuthenticator
Fetching https://github.com/emotiveapps/MimeTypeEnum
[1/1099] Fetching oauthenticator
[133/1145] Fetching oauthenticator, mimetypeenum
Fetched https://github.com/emotiveapps/MimeTypeEnum from cache (0.68s)
[143/1099] Fetching oauthenticator
Fetched https://github.com/ChimeHQ/OAuthenticator from cache (0.82s)
Computing version for https://github.com/emotiveapps/MimeTypeEnum
Computed https://github.com/emotiveapps/MimeTypeEnum at 1.0.2 (0.47s)
Computing version for https://github.com/ChimeHQ/OAuthenticator
Computed https://github.com/ChimeHQ/OAuthenticator at 0.7.2 (0.47s)
Creating working copy for https://github.com/ChimeHQ/OAuthenticator
Working copy of https://github.com/ChimeHQ/OAuthenticator resolved at 0.7.2
Creating working copy for https://github.com/emotiveapps/MimeTypeEnum
Working copy of https://github.com/emotiveapps/MimeTypeEnum resolved at 1.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "oauthenticator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/OAuthenticator"
    },
    {
      "identity" : "mimetypeenum",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/emotiveapps/MimeTypeEnum"
    }
  ],
  "manifest_display_name" : "ZohoBooksClient",
  "name" : "ZohoBooksClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZohoBooksClient",
      "targets" : [
        "ZohoBooksClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZohoBooksClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClientTests",
      "path" : "Tests/ZohoBooksClientTests",
      "sources" : [
        "AdditionalModelTests.swift",
        "FullModelEncodingTests.swift",
        "ModelEncodingTests.swift",
        "ZohoBooksClientTests.swift",
        "ZohoErrorTests.swift",
        "ZohoOAuthConfigTests.swift"
      ],
      "target_dependencies" : [
        "ZohoBooksClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZohoBooksClient",
      "module_type" : "SwiftTarget",
      "name" : "ZohoBooksClient",
      "path" : "Sources/ZohoBooksClient",
      "product_dependencies" : [
        "OAuthenticator",
        "MimeTypeEnum"
      ],
      "product_memberships" : [
        "ZohoBooksClient"
      ],
      "sources" : [
        "HttpService.swift",
        "Models/ZBAccount.swift",
        "Models/ZBContact.swift",
        "Models/ZBExpense.swift",
        "Models/ZBInvoice.swift",
        "Models/ZBItem.swift",
        "Models/ZBPayment.swift",
        "Models/ZBTax.swift",
        "OAuthProviding.swift",
        "ZohoBooksClient.swift",
        "ZohoConfig.swift",
        "ZohoError.swift",
        "ZohoOAuth.swift",
        "ZohoOAuthenticator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.