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 1.0.0 (fd42d9), with Swift 6.1 for Linux on 29 Apr 2025 07:49:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/Ngrokit.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/brightdigit/Ngrokit
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/Ngrokit.git
https://github.com/brightdigit/Ngrokit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime
[1/5672] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.57s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (1.45s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.46s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.03s)
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/14] Compiling HTTPTypes HTTPField.swift
[8/14] Emitting module HTTPTypes
[9/14] Compiling HTTPTypes HTTPFieldName.swift
[10/15] Compiling HTTPTypes HTTPResponse.swift
[11/15] Compiling HTTPTypes ISOLatin1String.swift
[12/15] Compiling HTTPTypes NIOLock.swift
[13/15] Compiling HTTPTypes HTTPParsedFields.swift
[14/15] Compiling HTTPTypes HTTPRequest.swift
[15/15] Compiling HTTPTypes HTTPFields.swift
[17/77] Emitting module OpenAPIRuntime
[18/85] Compiling OpenAPIRuntime FoundationExtensions.swift
[19/85] Compiling OpenAPIRuntime ParameterStyles.swift
[20/85] Compiling OpenAPIRuntime ServerVariable.swift
[21/85] Compiling OpenAPIRuntime URLExtensions.swift
[22/85] Compiling OpenAPIRuntime Deprecated.swift
[23/85] Compiling OpenAPIRuntime ClientError.swift
[24/85] Compiling OpenAPIRuntime CodingErrors.swift
[25/85] Compiling OpenAPIRuntime RuntimeError.swift
[26/85] Compiling OpenAPIRuntime ServerError.swift
[27/85] Compiling OpenAPIRuntime URICodeCodingKey.swift
[28/85] Compiling OpenAPIRuntime URICoderConfiguration.swift
[29/85] Compiling OpenAPIRuntime URIEncodedNode.swift
[30/85] Compiling OpenAPIRuntime URIParsedTypes.swift
[31/85] Compiling OpenAPIRuntime URIDecoder.swift
[32/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[33/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[34/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[35/85] Compiling OpenAPIRuntime Acceptable.swift
[36/85] Compiling OpenAPIRuntime Base64EncodedData.swift
[37/85] Compiling OpenAPIRuntime ByteUtilities.swift
[38/85] Compiling OpenAPIRuntime ContentDisposition.swift
[39/85] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[40/85] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[41/85] Compiling OpenAPIRuntime OpenAPIValue.swift
[42/85] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[43/85] Compiling OpenAPIRuntime UndocumentedPayload.swift
[44/85] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[45/85] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[46/85] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[47/85] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[48/85] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[49/85] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[50/85] Compiling OpenAPIRuntime MultipartValidation.swift
[51/85] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[52/85] Compiling OpenAPIRuntime CurrencyTypes.swift
[53/85] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[54/85] Compiling OpenAPIRuntime HTTPBody.swift
[55/85] Compiling OpenAPIRuntime ServerTransport.swift
[56/85] Compiling OpenAPIRuntime UniversalClient.swift
[57/85] Compiling OpenAPIRuntime UniversalServer.swift
[58/85] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[59/85] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[60/85] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[61/85] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[62/85] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[63/85] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[64/85] Compiling OpenAPIRuntime ServerSentEvents.swift
[65/85] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[66/85] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[67/85] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[68/85] Compiling OpenAPIRuntime ClientTransport.swift
[69/85] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[70/85] Compiling OpenAPIRuntime CodableExtensions.swift
[71/85] Compiling OpenAPIRuntime Configuration.swift
[72/85] Compiling OpenAPIRuntime Converter+Client.swift
[73/85] Compiling OpenAPIRuntime Converter+Common.swift
[74/85] Compiling OpenAPIRuntime Converter+Server.swift
[75/85] Compiling OpenAPIRuntime Converter.swift
[76/85] Compiling OpenAPIRuntime CurrencyExtensions.swift
[77/85] Compiling OpenAPIRuntime ErrorExtensions.swift
[78/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[79/85] Compiling OpenAPIRuntime URIEncoder.swift
[80/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[81/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[82/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[83/85] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[84/85] Compiling OpenAPIRuntime URIParser.swift
[85/85] Compiling OpenAPIRuntime URISerializer.swift
[87/89] Emitting module NgrokOpenAPIClient
[88/89] Compiling NgrokOpenAPIClient Client.swift
[89/89] Compiling NgrokOpenAPIClient Types.swift
[91/105] Compiling Ngrokit NgrokMacProcess.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[92/105] Compiling Ngrokit NgrokProcess.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[93/106] Compiling Ngrokit NgrokTunnelConfiguration.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Ngrokit/NgrokTunnelConfiguration.swift:33:10: warning: public import of 'FoundationNetworking' was not used in public declarations or inlinable code
31 |
32 | #if canImport(FoundationNetworking)
33 |   public import FoundationNetworking
   |          `- warning: public import of 'FoundationNetworking' was not used in public declarations or inlinable code
34 | #endif
35 |
[94/106] Compiling Ngrokit Pipable.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Ngrokit/NgrokTunnelConfiguration.swift:33:10: warning: public import of 'FoundationNetworking' was not used in public declarations or inlinable code
31 |
32 | #if canImport(FoundationNetworking)
33 |   public import FoundationNetworking
   |          `- warning: public import of 'FoundationNetworking' was not used in public declarations or inlinable code
34 | #endif
35 |
[95/106] Compiling Ngrokit NgrokProcessCLIAPI.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[96/106] Compiling Ngrokit NgrokTunnel.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[97/106] Compiling Ngrokit RuntimeError.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[98/106] Compiling Ngrokit TerminationReason.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[99/106] Compiling Ngrokit Processable.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Ngrokit/ProcessableProcess.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if os(macOS)
[100/106] Compiling Ngrokit ProcessableProcess.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Ngrokit/ProcessableProcess.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if os(macOS)
[101/106] Emitting module Ngrokit
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[102/106] Compiling Ngrokit FileHandle.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[103/106] Compiling Ngrokit NgrokCLIAPI.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[104/106] Compiling Ngrokit NgrokClient.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[105/106] Compiling Ngrokit NgrokError.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[106/106] Compiling Ngrokit TunnelRequest.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[108/115] Compiling NgrokitMocks MockNgrokProcess.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[109/115] Compiling NgrokitMocks URL.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/NgrokitMocks/URL.swift:33:11: warning: package import of 'FoundationNetworking' was not used in package declarations
31 |
32 | #if canImport(FoundationNetworking)
33 |   package import FoundationNetworking
   |           `- warning: package import of 'FoundationNetworking' was not used in package declarations
34 | #endif
35 |
[110/115] Compiling NgrokitMocks MockNgrokCLIAPI.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[111/115] Compiling NgrokitMocks MockDataHandle.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[112/115] Emitting module NgrokitMocks
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[113/115] Compiling NgrokitMocks MockAPI.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[114/115] Compiling NgrokitMocks MockProcess.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/NgrokitMocks/MockProcess.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 | public import Ngrokit
32 |
[115/115] Compiling NgrokitMocks MockPipe.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
Build complete! (25.58s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.