The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OAuthenticator with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/OAuthenticator.git
Reference: 0.4.2
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/OAuthenticator
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at 2e9dd0b Added default Privacy Manifest (not tracking anything) to support new Apple rule starting May 1st,2024 (#19)
Cloned https://github.com/ChimeHQ/OAuthenticator.git
Revision (git rev-parse @):
2e9dd0b6d6eefda0c469622c81512066d345129a
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/OAuthenticator.git at 0.4.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "oauthenticator",
      "name": "OAuthenticator",
      "url": "https://github.com/ChimeHQ/OAuthenticator.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OAuthenticator",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/OAuthenticator.git
[5/456] Fetching oauthenticator
Fetched https://github.com/ChimeHQ/OAuthenticator.git from cache (0.24s)
Creating working copy for https://github.com/ChimeHQ/OAuthenticator.git
Working copy of https://github.com/ChimeHQ/OAuthenticator.git resolved at 0.4.2 (2e9dd0b)
warning: '.resolve-product-dependencies': dependency 'oauthenticator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ChimeHQ/OAuthenticator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/12] Compiling OAuthenticator URLSession+ResponseProvider.swift
[4/13] Compiling OAuthenticator URL+QueryParams.swift
[5/13] Compiling OAuthenticator Mastodon.swift
[6/13] Compiling OAuthenticator GitHub.swift
[7/13] Emitting module OAuthenticator
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:28:32: warning: static property 'failingUserAuthenticator' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
        public static nonisolated let failingUserAuthenticator: UserAuthenticator = { _, _ in
                                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:95:20: warning: static property 'defaultResponseProvider' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
        public static let defaultResponseProvider: URLResponseProvider = {
                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/CredentialWindowProvider.swift:28:14: warning: main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
        public func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
                    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/CredentialWindowProvider.swift:28:14: note: add 'nonisolated' to 'presentationAnchor(for:)' to make this instance method not isolated to the actor
        public func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
                    ^
        nonisolated
AuthenticationServices.ASWebAuthenticationPresentationContextProviding:3:10: note: 'presentationAnchor(for:)' declared here
    func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor
         ^
[8/13] Compiling OAuthenticator GoogleAPI.swift
[9/13] Compiling OAuthenticator ASWebAuthenticationSession+Utility.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:28:32: warning: static property 'failingUserAuthenticator' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
        public static nonisolated let failingUserAuthenticator: UserAuthenticator = { _, _ in
                                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:95:20: warning: static property 'defaultResponseProvider' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
        public static let defaultResponseProvider: URLResponseProvider = {
                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:114:22: warning: capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:114:82: warning: capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                                                                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:114:82: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                                                                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:120:33: warning: capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
                                guard let value = try await refresh(with: login) else {
                                                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:130:30: warning: capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
                                if let value = try await refresh(with: login) {
                                                         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:134:82: warning: capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                                                                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:134:82: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                                                                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:155:21: warning: passing argument of non-sendable type 'Authenticator' outside of main actor-isolated context may introduce data races
                let _ = try await loginTaskResult(manual: true, userAuthenticator: userAuthenticator ?? config.userAuthenticator)
                                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:155:51: warning: passing argument of non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') outside of main actor-isolated context may introduce data races
                let _ = try await loginTaskResult(manual: true, userAuthenticator: userAuthenticator ?? config.userAuthenticator)
                                                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:155:51: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                let _ = try await loginTaskResult(manual: true, userAuthenticator: userAuthenticator ?? config.userAuthenticator)
                                                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:181:32: warning: capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
                        guard let login = try await retrieveLogin() else {
                                                    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:182:83: warning: capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
                                return try await performUserAuthentication(manual: manual, userAuthenticator: userAuthenticator)
                                                                                                              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:182:83: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                return try await performUserAuthentication(manual: manual, userAuthenticator: userAuthenticator)
                                                                                                              ^
[10/13] Compiling OAuthenticator Authenticator.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:28:32: warning: static property 'failingUserAuthenticator' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
        public static nonisolated let failingUserAuthenticator: UserAuthenticator = { _, _ in
                                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:95:20: warning: static property 'defaultResponseProvider' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
        public static let defaultResponseProvider: URLResponseProvider = {
                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:114:22: warning: capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:114:82: warning: capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                                                                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:114:82: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                                                                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:120:33: warning: capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
                                guard let value = try await refresh(with: login) else {
                                                            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:130:30: warning: capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
                                if let value = try await refresh(with: login) {
                                                         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:134:82: warning: capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                                                                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:134:82: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                return try await performUserAuthentication(manual: false, userAuthenticator: userAuthenticator)
                                                                                                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:155:21: warning: passing argument of non-sendable type 'Authenticator' outside of main actor-isolated context may introduce data races
                let _ = try await loginTaskResult(manual: true, userAuthenticator: userAuthenticator ?? config.userAuthenticator)
                                  ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:155:51: warning: passing argument of non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') outside of main actor-isolated context may introduce data races
                let _ = try await loginTaskResult(manual: true, userAuthenticator: userAuthenticator ?? config.userAuthenticator)
                                                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:155:51: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                let _ = try await loginTaskResult(manual: true, userAuthenticator: userAuthenticator ?? config.userAuthenticator)
                                                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:181:32: warning: capture of 'self' with non-sendable type 'Authenticator' in a `@Sendable` closure
                        guard let login = try await retrieveLogin() else {
                                                    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:21:20: note: class 'Authenticator' does not conform to the 'Sendable' protocol
public final class Authenticator {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:182:83: warning: capture of 'userAuthenticator' with non-sendable type 'Authenticator.UserAuthenticator' (aka '(URL, String) async throws -> URL') in a `@Sendable` closure
                                return try await performUserAuthentication(manual: manual, userAuthenticator: userAuthenticator)
                                                                                                              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/Authenticator.swift:182:83: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                return try await performUserAuthentication(manual: manual, userAuthenticator: userAuthenticator)
                                                                                                              ^
[11/13] Compiling OAuthenticator CredentialWindowProvider.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/CredentialWindowProvider.swift:28:14: warning: main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
        public func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
                    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/CredentialWindowProvider.swift:28:14: note: add 'nonisolated' to 'presentationAnchor(for:)' to make this instance method not isolated to the actor
        public func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
                    ^
        nonisolated
AuthenticationServices.ASWebAuthenticationPresentationContextProviding:3:10: note: 'presentationAnchor(for:)' declared here
    func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor
         ^
[12/13] Compiling OAuthenticator Models.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/CredentialWindowProvider.swift:28:14: warning: main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement
        public func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
                    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/CredentialWindowProvider.swift:28:14: note: add 'nonisolated' to 'presentationAnchor(for:)' to make this instance method not isolated to the actor
        public func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
                    ^
        nonisolated
AuthenticationServices.ASWebAuthenticationPresentationContextProviding:3:10: note: 'presentationAnchor(for:)' declared here
    func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor
         ^
[13/13] Compiling OAuthenticator WebAuthenticationSession+Utility.swift
Build complete! (9.92s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/PrivacyInfo.xcprivacy
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $workDir/.docs/chimehq/oauthenticator/0.4.2
Repository:               ChimeHQ/OAuthenticator
Swift version used:       5.10
Target:                   OAuthenticator
Generating documentation for 'OAuthenticator'...
Converting documentation...
Conversion complete! (0.40s)
Generated DocC archive at '/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/chimehq/oauthenticator/0.4.2'
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin from cache (0.22s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.03s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.05s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/PrivacyInfo.xcprivacy
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-entitlement.plist
[4/8] Write swift-version-6044DDE57671499D.txt
[6/52] Emitting module Snippets
[7/52] Compiling Snippets Snippet.swift
[8/52] Compiling Snippets SnippetParser.swift
[9/52] Compiling SymbolKit SourceOrigin.swift
[10/52] Compiling SymbolKit GenericConstraints.swift
[11/52] Compiling SymbolKit Swift.swift
[12/52] Compiling SymbolKit SemanticVersion.swift
[13/52] Compiling SymbolKit AccessControl.swift
[14/52] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit Generics.swift
[16/57] Compiling SymbolKit Namespace.swift
[17/57] Compiling SymbolKit Symbol.swift
[18/57] Compiling SymbolKit SymbolKind.swift
[19/57] Compiling SymbolKit SymbolGraph.swift
[20/57] Compiling SymbolKit SPI.swift
[21/57] Compiling SymbolKit Snippet.swift
[22/57] Compiling SymbolKit Extension.swift
[23/57] Compiling SymbolKit GenericConstraint.swift
[24/57] Compiling SymbolKit GenericParameter.swift
[25/57] Compiling SymbolKit Mixin+Equals.swift
[26/57] Compiling SymbolKit Mixin+Hash.swift
[27/57] Compiling SymbolKit Mixin.swift
[28/57] Compiling SymbolKit LineList.swift
[29/57] Compiling SymbolKit Position.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit Metadata.swift
[38/57] Compiling SymbolKit Module.swift
[39/57] Compiling SymbolKit OperatingSystem.swift
[40/57] Compiling SymbolKit Platform.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Identifier.swift
[45/57] Compiling SymbolKit KindIdentifier.swift
[46/57] Compiling SymbolKit Location.swift
[47/57] Compiling SymbolKit Mutability.swift
[48/57] Compiling SymbolKit Names.swift
[49/57] Emitting module SymbolKit
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract
[60/61] Applying snippet-extract
Build complete! (4.52s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OAuthenticator/PrivacyInfo.xcprivacy
Building for debugging...
[0/1] Write swift-version-6044DDE57671499D.txt
Build complete! (0.11s)
     340
3	/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/chimehq/oauthenticator/0.4.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $workDir/.docs/chimehq/oauthenticator/0.4.2
File count: 340
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-chimehq-oauthenticator-0.4.2-332c3662.zip to s3://spi-docs-inbox/prod-chimehq-oauthenticator-0.4.2-332c3662.zip
Copying... [11%]
Copying... [23%]
Copying... [34%]
Copying... [46%]
Copying... [57%]
Copying... [69%]
Copying... [80%]
Copying... [92%]
Copying... [100%]
Done.

Build Machine: Mac 7