This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 swift-openapi-runtime with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/swift-openapi-runtime.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/swift-openapi-runtime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e37d38d Improved Encoding/Decoding error descriptions (#28)
Cloned https://github.com/tuist/swift-openapi-runtime.git
Revision (git rev-parse @):
e37d38d05c9d3cb8b8fe0cc5bc4b37099c980013
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/tuist/swift-openapi-runtime.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/tuist/swift-openapi-runtime.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/30] Compiling OpenAPIRuntime CurrencyTypes.swift
[6/30] Compiling OpenAPIRuntime ServerTransport.swift
[7/32] Compiling OpenAPIRuntime Converter.swift
[8/32] Compiling OpenAPIRuntime CurrencyExtensions.swift
[9/32] Compiling OpenAPIRuntime ErrorExtensions.swift
[10/32] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[11/32] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[12/32] Compiling OpenAPIRuntime _AutoLosslessStringConvertible.swift
[13/32] Compiling OpenAPIRuntime ServerError.swift
[14/32] Compiling OpenAPIRuntime ClientTransport.swift
[15/32] Compiling OpenAPIRuntime CommonOutputPayloads.swift
[16/32] Compiling OpenAPIRuntime EncodableBodyContent.swift
[17/32] Compiling OpenAPIRuntime OpenAPIValue.swift
[18/32] Emitting module OpenAPIRuntime
[19/32] Compiling OpenAPIRuntime _StringConvertible.swift
[20/32] Compiling OpenAPIRuntime CodableExtensions.swift
[21/32] Compiling OpenAPIRuntime Configuration.swift
[22/32] Compiling OpenAPIRuntime ClientError.swift
[23/32] Compiling OpenAPIRuntime CodingErrors.swift
[24/32] Compiling OpenAPIRuntime RuntimeError.swift
[25/32] Compiling OpenAPIRuntime Converter+Client.swift
[26/32] Compiling OpenAPIRuntime Converter+Common.swift
[27/32] Compiling OpenAPIRuntime Converter+Server.swift
[28/32] Compiling OpenAPIRuntime FoundationExtensions.swift
[29/32] Compiling OpenAPIRuntime URLExtensions.swift
[30/32] Compiling OpenAPIRuntime Deprecated.swift
[31/32] Compiling OpenAPIRuntime UniversalClient.swift
[32/32] Compiling OpenAPIRuntime UniversalServer.swift
Build complete! (40.46s)
Fetching https://github.com/apple/swift-docc-plugin
[1/1458] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.51s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.00s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2858] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.36s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.73s)
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
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-openapi-runtime",
  "name" : "swift-openapi-runtime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIRuntime",
      "targets" : [
        "OpenAPIRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIRuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIRuntimeTests",
      "path" : "Tests/OpenAPIRuntimeTests",
      "sources" : [
        "Base/Test_OpenAPIValue.swift",
        "Base/Test_StringConvertible.swift",
        "Conversion/Test_CodableExtensions.swift",
        "Conversion/Test_Converter+Client.swift",
        "Conversion/Test_Converter+Common.swift",
        "Conversion/Test_Converter+Server.swift",
        "Conversion/Test_CurrencyExtensions.swift",
        "Conversion/Test_FoundationExtensions.swift",
        "Interface/Test_CurrencyTypes.swift",
        "Interface/Test_UniversalServer.swift",
        "Test_Runtime.swift"
      ],
      "target_dependencies" : [
        "OpenAPIRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIRuntime",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIRuntime",
      "path" : "Sources/OpenAPIRuntime",
      "product_memberships" : [
        "OpenAPIRuntime"
      ],
      "sources" : [
        "Base/CommonOutputPayloads.swift",
        "Base/EncodableBodyContent.swift",
        "Base/OpenAPIValue.swift",
        "Base/PrettyStringConvertible.swift",
        "Base/WarningSuppressingAnnotations.swift",
        "Base/_AutoLosslessStringConvertible.swift",
        "Base/_StringConvertible.swift",
        "Conversion/CodableExtensions.swift",
        "Conversion/Configuration.swift",
        "Conversion/Converter+Client.swift",
        "Conversion/Converter+Common.swift",
        "Conversion/Converter+Server.swift",
        "Conversion/Converter.swift",
        "Conversion/CurrencyExtensions.swift",
        "Conversion/ErrorExtensions.swift",
        "Conversion/FoundationExtensions.swift",
        "Conversion/URLExtensions.swift",
        "Deprecated/Deprecated.swift",
        "Errors/ClientError.swift",
        "Errors/CodingErrors.swift",
        "Errors/RuntimeError.swift",
        "Errors/ServerError.swift",
        "Interface/ClientTransport.swift",
        "Interface/CurrencyTypes.swift",
        "Interface/ServerTransport.swift",
        "Interface/UniversalClient.swift",
        "Interface/UniversalServer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.