The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Harbor, reference main (73cd73), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 23:26:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/javiermanzo/Harbor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/javiermanzo/Harbor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 73cd731 Merge pull request #36 from javiermanzo/release/3.0.0
Cloned https://github.com/javiermanzo/Harbor.git
Revision (git rev-parse @):
73cd731f27a20a5ad2ed9b450852e516cd5fad98
SUCCESS checkout https://github.com/javiermanzo/Harbor.git at main
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.81s)
Computing version for https://github.com/javiermanzo/LogBird
Computed https://github.com/javiermanzo/LogBird at 1.0.0 (1.39s)
Creating working copy for https://github.com/javiermanzo/LogBird
Working copy of https://github.com/javiermanzo/LogBird resolved at 1.0.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "harbor",
      "name": "Harbor",
      "url": "https://github.com/javiermanzo/Harbor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Harbor",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "logbird",
          "name": "LogBird",
          "url": "https://github.com/javiermanzo/LogBird",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LogBird",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/javiermanzo/Harbor.git
[1/1594] Fetching harbor
Fetched https://github.com/javiermanzo/Harbor.git from cache (1.19s)
warning: 'harbor': /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 from cache
Fetched https://github.com/javiermanzo/LogBird from cache (0.47s)
Computing version for https://github.com/javiermanzo/LogBird
Computed https://github.com/javiermanzo/LogBird at 1.0.0 (0.57s)
Creating working copy for https://github.com/javiermanzo/LogBird
Working copy of https://github.com/javiermanzo/LogBird resolved at 1.0.0
Creating working copy for https://github.com/javiermanzo/Harbor.git
Working copy of https://github.com/javiermanzo/Harbor.git resolved at main (73cd731)
warning: 'harbor': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Harbor/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>
warning: '.resolve-product-dependencies': dependency 'harbor' is not used by any target
Found 1 product dependencies
  - LogBird
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/javiermanzo/Harbor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/12] Compiling LogBird LBLogsView.swift
[6/12] Compiling LogBird LogsViewModel.swift
[7/12] Compiling LogBird LBLog.swift
[8/12] Compiling LogBird LBManager.swift
[9/12] Compiling LogBird LBLogLevel.swift
[10/12] Compiling LogBird LogBird.swift
[11/12] Compiling LogBird LBLogRowView.swift
[12/12] Emitting module LogBird
[13/28] Compiling Harbor HMocker.swift
[14/28] Compiling Harbor NSMutableData-extension.swift
[15/28] Compiling Harbor PKCS12.swift
[16/29] Compiling Harbor SHA256.swift
[17/29] Compiling Harbor HmTLS.swift
[18/29] Compiling Harbor HMock.swift
[19/29] Compiling Harbor HRequestProtocol.swift
[20/29] Compiling Harbor HResponse.swift
[21/29] Compiling Harbor HURLSessionDelegate.swift
[22/29] Compiling Harbor Harbor.swift
[23/29] Emitting module Harbor
[24/29] Compiling Harbor HAuthProviderProtocol.swift
[25/29] Compiling Harbor HConfig.swift
[26/29] Compiling Harbor HDebugRequestProtocol.swift
[27/29] Compiling Harbor HHttpMethod.swift
[28/29] Compiling Harbor HRequestError.swift
[29/29] Compiling Harbor HRequestManager.swift
[30/37] Compiling HarborJRPC HarborJRPC.swift
[31/37] Compiling HarborJRPC HJRPCRequestError.swift
[32/37] Compiling HarborJRPC HJRPCResponse.swift
[33/37] Compiling HarborJRPC HJRPCRequestProtocol.swift
[34/37] Compiling HarborJRPC HJRPCRequestManager.swift
[35/37] Emitting module HarborJRPC
[36/37] Compiling HarborJRPC HJRPCConfig.swift
[37/37] Compiling HarborJRPC HJSONRPCResponse.swift
Build complete! (12.09s)
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>
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.