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 WebOSClient, reference main (14ce35), with Swift 5.9 for macOS (SPM) on 21 Dec 2024 08:53:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jareksedy/WebOSClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jareksedy/WebOSClient
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 14ce35d Merge pull request #8 from hmduc1603/main
Cloned https://github.com/jareksedy/WebOSClient.git
Revision (git rev-parse @):
14ce35d71682499c8f543f0810ee1ef28751fea5
SUCCESS checkout https://github.com/jareksedy/WebOSClient.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/jareksedy/WebOSClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/28] Emitting module WebOSClient
[2/31] Compiling WebOSClient WebOSResponseCurrentWidget.swift
[3/31] Compiling WebOSClient WebOSResponseDevice.swift
[4/31] Compiling WebOSClient WebOSResponseForegroundAppInfo.swift
[5/31] Compiling WebOSClient WebOSResponseType.swift
[6/31] Compiling WebOSClient WebOSSoundOutputType.swift
[7/31] Compiling WebOSClient WebOSClient.swift
[8/31] Compiling WebOSClient Logging.swift
[9/31] Compiling WebOSClient SendPing.swift
[10/31] Compiling WebOSClient WebOSRequest.swift
[11/31] Compiling WebOSClient WebOSResponsePayload.swift
[12/31] Compiling WebOSClient WebOSResponseVolumeStatus.swift
[13/31] Compiling WebOSClient WebOSClientDelegate.swift
[14/31] Compiling WebOSClient WebOSKeyTargetProtocol.swift
[15/31] Compiling WebOSClient WebOSTargetProtocol.swift
[16/31] Compiling WebOSClient WebOSKeyTarget.swift
[17/31] Compiling WebOSClient WebOSRequestSigned.swift
[18/31] Compiling WebOSClient WebOSResponse.swift
[19/31] Compiling WebOSClient WebOSResponseApplication.swift
[20/31] Compiling WebOSClient WebOSRequestManifest.swift
[21/31] Compiling WebOSClient WebOSRequestPayload.swift
[22/31] Compiling WebOSClient WebOSRequestSignature.swift
[23/31] Compiling WebOSClient WebOSTarget.swift
[24/31] Compiling WebOSClient WebOSPairingType.swift
[25/31] Compiling WebOSClient WebOSRequestType.swift
[26/31] Compiling WebOSClient Encodable.swift
[27/31] Compiling WebOSClient Message.swift
[28/31] Compiling WebOSClient String.swift
[29/31] Compiling WebOSClient WebOSClientProtocol.swift
[30/31] Compiling WebOSClient WebOSKeyTargetExtension.swift
[31/31] Compiling WebOSClient WebOSTargetExtension.swift
Build complete! (6.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WebOSClient",
  "name" : "WebOSClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "WebOSClient",
      "targets" : [
        "WebOSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebOSClientTests",
      "module_type" : "SwiftTarget",
      "name" : "WebOSClientTests",
      "path" : "Tests/WebOSClientTests",
      "sources" : [
        "WebOSClientTests.swift"
      ],
      "target_dependencies" : [
        "WebOSClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebOSClient",
      "module_type" : "SwiftTarget",
      "name" : "WebOSClient",
      "path" : "Sources/WebOSClient",
      "product_memberships" : [
        "WebOSClient"
      ],
      "sources" : [
        "Extensions/Encodable.swift",
        "Extensions/Message.swift",
        "Extensions/String.swift",
        "Extensions/WebOSClientExtensions/Logging.swift",
        "Extensions/WebOSClientExtensions/SendPing.swift",
        "Models/Request/WebOSRequest.swift",
        "Models/Request/WebOSRequestManifest.swift",
        "Models/Request/WebOSRequestPayload.swift",
        "Models/Request/WebOSRequestSignature.swift",
        "Models/Request/WebOSRequestSigned.swift",
        "Models/Response/WebOSResponse.swift",
        "Models/Response/WebOSResponseApplication.swift",
        "Models/Response/WebOSResponseCurrentWidget.swift",
        "Models/Response/WebOSResponseDevice.swift",
        "Models/Response/WebOSResponseForegroundAppInfo.swift",
        "Models/Response/WebOSResponsePayload.swift",
        "Models/Response/WebOSResponseVolumeStatus.swift",
        "Protocols/WebOSClientDelegate.swift",
        "Protocols/WebOSClientProtocol.swift",
        "Targets/Extensions/WebOSKeyTargetExtension.swift",
        "Targets/Extensions/WebOSTargetExtension.swift",
        "Targets/Protocols/WebOSKeyTargetProtocol.swift",
        "Targets/Protocols/WebOSTargetProtocol.swift",
        "Targets/WebOSKeyTarget.swift",
        "Targets/WebOSTarget.swift",
        "Types/WebOSPairingType.swift",
        "Types/WebOSRequestType.swift",
        "Types/WebOSResponseType.swift",
        "Types/WebOSSoundOutputType.swift",
        "WebOSClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.