The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of replicate-kit-swift, reference main (1e7cea), with Swift 5.10 for macOS (SPM) on 14 Sep 2024 19:30:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/igor11191708/replicate-kit-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/igor11191708/replicate-kit-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1e7ceaf Update .spi.yml
Cloned https://github.com/igor11191708/replicate-kit-swift.git
Revision (git rev-parse @):
1e7ceaf765764c477437f5bae6ebc64285c913d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/igor11191708/replicate-kit-swift.git at main
Fetching https://github.com/The-Igor/async-http-client.git
Fetching https://github.com/The-Igor/retry-policy-service.git
[1/884] Fetching async-http-client
[81/979] Fetching async-http-client, retry-policy-service
Fetched https://github.com/The-Igor/retry-policy-service.git from cache (1.27s)
Fetched https://github.com/The-Igor/async-http-client.git from cache (1.27s)
Computing version for https://github.com/The-Igor/async-http-client.git
Computed https://github.com/The-Igor/async-http-client.git at 1.4.6 (0.63s)
Computing version for https://github.com/The-Igor/retry-policy-service.git
Computed https://github.com/The-Igor/retry-policy-service.git at 1.0.1 (0.66s)
Creating working copy for https://github.com/The-Igor/async-http-client.git
Working copy of https://github.com/The-Igor/async-http-client.git resolved at 1.4.6
Creating working copy for https://github.com/The-Igor/retry-policy-service.git
Working copy of https://github.com/The-Igor/retry-policy-service.git resolved at 1.0.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": "replicate-kit-swift",
      "name": "replicate-kit-swift",
      "url": "https://github.com/igor11191708/replicate-kit-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/replicate-kit-swift",
      "dependencies": [
        {
          "identity": "async-http-client",
          "name": "async-http-client",
          "url": "https://github.com/The-Igor/async-http-client.git",
          "version": "1.4.6",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/async-http-client",
          "dependencies": [
            {
              "identity": "retry-policy-service",
              "name": "retry-policy-service",
              "url": "https://github.com/The-Igor/retry-policy-service.git",
              "version": "1.0.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/retry-policy-service",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/igor11191708/replicate-kit-swift.git
[1/524] Fetching replicate-kit-swift
Fetched https://github.com/igor11191708/replicate-kit-swift.git from cache (1.34s)
Fetching https://github.com/The-Igor/async-http-client.git from cache
Fetched https://github.com/The-Igor/async-http-client.git from cache (0.50s)
Computing version for https://github.com/The-Igor/async-http-client.git
Computed https://github.com/The-Igor/async-http-client.git at 1.4.6 (0.03s)
Fetching https://github.com/The-Igor/retry-policy-service.git from cache
Fetched https://github.com/The-Igor/retry-policy-service.git from cache (0.48s)
Computing version for https://github.com/The-Igor/retry-policy-service.git
Computed https://github.com/The-Igor/retry-policy-service.git at 1.0.1 (0.03s)
Creating working copy for https://github.com/The-Igor/async-http-client.git
Working copy of https://github.com/The-Igor/async-http-client.git resolved at 1.4.6
Creating working copy for https://github.com/The-Igor/retry-policy-service.git
Working copy of https://github.com/The-Igor/retry-policy-service.git resolved at 1.0.1
Creating working copy for https://github.com/igor11191708/replicate-kit-swift.git
Working copy of https://github.com/igor11191708/replicate-kit-swift.git resolved at main (1e7ceaf)
warning: '.resolve-product-dependencies': dependency 'replicate-kit-swift' is not used by any target
Found 1 product dependencies
  - async-http-client
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/igor11191708/replicate-kit-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/8] Compiling retry_policy_service DispatchTimeInterval.swift
[6/8] Compiling retry_policy_service RetryService.swift
[7/8] Emitting module retry_policy_service
[8/8] Compiling retry_policy_service Strategy.swift
[9/29] Emitting module async_http_client
[10/31] Compiling async_http_client Response.swift
[11/31] Compiling async_http_client HttpMethod.swift
[12/31] Compiling async_http_client Status.swift
[13/31] Compiling async_http_client JsonWriter.swift
[14/31] Compiling async_http_client Errors.swift
[15/31] Compiling async_http_client ITaskDelegate.swift
[16/31] Compiling async_http_client RequestHelper.swift
[17/31] Compiling async_http_client SendHelper.swift
[18/31] Compiling async_http_client JsonReader.swift
[19/31] Compiling async_http_client Validate.swift
[20/31] Compiling async_http_client UrlHelper.swift
[21/31] Compiling async_http_client Configuration.swift
[22/31] Compiling async_http_client Direct.swift
[23/31] Compiling async_http_client Http.swift
[24/31] Compiling async_http_client Proxy+.swift
[25/31] Compiling async_http_client Proxy.swift
[26/31] Compiling async_http_client IConfiguration.swift
[27/31] Compiling async_http_client IProxy.swift
[28/31] Compiling async_http_client IResponse.swift
[29/31] Compiling async_http_client IReader.swift
[30/31] Compiling async_http_client IWriter.swift
[31/31] Compiling async_http_client IValidate.swift
[32/41] Compiling replicate_kit_swift CollectionOfModels.swift
[33/42] Compiling replicate_kit_swift HttpBody.swift
[34/42] Compiling replicate_kit_swift Prediction.swift
[35/42] Compiling replicate_kit_swift ReplicateEndpoint.swift
[36/42] Compiling replicate_kit_swift Errors.swift
[37/42] Compiling replicate_kit_swift ResponseError.swift
[38/42] Compiling replicate_kit_swift Model.swift
[39/42] Compiling replicate_kit_swift Expect.swift
[40/42] Emitting module replicate_kit_swift
[41/42] Compiling replicate_kit_swift ReplicateAPI.swift
[42/42] Compiling replicate_kit_swift IEndpoint.swift
Build complete! (7.81s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/igor11191708/replicate-kit-swift/main
Repository:               igor11191708/replicate-kit-swift
Swift version used:       5.10
Target:                   replicate-kit-swift
Extracting symbol information for 'replicate-kit-swift'...
Finished extracting symbol information for 'replicate-kit-swift'. (0.29s)
Building documentation for 'replicate-kit-swift'...
warning: 'ReplicateAPI.Endpoint' doesn't exist at '/replicate_kit_swift/ReplicateAPI/init(baseURL:apiKey:)'
  --> Sources/replicate-kit-swift/ReplicateAPI.swift:60:33-60:54
58 |
59 |     /// - Parameters:
60 +     ///   - baseURL: Base url ``ReplicateAPI.Endpoint`` or currently "https://api.replicate.com/v1/"
61 |     ///   - apiKey: Api key
62 |     public init(
warning: 'ReplicateAPI.Expect' doesn't exist at '/replicate_kit_swift/ReplicateAPI/createPrediction(version:input:expect:webhook:)'
   --> Sources/replicate-kit-swift/ReplicateAPI.swift:99:65-99:84
97  |     ///   - versionId: Version id
98  |     ///   - input: Input data
99  +     ///   - expect: Logic for creating a prediction Check out ``ReplicateAPI.Expect``
100 |     ///  - webhook: An HTTPS URL for receiving a webhook when the prediction has new output.
101 |     /// - Returns: Prediction result
warning: 'Prediction.Status' doesn't exist at '/replicate_kit_swift/ReplicateAPI/getPrediction(by:)'
   --> Sources/replicate-kit-swift/ReplicateAPI.swift:133:33-133:50
131 |
132 |     /// Returns the same response as the create a prediction operation
133 +     /// status will be one of ``Prediction.Status``
134 |     /// In the case of success, output will be an object containing the output of the model. Any files will be represented as URLs. You'll need to pass the Authorization header to request them.
135 |     /// - Parameter id: Prediction id
warning: 'Prediction.Status' doesn't exist at '/replicate_kit_swift/ReplicateAPI/Errors/terminated'
  --> Sources/replicate-kit-swift/error/Errors.swift:22:51-22:68
20 |         case timeout
21 |
22 +         /// Prediction was terminated Check out ``Prediction.Status``
23 |         case terminated
24 |         Finished building documentation for 'replicate-kit-swift' (0.17s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/igor11191708/replicate-kit-swift/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/The-Igor/async-http-client.git
Updating https://github.com/The-Igor/retry-policy-service.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.30s)
Updated https://github.com/The-Igor/async-http-client.git (0.47s)
Updated https://github.com/The-Igor/retry-policy-service.git (0.47s)
Computing version for https://github.com/The-Igor/async-http-client.git
Computed https://github.com/The-Igor/async-http-client.git at 1.4.6 (0.58s)
Computing version for https://github.com/The-Igor/retry-policy-service.git
Computed https://github.com/The-Igor/retry-policy-service.git at 1.0.1 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3074] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
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-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit Relationship.swift
[11/57] Compiling SymbolKit RelationshipKind.swift
[12/57] Compiling SymbolKit SourceOrigin.swift
[13/57] Compiling SymbolKit GenericConstraints.swift
[14/57] Compiling SymbolKit Swift.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit Symbol.swift
[26/57] Compiling SymbolKit SymbolKind.swift
[27/57] Compiling SymbolKit SymbolGraph.swift
[28/57] Compiling SymbolKit GraphCollector.swift
[29/57] Compiling SymbolKit Identifier.swift
[30/57] Compiling SymbolKit KindIdentifier.swift
[31/57] Compiling SymbolKit Location.swift
[32/57] Compiling SymbolKit Mutability.swift
[33/57] Compiling SymbolKit SourceRange.swift
[34/57] Compiling SymbolKit Metadata.swift
[35/57] Compiling SymbolKit Module.swift
[36/57] Compiling SymbolKit OperatingSystem.swift
[37/57] Compiling SymbolKit Platform.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 Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.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! (3.65s)
Building for debugging...
[0/1] Write swift-version-33747A42983211AE.txt
Build complete! (0.15s)
     244
3	/Users/admin/builder/spi-builder-workspace/.docs/igor11191708/replicate-kit-swift/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/igor11191708/replicate-kit-swift/main
File count: 244
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-igor11191708-replicate-kit-swift-main-3930918e.zip to s3://spi-docs-inbox/prod-igor11191708-replicate-kit-swift-main-3930918e.zip
Copying... [13%]
Copying... [26%]
Copying... [40%]
Copying... [53%]
Copying... [66%]
Copying... [79%]
Copying... [92%]
Copying... [100%]
Done.