The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Erik, reference 5.1.0 (109a13), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:02:45 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/phimage/Erik.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/phimage/Erik
 * tag               5.1.0      -> FETCH_HEAD
HEAD is now at 109a130 Update package swift
Cloned https://github.com/phimage/Erik.git
Revision (git rev-parse @):
109a130e9cdb00789a43a7a625293eeb12d22989
SUCCESS checkout https://github.com/phimage/Erik.git at 5.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/phimage/Erik.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/30] Compiling BrightFutures SequenceType+BrightFutures.swift
[7/31] Compiling Kanna resource_bundle_accessor.swift
[8/31] Compiling BrightFutures ResultProtocol.swift
[9/31] Compiling BrightFutures SwiftConcurrency+BrightFutures.swift
[10/31] Compiling BrightFutures MutableAsyncType.swift
[11/31] Compiling BrightFutures NSOperationQueue+BrightFutures.swift
[12/31] Compiling BrightFutures InvalidationToken.swift
[13/31] Compiling BrightFutures MutableAsyncType+ResultType.swift
[14/31] Compiling BrightFutures Dispatch+BrightFutures.swift
[15/31] Compiling BrightFutures Errors.swift
[16/31] Compiling BrightFutures ExecutionContext.swift
[17/31] Compiling BrightFutures Future.swift
[18/31] Compiling BrightFutures AsyncType+ResultType.swift
[19/31] Compiling BrightFutures AsyncType.swift
[20/31] Emitting module BrightFutures
[21/31] Compiling BrightFutures Async.swift
[22/31] Compiling BrightFutures AsyncType+Debug.swift
[23/31] Compiling BrightFutures Promise.swift
[24/31] Compiling BrightFutures Result+BrightFutures.swift
[25/31] Compiling Kanna libxmlParserOption.swift
[26/31] Compiling Kanna Kanna.swift
[27/31] Compiling Kanna libxmlHTMLNode.swift
[28/31] Compiling Kanna libxmlHTMLDocument.swift
[29/31] Compiling Kanna Deprecated.swift
[30/31] Emitting module Kanna
[31/31] Compiling Kanna CSS.swift
[32/36] Emitting module Erik
/Users/admin/builder/spi-builder-workspace/Sources/Future/Future.swift:122:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
120 | extension Form {
121 |
122 |     open func submitFuture() -> Future<Any?, FutureError> {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
123 |         let promise = Promise<Any?, FutureError>()
124 |
/Users/admin/builder/spi-builder-workspace/Sources/Future/Future.swift:140:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
138 |     }
139 |
140 |     open func resetFuture() -> Future<Any?, FutureError> {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
141 |         let promise = Promise<Any?, FutureError>()
142 |
[33/36] Compiling Erik Erik.swift
[34/36] Compiling Erik LayoutEngine.swift
[35/36] Compiling Erik Document.swift
[36/36] Compiling Erik Future.swift
/Users/admin/builder/spi-builder-workspace/Sources/Future/Future.swift:122:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
120 | extension Form {
121 |
122 |     open func submitFuture() -> Future<Any?, FutureError> {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
123 |         let promise = Promise<Any?, FutureError>()
124 |
/Users/admin/builder/spi-builder-workspace/Sources/Future/Future.swift:140:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
138 |     }
139 |
140 |     open func resetFuture() -> Future<Any?, FutureError> {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
141 |         let promise = Promise<Any?, FutureError>()
142 |
Build complete! (15.41s)
Fetching https://github.com/tid-kijyun/Kanna.git
Fetching https://github.com/Thomvis/BrightFutures.git
Fetching https://github.com/nvzqz/FileKit.git
[1/4067] Fetching brightfutures
[42/7190] Fetching brightfutures, filekit
[474/9547] Fetching brightfutures, filekit, kanna
Fetched https://github.com/tid-kijyun/Kanna.git from cache (2.39s)
Fetched https://github.com/nvzqz/FileKit.git from cache (2.39s)
Fetched https://github.com/Thomvis/BrightFutures.git from cache (2.39s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (2.93s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (0.49s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (0.52s)
Creating working copy for https://github.com/tid-kijyun/Kanna.git
Working copy of https://github.com/tid-kijyun/Kanna.git resolved at 5.3.0
Creating working copy for https://github.com/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
Creating working copy for https://github.com/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "kanna",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tid-kijyun/Kanna.git"
    },
    {
      "identity" : "brightfutures",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Thomvis/BrightFutures.git"
    },
    {
      "identity" : "filekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nvzqz/FileKit.git"
    }
  ],
  "manifest_display_name" : "Erik",
  "name" : "Erik",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Erik",
      "targets" : [
        "Erik"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErikTests",
      "module_type" : "SwiftTarget",
      "name" : "ErikTests",
      "path" : "ErikTests",
      "product_dependencies" : [
        "Kanna",
        "BrightFutures",
        "FileKit"
      ],
      "sources" : [
        "ErikTests.swift",
        "KannaTests.swift"
      ],
      "target_dependencies" : [
        "Erik"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Erik",
      "module_type" : "SwiftTarget",
      "name" : "Erik",
      "path" : "Sources",
      "product_dependencies" : [
        "Kanna",
        "BrightFutures"
      ],
      "product_memberships" : [
        "Erik"
      ],
      "sources" : [
        "Document.swift",
        "Erik.swift",
        "Future/Future.swift",
        "LayoutEngine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.