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 Ngrokit, reference main (fd42d9), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 18:17:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/Ngrokit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/Ngrokit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fd42d99 v1.0.0 (#1)
Cloned https://github.com/brightdigit/Ngrokit.git
Revision (git rev-parse @):
fd42d995dd046914333e4b034eeaff7fbd5efcbf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/Ngrokit.git at main
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-openapi-runtime
[1/671] Fetching swift-http-types
[48/6033] Fetching swift-http-types, swift-openapi-runtime
Fetched https://github.com/apple/swift-http-types from cache (1.08s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.08s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.4.1 (0.43s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.0 (2.98s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.4.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ngrokit",
      "name": "Ngrokit",
      "url": "https://github.com/brightdigit/Ngrokit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ngrokit",
      "dependencies": [
        {
          "identity": "swift-openapi-runtime",
          "name": "swift-openapi-runtime",
          "url": "https://github.com/apple/swift-openapi-runtime",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-openapi-runtime",
          "dependencies": [
            {
              "identity": "swift-http-types",
              "name": "swift-http-types",
              "url": "https://github.com/apple/swift-http-types",
              "version": "1.3.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/brightdigit/Ngrokit.git
[1/183] Fetching ngrokit
Fetched https://github.com/brightdigit/Ngrokit.git from cache (0.83s)
Fetching https://github.com/apple/swift-openapi-runtime from cache
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.47s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.7.0 (0.42s)
Fetching https://github.com/apple/swift-http-types from cache
Fetched https://github.com/apple/swift-http-types from cache (0.43s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.54s)
Creating working copy for https://github.com/brightdigit/Ngrokit.git
Working copy of https://github.com/brightdigit/Ngrokit.git resolved at main (fd42d99)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.7.0
warning: '.resolve-product-dependencies': dependency 'ngrokit' is not used by any target
Found 1 product dependencies
  - swift-openapi-runtime
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/brightdigit/Ngrokit.git
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    }
  ],
  "manifest_display_name" : "Ngrokit",
  "name" : "Ngrokit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Ngrokit",
      "targets" : [
        "Ngrokit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NgrokitMocks",
      "targets" : [
        "NgrokitMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NgrokitTests",
      "module_type" : "SwiftTarget",
      "name" : "NgrokitTests",
      "path" : "Tests/NgrokitTests",
      "sources" : [
        "DataHandleTests.swift",
        "NgrokClientTests.swift",
        "NgrokErrorTests.swift",
        "NgrokMacProcessTests.swift",
        "NgrokProcessCLIAPITests.swift"
      ],
      "target_dependencies" : [
        "Ngrokit",
        "NgrokitMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NgrokitMocks",
      "module_type" : "SwiftTarget",
      "name" : "NgrokitMocks",
      "path" : "Sources/NgrokitMocks",
      "product_memberships" : [
        "NgrokitMocks"
      ],
      "sources" : [
        "MockAPI.swift",
        "MockDataHandle.swift",
        "MockNgrokCLIAPI.swift",
        "MockNgrokProcess.swift",
        "MockPipe.swift",
        "MockProcess.swift",
        "URL.swift"
      ],
      "target_dependencies" : [
        "Ngrokit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ngrokit",
      "module_type" : "SwiftTarget",
      "name" : "Ngrokit",
      "path" : "Sources/Ngrokit",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Ngrokit",
        "NgrokitMocks"
      ],
      "sources" : [
        "FileHandle.swift",
        "NgrokCLIAPI.swift",
        "NgrokClient.swift",
        "NgrokError.swift",
        "NgrokMacProcess.swift",
        "NgrokProcess.swift",
        "NgrokProcessCLIAPI.swift",
        "NgrokTunnel.swift",
        "NgrokTunnelConfiguration.swift",
        "Pipable.swift",
        "Processable.swift",
        "ProcessableProcess.swift",
        "RuntimeError.swift",
        "TerminationReason.swift",
        "TunnelRequest.swift"
      ],
      "target_dependencies" : [
        "NgrokOpenAPIClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NgrokOpenAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "NgrokOpenAPIClient",
      "path" : "Sources/NgrokOpenAPIClient",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Ngrokit",
        "NgrokitMocks"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--7754E27361AE5C74.txt
[7/14] Compiling HTTPTypes ISOLatin1String.swift
[8/14] Compiling HTTPTypes HTTPRequest.swift
[9/14] Compiling HTTPTypes HTTPResponse.swift
[10/14] Compiling HTTPTypes HTTPParsedFields.swift
[11/14] Compiling HTTPTypes HTTPField.swift
[12/14] Compiling HTTPTypes HTTPFieldName.swift
[13/14] Emitting module HTTPTypes
[14/14] Compiling HTTPTypes HTTPFields.swift
[15/76] Compiling OpenAPIRuntime MultipartValidation.swift
[16/76] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[17/76] Compiling OpenAPIRuntime URICodeCodingKey.swift
[18/76] Compiling OpenAPIRuntime URICoderConfiguration.swift
[19/76] Compiling OpenAPIRuntime URIEncodedNode.swift
[20/76] Compiling OpenAPIRuntime URIParsedNode.swift
[21/82] Compiling OpenAPIRuntime URLExtensions.swift
[22/82] Compiling OpenAPIRuntime Deprecated.swift
[23/82] Compiling OpenAPIRuntime ClientError.swift
[24/82] Compiling OpenAPIRuntime CodingErrors.swift
[25/82] Compiling OpenAPIRuntime RuntimeError.swift
[26/82] Compiling OpenAPIRuntime ServerError.swift
[27/82] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[28/82] Compiling OpenAPIRuntime ClientTransport.swift
[29/82] Compiling OpenAPIRuntime CurrencyTypes.swift
[30/82] Compiling OpenAPIRuntime HTTPBody.swift
[31/82] Compiling OpenAPIRuntime ServerTransport.swift
[32/82] Compiling OpenAPIRuntime UniversalClient.swift
[33/82] Compiling OpenAPIRuntime UniversalServer.swift
[34/82] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[35/82] Compiling OpenAPIRuntime URIDecoder.swift
[36/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[37/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[38/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[39/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[40/82] Compiling OpenAPIRuntime URIEncoder.swift
[41/82] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[42/82] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[43/82] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[44/82] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[45/82] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[46/82] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[47/82] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[48/82] Compiling OpenAPIRuntime Acceptable.swift
[49/82] Compiling OpenAPIRuntime Base64EncodedData.swift
[50/82] Compiling OpenAPIRuntime ByteUtilities.swift
[51/82] Compiling OpenAPIRuntime ContentDisposition.swift
[52/82] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[53/82] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[54/82] Compiling OpenAPIRuntime OpenAPIValue.swift
[55/82] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[56/82] Compiling OpenAPIRuntime UndocumentedPayload.swift
[57/82] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[58/82] Compiling OpenAPIRuntime CodableExtensions.swift
[59/82] Compiling OpenAPIRuntime Configuration.swift
[60/82] Compiling OpenAPIRuntime Converter+Client.swift
[61/82] Compiling OpenAPIRuntime Converter+Common.swift
[62/82] Compiling OpenAPIRuntime Converter+Server.swift
[63/82] Compiling OpenAPIRuntime Converter.swift
[64/82] Compiling OpenAPIRuntime CurrencyExtensions.swift
[65/82] Compiling OpenAPIRuntime ErrorExtensions.swift
[66/82] Compiling OpenAPIRuntime FoundationExtensions.swift
[67/82] Compiling OpenAPIRuntime ParameterStyles.swift
[68/82] Compiling OpenAPIRuntime ServerVariable.swift
[69/82] Emitting module OpenAPIRuntime
[70/82] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[71/82] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[72/82] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[73/82] Compiling OpenAPIRuntime ServerSentEvents.swift
[74/82] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[75/82] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[76/82] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[77/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[78/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[79/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[80/82] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[81/82] Compiling OpenAPIRuntime URIParser.swift
[82/82] Compiling OpenAPIRuntime URISerializer.swift
[83/85] Emitting module NgrokOpenAPIClient
[84/85] Compiling NgrokOpenAPIClient Client.swift
[85/85] Compiling NgrokOpenAPIClient Types.swift
[86/100] Compiling Ngrokit Processable.swift
[87/101] Compiling Ngrokit TerminationReason.swift
[88/101] Compiling Ngrokit RuntimeError.swift
[89/101] Compiling Ngrokit ProcessableProcess.swift
[90/101] Compiling Ngrokit NgrokTunnelConfiguration.swift
[91/101] Compiling Ngrokit Pipable.swift
[92/101] Compiling Ngrokit NgrokProcessCLIAPI.swift
[93/101] Compiling Ngrokit NgrokTunnel.swift
[94/101] Compiling Ngrokit NgrokMacProcess.swift
[95/101] Compiling Ngrokit NgrokProcess.swift
[96/101] Emitting module Ngrokit
[97/101] Compiling Ngrokit NgrokClient.swift
[98/101] Compiling Ngrokit NgrokError.swift
[99/101] Compiling Ngrokit FileHandle.swift
[100/101] Compiling Ngrokit NgrokCLIAPI.swift
[101/101] Compiling Ngrokit TunnelRequest.swift
[102/109] Compiling NgrokitMocks URL.swift
[103/109] Compiling NgrokitMocks MockPipe.swift
[104/109] Compiling NgrokitMocks MockProcess.swift
[105/109] Compiling NgrokitMocks MockNgrokProcess.swift
[106/109] Compiling NgrokitMocks MockNgrokCLIAPI.swift
[107/109] Compiling NgrokitMocks MockDataHandle.swift
[108/109] Compiling NgrokitMocks MockAPI.swift
[109/109] Emitting module NgrokitMocks
Build complete! (21.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    }
  ],
  "manifest_display_name" : "Ngrokit",
  "name" : "Ngrokit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Ngrokit",
      "targets" : [
        "Ngrokit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NgrokitMocks",
      "targets" : [
        "NgrokitMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NgrokitTests",
      "module_type" : "SwiftTarget",
      "name" : "NgrokitTests",
      "path" : "Tests/NgrokitTests",
      "sources" : [
        "DataHandleTests.swift",
        "NgrokClientTests.swift",
        "NgrokErrorTests.swift",
        "NgrokMacProcessTests.swift",
        "NgrokProcessCLIAPITests.swift"
      ],
      "target_dependencies" : [
        "Ngrokit",
        "NgrokitMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NgrokitMocks",
      "module_type" : "SwiftTarget",
      "name" : "NgrokitMocks",
      "path" : "Sources/NgrokitMocks",
      "product_memberships" : [
        "NgrokitMocks"
      ],
      "sources" : [
        "MockAPI.swift",
        "MockDataHandle.swift",
        "MockNgrokCLIAPI.swift",
        "MockNgrokProcess.swift",
        "MockPipe.swift",
        "MockProcess.swift",
        "URL.swift"
      ],
      "target_dependencies" : [
        "Ngrokit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ngrokit",
      "module_type" : "SwiftTarget",
      "name" : "Ngrokit",
      "path" : "Sources/Ngrokit",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Ngrokit",
        "NgrokitMocks"
      ],
      "sources" : [
        "FileHandle.swift",
        "NgrokCLIAPI.swift",
        "NgrokClient.swift",
        "NgrokError.swift",
        "NgrokMacProcess.swift",
        "NgrokProcess.swift",
        "NgrokProcessCLIAPI.swift",
        "NgrokTunnel.swift",
        "NgrokTunnelConfiguration.swift",
        "Pipable.swift",
        "Processable.swift",
        "ProcessableProcess.swift",
        "RuntimeError.swift",
        "TerminationReason.swift",
        "TunnelRequest.swift"
      ],
      "target_dependencies" : [
        "NgrokOpenAPIClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NgrokOpenAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "NgrokOpenAPIClient",
      "path" : "Sources/NgrokOpenAPIClient",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Ngrokit",
        "NgrokitMocks"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/brightdigit/ngrokit/main
Repository:               brightdigit/Ngrokit
Swift version used:       6.0
Target:                   Ngrokit
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Ngrokit'...
Finished extracting symbol information for 'Ngrokit'. (4.91s)
Building documentation for 'Ngrokit'...
warning: Link in document summary will not be displayed
Summary should only contain (formatted) text. To resolve this issue, place links and images elsewhere in the document, or remove them.
 --> Documentation.md:3:15-3:67
1 | # ``Ngrokit``
2 |
3 + Swift API for [Ngrok Agent API](https://ngrok.com/docs/agent/api/).
4 |
5 | ## OverviewFinished building documentation for 'Ngrokit' (0.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/brightdigit/ngrokit/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-http-types
Updating https://github.com/apple/swift-openapi-runtime
Updated https://github.com/apple/swift-http-types (0.49s)
Updated https://github.com/apple/swift-openapi-runtime (0.49s)
[1/2044] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.38s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.4.1 (0.44s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.0 (0.55s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3198] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit FunctionSignature.swift
[19/57] Compiling SymbolKit Symbol.swift
[20/57] Compiling SymbolKit SymbolKind.swift
[21/57] Compiling SymbolKit SymbolGraph.swift
[22/57] Compiling SymbolKit GraphCollector.swift
[23/57] Compiling SymbolKit GenericConstraint.swift
[24/57] Compiling SymbolKit GenericParameter.swift
[25/57] Compiling SymbolKit Generics.swift
[26/57] Compiling SymbolKit Namespace.swift
[27/57] Compiling SymbolKit Relationship.swift
[28/57] Compiling SymbolKit RelationshipKind.swift
[29/57] Compiling SymbolKit SourceOrigin.swift
[30/57] Compiling SymbolKit GenericConstraints.swift
[31/57] Compiling SymbolKit Swift.swift
[32/57] Emitting module SymbolKit
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit SourceRange.swift
[44/57] Compiling SymbolKit Metadata.swift
[45/57] Compiling SymbolKit Module.swift
[46/57] Compiling SymbolKit OperatingSystem.swift
[47/57] Compiling SymbolKit Platform.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.70s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/9] Compiling HTTPTypes HTTPParsedFields.swift
[3/9] Compiling HTTPTypes ISOLatin1String.swift
[4/9] Compiling HTTPTypes HTTPRequest.swift
[5/9] Compiling HTTPTypes HTTPResponse.swift
[6/9] Compiling HTTPTypes HTTPFieldName.swift
[7/9] Emitting module HTTPTypes
[8/9] Compiling HTTPTypes HTTPFields.swift
[9/9] Compiling HTTPTypes HTTPField.swift
[10/71] Compiling OpenAPIRuntime URLExtensions.swift
[11/71] Compiling OpenAPIRuntime Deprecated.swift
[12/71] Compiling OpenAPIRuntime ClientError.swift
[13/71] Compiling OpenAPIRuntime CodingErrors.swift
[14/71] Compiling OpenAPIRuntime RuntimeError.swift
[15/71] Compiling OpenAPIRuntime ServerError.swift
[16/71] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[17/71] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[18/71] Compiling OpenAPIRuntime UndocumentedPayload.swift
[19/71] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[20/71] Compiling OpenAPIRuntime CodableExtensions.swift
[21/71] Compiling OpenAPIRuntime Configuration.swift
[22/71] Compiling OpenAPIRuntime Converter+Client.swift
[23/71] Compiling OpenAPIRuntime Converter+Common.swift
[24/77] Compiling OpenAPIRuntime MultipartValidation.swift
[25/77] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[26/77] Compiling OpenAPIRuntime URICodeCodingKey.swift
[27/77] Compiling OpenAPIRuntime URICoderConfiguration.swift
[28/77] Compiling OpenAPIRuntime URIEncodedNode.swift
[29/77] Compiling OpenAPIRuntime URIParsedNode.swift
[30/77] Compiling OpenAPIRuntime Converter+Server.swift
[31/77] Compiling OpenAPIRuntime Converter.swift
[32/77] Compiling OpenAPIRuntime CurrencyExtensions.swift
[33/77] Compiling OpenAPIRuntime ErrorExtensions.swift
[34/77] Compiling OpenAPIRuntime FoundationExtensions.swift
[35/77] Compiling OpenAPIRuntime ParameterStyles.swift
[36/77] Compiling OpenAPIRuntime ServerVariable.swift
[37/77] Emitting module OpenAPIRuntime
[38/77] Compiling OpenAPIRuntime URIDecoder.swift
[39/77] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[40/77] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[41/77] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[42/77] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[43/77] Compiling OpenAPIRuntime URIEncoder.swift
[44/77] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[45/77] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[46/77] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[47/77] Compiling OpenAPIRuntime ServerSentEvents.swift
[48/77] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[49/77] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[50/77] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[51/77] Compiling OpenAPIRuntime Acceptable.swift
[52/77] Compiling OpenAPIRuntime Base64EncodedData.swift
[53/77] Compiling OpenAPIRuntime ByteUtilities.swift
[54/77] Compiling OpenAPIRuntime ContentDisposition.swift
[55/77] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[56/77] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[57/77] Compiling OpenAPIRuntime OpenAPIValue.swift
[58/77] Compiling OpenAPIRuntime ClientTransport.swift
[59/77] Compiling OpenAPIRuntime CurrencyTypes.swift
[60/77] Compiling OpenAPIRuntime HTTPBody.swift
[61/77] Compiling OpenAPIRuntime ServerTransport.swift
[62/77] Compiling OpenAPIRuntime UniversalClient.swift
[63/77] Compiling OpenAPIRuntime UniversalServer.swift
[64/77] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[65/77] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[66/77] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[67/77] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[68/77] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[69/77] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[70/77] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[71/77] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[72/77] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[73/77] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[74/77] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[75/77] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[76/77] Compiling OpenAPIRuntime URIParser.swift
[77/77] Compiling OpenAPIRuntime URISerializer.swift
[78/80] Compiling NgrokOpenAPIClient Types.swift
[79/80] Emitting module NgrokOpenAPIClient
[80/80] Compiling NgrokOpenAPIClient Client.swift
[81/95] Compiling Ngrokit TerminationReason.swift
[82/96] Compiling Ngrokit RuntimeError.swift
[83/96] Compiling Ngrokit NgrokTunnelConfiguration.swift
[84/96] Compiling Ngrokit Pipable.swift
[85/96] Compiling Ngrokit FileHandle.swift
[86/96] Compiling Ngrokit NgrokCLIAPI.swift
[87/96] Emitting module Ngrokit
[88/96] Compiling Ngrokit Processable.swift
[89/96] Compiling Ngrokit NgrokMacProcess.swift
[90/96] Compiling Ngrokit NgrokProcess.swift
[91/96] Compiling Ngrokit NgrokProcessCLIAPI.swift
[92/96] Compiling Ngrokit NgrokTunnel.swift
[93/96] Compiling Ngrokit ProcessableProcess.swift
[94/96] Compiling Ngrokit NgrokClient.swift
[95/96] Compiling Ngrokit NgrokError.swift
[96/96] Compiling Ngrokit TunnelRequest.swift
Build of target: 'Ngrokit' complete! (2.90s)
     238
3	/Users/admin/builder/spi-builder-workspace/.docs/brightdigit/ngrokit/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/brightdigit/ngrokit/main
File count: 238
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-brightdigit-ngrokit-main-c16c6730.zip to s3://spi-docs-inbox/prod-brightdigit-ngrokit-main-c16c6730.zip
Copying... [12%]
Copying... [24%]
Copying... [36%]
Copying... [48%]
Copying... [61%]
Copying... [73%]
Copying... [85%]
Copying... [97%]
Copying... [100%]
Done.