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 Harbor, reference 3.0.0 (bc68bd), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 05:05:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/javiermanzo/Harbor.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/javiermanzo/Harbor
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at bc68bdc Fix podspec
Cloned https://github.com/javiermanzo/Harbor.git
Revision (git rev-parse @):
bc68bdc06c849c748d44456bb5b9585144a2e98c
SUCCESS checkout https://github.com/javiermanzo/Harbor.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/javiermanzo/Harbor.git
https://github.com/javiermanzo/Harbor.git
{
  "dependencies" : [
    {
      "identity" : "logbird",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/javiermanzo/LogBird"
    }
  ],
  "manifest_display_name" : "Harbor",
  "name" : "Harbor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Harbor",
      "targets" : [
        "Harbor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HarborJRPC",
      "targets" : [
        "HarborJRPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "HarborTests",
      "module_type" : "SwiftTarget",
      "name" : "HarborTests",
      "path" : "Tests/HarborTests",
      "sources" : [
        "HarborBodyTests.swift",
        "HarborMockTests.swift",
        "HarborRequestManagerAuthTests.swift",
        "HarborSHA256Tests.swift",
        "HarborTests.swift",
        "Mocks/MockModel.swift",
        "Mocks/MocksRequest.swift"
      ],
      "target_dependencies" : [
        "Harbor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HarborJRPCTests",
      "module_type" : "SwiftTarget",
      "name" : "HarborJRPCTests",
      "path" : "Tests/HarborJRPCTests",
      "sources" : [
        "HarborJRPCTests.swift"
      ],
      "target_dependencies" : [
        "HarborJRPC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HarborJRPC",
      "module_type" : "SwiftTarget",
      "name" : "HarborJRPC",
      "path" : "Sources/HarborJRPC",
      "product_memberships" : [
        "HarborJRPC"
      ],
      "sources" : [
        "HJRPCConfig.swift",
        "HJRPCRequestError.swift",
        "HJRPCRequestManager.swift",
        "HJRPCRequestProtocol.swift",
        "HJRPCResponse.swift",
        "HJSONRPCResponse.swift",
        "HarborJRPC.swift"
      ],
      "target_dependencies" : [
        "Harbor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Harbor",
      "module_type" : "SwiftTarget",
      "name" : "Harbor",
      "path" : "Sources/Harbor",
      "product_dependencies" : [
        "LogBird"
      ],
      "product_memberships" : [
        "Harbor",
        "HarborJRPC"
      ],
      "sources" : [
        "HAuthProviderProtocol.swift",
        "HConfig.swift",
        "HDebugRequestProtocol.swift",
        "HHttpMethod.swift",
        "HRequestError.swift",
        "HRequestManager.swift",
        "HRequestProtocol.swift",
        "HResponse.swift",
        "HURLSessionDelegate.swift",
        "Harbor.swift",
        "HmTLS.swift",
        "Mock/HMock.swift",
        "Mock/HMocker.swift",
        "Utils/NSMutableData-extension.swift",
        "Utils/PKCS12.swift",
        "Utils/SHA256.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 4 | import PackageDescription
 5 |
 6 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "Harbor",
 8 |     platforms: [.iOS(.v15), .macOS(.v14)],
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/12] Compiling LogBird LogsViewModel.swift
[6/12] Compiling LogBird LogBird.swift
[7/12] Compiling LogBird LBLogLevel.swift
[8/12] Compiling LogBird LBLog.swift
[9/12] Compiling LogBird LBLogsView.swift
[10/12] Compiling LogBird LBLogRowView.swift
[11/12] Compiling LogBird LBManager.swift
[12/12] Emitting module LogBird
[13/28] Compiling Harbor HmTLS.swift
[14/28] Compiling Harbor HMock.swift
[15/29] Compiling Harbor HMocker.swift
[16/29] Compiling Harbor PKCS12.swift
[17/29] Compiling Harbor NSMutableData-extension.swift
[18/29] Compiling Harbor SHA256.swift
[19/29] Compiling Harbor HURLSessionDelegate.swift
[20/29] Compiling Harbor Harbor.swift
[21/29] Compiling Harbor HRequestProtocol.swift
[22/29] Compiling Harbor HResponse.swift
[23/29] Compiling Harbor HDebugRequestProtocol.swift
[24/29] Compiling Harbor HHttpMethod.swift
[25/29] Emitting module Harbor
[26/29] Compiling Harbor HAuthProviderProtocol.swift
[27/29] Compiling Harbor HConfig.swift
[28/29] Compiling Harbor HRequestError.swift
[29/29] Compiling Harbor HRequestManager.swift
[30/37] Compiling HarborJRPC HJRPCResponse.swift
[31/37] Compiling HarborJRPC HarborJRPC.swift
[32/37] Compiling HarborJRPC HJSONRPCResponse.swift
[33/37] Compiling HarborJRPC HJRPCRequestError.swift
[34/37] Compiling HarborJRPC HJRPCRequestProtocol.swift
[35/37] Emitting module HarborJRPC
[36/37] Compiling HarborJRPC HJRPCConfig.swift
[37/37] Compiling HarborJRPC HJRPCRequestManager.swift
Build complete! (13.95s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 4 | import PackageDescription
 5 |
 6 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "Harbor",
 8 |     platforms: [.iOS(.v15), .macOS(.v14)],
Fetching https://github.com/javiermanzo/LogBird
[2/130] Fetching logbird
Fetched https://github.com/javiermanzo/LogBird from cache (0.79s)
Computing version for https://github.com/javiermanzo/LogBird
Computed https://github.com/javiermanzo/LogBird at 1.0.0 (1.28s)
Creating working copy for https://github.com/javiermanzo/LogBird
Working copy of https://github.com/javiermanzo/LogBird resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "logbird",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/javiermanzo/LogBird"
    }
  ],
  "manifest_display_name" : "Harbor",
  "name" : "Harbor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Harbor",
      "targets" : [
        "Harbor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HarborJRPC",
      "targets" : [
        "HarborJRPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "HarborTests",
      "module_type" : "SwiftTarget",
      "name" : "HarborTests",
      "path" : "Tests/HarborTests",
      "sources" : [
        "HarborBodyTests.swift",
        "HarborMockTests.swift",
        "HarborRequestManagerAuthTests.swift",
        "HarborSHA256Tests.swift",
        "HarborTests.swift",
        "Mocks/MockModel.swift",
        "Mocks/MocksRequest.swift"
      ],
      "target_dependencies" : [
        "Harbor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HarborJRPCTests",
      "module_type" : "SwiftTarget",
      "name" : "HarborJRPCTests",
      "path" : "Tests/HarborJRPCTests",
      "sources" : [
        "HarborJRPCTests.swift"
      ],
      "target_dependencies" : [
        "HarborJRPC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HarborJRPC",
      "module_type" : "SwiftTarget",
      "name" : "HarborJRPC",
      "path" : "Sources/HarborJRPC",
      "product_memberships" : [
        "HarborJRPC"
      ],
      "sources" : [
        "HJRPCConfig.swift",
        "HJRPCRequestError.swift",
        "HJRPCRequestManager.swift",
        "HJRPCRequestProtocol.swift",
        "HJRPCResponse.swift",
        "HJSONRPCResponse.swift",
        "HarborJRPC.swift"
      ],
      "target_dependencies" : [
        "Harbor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Harbor",
      "module_type" : "SwiftTarget",
      "name" : "Harbor",
      "path" : "Sources/Harbor",
      "product_dependencies" : [
        "LogBird"
      ],
      "product_memberships" : [
        "Harbor",
        "HarborJRPC"
      ],
      "sources" : [
        "HAuthProviderProtocol.swift",
        "HConfig.swift",
        "HDebugRequestProtocol.swift",
        "HHttpMethod.swift",
        "HRequestError.swift",
        "HRequestManager.swift",
        "HRequestProtocol.swift",
        "HResponse.swift",
        "HURLSessionDelegate.swift",
        "Harbor.swift",
        "HmTLS.swift",
        "Mock/HMock.swift",
        "Mock/HMocker.swift",
        "Utils/NSMutableData-extension.swift",
        "Utils/PKCS12.swift",
        "Utils/SHA256.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 4 | import PackageDescription
 5 |
 6 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "Harbor",
 8 |     platforms: [.iOS(.v15), .macOS(.v14)],
Done.