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 master (92c708), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:03:15 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/phimage/Erik
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 92c7081 fix typo KanaParser to KannaParser
Cloned https://github.com/phimage/Erik.git
Revision (git rev-parse @):
92c7081ce6f5b4416cc238791e14960bc44fdbf7
SUCCESS checkout https://github.com/phimage/Erik.git at master
========================================
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
[2/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/30] Compiling BrightFutures SequenceType+BrightFutures.swift
[7/31] Compiling BrightFutures Promise.swift
[8/31] Compiling BrightFutures Result+BrightFutures.swift
[9/31] Compiling BrightFutures MutableAsyncType.swift
[10/31] Compiling BrightFutures NSOperationQueue+BrightFutures.swift
[11/31] Compiling BrightFutures InvalidationToken.swift
[12/31] Compiling BrightFutures MutableAsyncType+ResultType.swift
[13/31] Compiling BrightFutures ExecutionContext.swift
[14/31] Compiling BrightFutures Future.swift
[15/31] Compiling BrightFutures ResultProtocol.swift
[16/31] Compiling BrightFutures Async.swift
[17/31] Compiling BrightFutures AsyncType+Debug.swift
[18/31] Compiling BrightFutures AsyncType+ResultType.swift
[19/31] Compiling BrightFutures AsyncType.swift
[20/31] Emitting module BrightFutures
[21/31] Compiling BrightFutures Dispatch+BrightFutures.swift
[22/31] Compiling BrightFutures Errors.swift
[23/31] Compiling Kanna resource_bundle_accessor.swift
[24/31] Compiling Kanna libxmlParserOption.swift
[25/31] Compiling Kanna Kanna.swift
[26/31] Compiling Kanna libxmlHTMLDocument.swift
[27/31] Compiling Kanna libxmlHTMLNode.swift
[28/31] Emitting module Kanna
[29/31] Compiling Kanna Deprecated.swift
[30/31] Compiling Kanna CSS.swift
[31/31] Compiling BrightFutures SwiftConcurrency+BrightFutures.swift
[32/36] Compiling Erik Document.swift
[33/36] Compiling Erik LayoutEngine.swift
[34/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 |
[35/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 |
[36/36] Compiling Erik Erik.swift
Build complete! (14.13s)
Fetching https://github.com/nvzqz/FileKit.git
Fetching https://github.com/Thomvis/BrightFutures.git
Fetching https://github.com/tid-kijyun/Kanna.git
[1/4067] Fetching brightfutures
[327/7190] Fetching brightfutures, filekit
[484/9547] Fetching brightfutures, filekit, kanna
Fetched https://github.com/nvzqz/FileKit.git from cache (1.90s)
Fetched https://github.com/Thomvis/BrightFutures.git from cache (1.90s)
Fetched https://github.com/tid-kijyun/Kanna.git from cache (1.90s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (2.42s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (0.50s)
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/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.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/tid-kijyun/Kanna.git
Working copy of https://github.com/tid-kijyun/Kanna.git resolved at 5.3.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.