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 Linux on 3 Dec 2024 10:03:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/Ngrokit.git
Reference: main
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
 * 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
========================================
Build
========================================
Selected platform:         linux
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" : "/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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-openapi-runtime
[1/5362] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.35s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.7.0 (1.18s)
Fetching https://github.com/apple/swift-http-types
[1/671] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.21s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (2.80s)
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
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/14] Emitting module HTTPTypes
[8/15] Compiling HTTPTypes HTTPResponse.swift
[9/15] Compiling HTTPTypes HTTPRequest.swift
[10/15] Compiling HTTPTypes HTTPParsedFields.swift
[11/15] Compiling HTTPTypes ISOLatin1String.swift
[12/15] Compiling HTTPTypes NIOLock.swift
[13/15] Compiling HTTPTypes HTTPField.swift
[14/15] Compiling HTTPTypes HTTPFieldName.swift
[15/15] Compiling HTTPTypes HTTPFields.swift
[17/77] Emitting module OpenAPIRuntime
[18/85] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[19/85] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[20/85] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[21/85] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[22/85] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[23/85] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[24/85] Compiling OpenAPIRuntime MultipartValidation.swift
[25/85] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[26/85] Compiling OpenAPIRuntime URICodeCodingKey.swift
[27/85] Compiling OpenAPIRuntime URICoderConfiguration.swift
[28/85] Compiling OpenAPIRuntime URIEncodedNode.swift
[29/85] Compiling OpenAPIRuntime URIParsedTypes.swift
[30/85] Compiling OpenAPIRuntime URIDecoder.swift
[31/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[32/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[33/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[34/85] Compiling OpenAPIRuntime FoundationExtensions.swift
[35/85] Compiling OpenAPIRuntime ParameterStyles.swift
[36/85] Compiling OpenAPIRuntime ServerVariable.swift
[37/85] Compiling OpenAPIRuntime URLExtensions.swift
[38/85] Compiling OpenAPIRuntime Deprecated.swift
[39/85] Compiling OpenAPIRuntime ClientError.swift
[40/85] Compiling OpenAPIRuntime CodingErrors.swift
[41/85] Compiling OpenAPIRuntime RuntimeError.swift
[42/85] Compiling OpenAPIRuntime ServerError.swift
[43/85] Compiling OpenAPIRuntime CurrencyTypes.swift
[44/85] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[45/85] Compiling OpenAPIRuntime HTTPBody.swift
[46/85] Compiling OpenAPIRuntime ServerTransport.swift
[47/85] Compiling OpenAPIRuntime UniversalClient.swift
[48/85] Compiling OpenAPIRuntime UniversalServer.swift
[49/85] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[50/85] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[51/85] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[52/85] Compiling OpenAPIRuntime CodableExtensions.swift
[53/85] Compiling OpenAPIRuntime Configuration.swift
[54/85] Compiling OpenAPIRuntime Converter+Client.swift
[55/85] Compiling OpenAPIRuntime Converter+Common.swift
[56/85] Compiling OpenAPIRuntime Converter+Server.swift
[57/85] Compiling OpenAPIRuntime Converter.swift
[58/85] Compiling OpenAPIRuntime CurrencyExtensions.swift
[59/85] Compiling OpenAPIRuntime ErrorExtensions.swift
[60/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[61/85] Compiling OpenAPIRuntime URIEncoder.swift
[62/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[63/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[64/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[65/85] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[66/85] Compiling OpenAPIRuntime URIParser.swift
[67/85] Compiling OpenAPIRuntime URISerializer.swift
[68/85] Compiling OpenAPIRuntime Acceptable.swift
[69/85] Compiling OpenAPIRuntime Base64EncodedData.swift
[70/85] Compiling OpenAPIRuntime ByteUtilities.swift
[71/85] Compiling OpenAPIRuntime ContentDisposition.swift
[72/85] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[73/85] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[74/85] Compiling OpenAPIRuntime OpenAPIValue.swift
[75/85] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[76/85] Compiling OpenAPIRuntime UndocumentedPayload.swift
[77/85] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[78/85] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[79/85] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[80/85] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[81/85] Compiling OpenAPIRuntime ServerSentEvents.swift
[82/85] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[83/85] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[84/85] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[85/85] Compiling OpenAPIRuntime ClientTransport.swift
[87/89] Compiling NgrokOpenAPIClient Client.swift
[88/89] Emitting module NgrokOpenAPIClient
[89/89] Compiling NgrokOpenAPIClient Types.swift
[91/105] Compiling Ngrokit RuntimeError.swift
[92/105] Compiling Ngrokit TerminationReason.swift
[93/106] Compiling Ngrokit Processable.swift
/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)
[94/106] Compiling Ngrokit ProcessableProcess.swift
/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)
[95/106] Compiling Ngrokit NgrokMacProcess.swift
[96/106] Compiling Ngrokit NgrokProcess.swift
[97/106] Compiling Ngrokit TunnelRequest.swift
[98/106] Compiling Ngrokit NgrokProcessCLIAPI.swift
[99/106] Compiling Ngrokit NgrokTunnel.swift
[100/106] Compiling Ngrokit NgrokTunnelConfiguration.swift
/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 |
[101/106] Compiling Ngrokit Pipable.swift
/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 |
[102/106] Emitting module Ngrokit
[103/106] Compiling Ngrokit NgrokClient.swift
[104/106] Compiling Ngrokit NgrokError.swift
[105/106] Compiling Ngrokit FileHandle.swift
[106/106] Compiling Ngrokit NgrokCLIAPI.swift
[108/115] Compiling NgrokitMocks MockNgrokCLIAPI.swift
[109/115] Compiling NgrokitMocks MockNgrokProcess.swift
[110/115] Compiling NgrokitMocks MockProcess.swift
/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 |
[111/115] Compiling NgrokitMocks URL.swift
/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 |
[112/115] Compiling NgrokitMocks MockPipe.swift
[113/115] Emitting module NgrokitMocks
[114/115] Compiling NgrokitMocks MockDataHandle.swift
[115/115] Compiling NgrokitMocks MockAPI.swift
Build complete! (31.77s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.