The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Harbor, reference 3.0.0 (bc68bd), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 18:30:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/javiermanzo/Harbor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/12] Compiling LogBird LogsViewModel.swift
[6/12] Compiling LogBird LBLogsView.swift
[7/12] Compiling LogBird LogBird.swift
[8/12] Compiling LogBird LBManager.swift
[9/12] Compiling LogBird LBLogLevel.swift
[10/12] Emitting module LogBird
[11/12] Compiling LogBird LBLog.swift
[12/12] Compiling LogBird LBLogRowView.swift
[13/28] Compiling Harbor NSMutableData-extension.swift
[14/29] Compiling Harbor HmTLS.swift
[15/29] Compiling Harbor HMock.swift
[16/29] Compiling Harbor PKCS12.swift
[17/29] Compiling Harbor HMocker.swift
[18/29] Compiling Harbor HURLSessionDelegate.swift
[19/29] Compiling Harbor Harbor.swift
[20/29] Compiling Harbor HDebugRequestProtocol.swift
[21/29] Compiling Harbor HHttpMethod.swift
[22/29] Compiling Harbor HRequestProtocol.swift
[23/29] Compiling Harbor HResponse.swift
[24/29] Compiling Harbor SHA256.swift
[25/29] Compiling Harbor HAuthProviderProtocol.swift
[26/29] Compiling Harbor HConfig.swift
[27/29] Emitting module Harbor
[28/29] Compiling Harbor HRequestError.swift
[29/29] Compiling Harbor HRequestManager.swift
[30/37] Compiling HarborJRPC HarborJRPC.swift
[31/37] Compiling HarborJRPC HJRPCRequestProtocol.swift
[32/37] Compiling HarborJRPC HJRPCRequestManager.swift
[33/37] Compiling HarborJRPC HJRPCResponse.swift
[34/37] Compiling HarborJRPC HJRPCRequestError.swift
[35/37] Compiling HarborJRPC HJRPCConfig.swift
[36/37] Emitting module HarborJRPC
[37/37] Compiling HarborJRPC HJSONRPCResponse.swift
Build complete! (12.69s)
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:)' [#DeprecatedDeclaration]
 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:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "Harbor",
 8 |     platforms: [.iOS(.v15), .macOS(.v14)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/javiermanzo/LogBird
[1/130] Fetching logbird
Fetched https://github.com/javiermanzo/LogBird from cache (0.86s)
Computing version for https://github.com/javiermanzo/LogBird
Computed https://github.com/javiermanzo/LogBird at 1.0.0 (1.30s)
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:)' [#DeprecatedDeclaration]
 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:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |     name: "Harbor",
 8 |     platforms: [.iOS(.v15), .macOS(.v14)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.