The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EffectiveNovelCore, reference 1.4.0 (68ba8d), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 18:22:49 UTC.

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/mui-z/EffectiveNovelCore.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mui-z/EffectiveNovelCore
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 68ba8d4 Swift6 (#26)
Cloned https://github.com/mui-z/EffectiveNovelCore.git
Revision (git rev-parse @):
68ba8d49afa210cc20ebfeb720d5578d4b275d6f
SUCCESS checkout https://github.com/mui-z/EffectiveNovelCore.git at 1.4.0
Fetching https://github.com/hmlongco/Factory
[1/19378] Fetching factory
Fetched https://github.com/hmlongco/Factory from cache (1.59s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.1.5 (4.87s)
Creating working copy for https://github.com/hmlongco/Factory
Working copy of https://github.com/hmlongco/Factory resolved at 2.1.5
========================================
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": "effectivenovelcore",
      "name": "EffectiveNovelCore",
      "url": "https://github.com/mui-z/EffectiveNovelCore.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EffectiveNovelCore",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "factory",
          "name": "Factory",
          "url": "https://github.com/hmlongco/Factory",
          "version": "2.1.5",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Factory",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mui-z/EffectiveNovelCore.git
[1/1337] Fetching effectivenovelcore
Fetched https://github.com/mui-z/EffectiveNovelCore.git from cache (0.75s)
Fetching https://github.com/hmlongco/Factory from cache
Fetched https://github.com/hmlongco/Factory from cache (0.41s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.1.5 (0.48s)
Creating working copy for https://github.com/hmlongco/Factory
Working copy of https://github.com/hmlongco/Factory resolved at 2.1.5
Creating working copy for https://github.com/mui-z/EffectiveNovelCore.git
Working copy of https://github.com/mui-z/EffectiveNovelCore.git resolved at 1.4.0 (68ba8d4)
warning: '.resolve-product-dependencies': dependency 'effectivenovelcore' is not used by any target
Found 1 product dependencies
  - Factory
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mui-z/EffectiveNovelCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/12] Compiling Factory Scopes.swift
[5/12] Compiling Factory Registrations.swift
[6/12] Compiling Factory Modifiers.swift
[7/12] Compiling Factory Globals.swift
[8/12] Compiling Factory Factory.swift
[9/12] Compiling Factory Contexts.swift
[10/12] Compiling Factory Containers.swift
[11/12] Compiling Factory Injections.swift
[12/12] Emitting module Factory
[13/27] Compiling EffectiveNovelCore MustContainsIncludeTagsValidator.swift
[14/28] Compiling EffectiveNovelCore AllStringSyntaxValidatorProtocol.swift
[15/28] Compiling EffectiveNovelCore BracketsPairValidator.swift
[16/28] Compiling EffectiveNovelCore LineSyntaxValidatorProtocol.swift
[17/28] Compiling EffectiveNovelCore ScriptParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/EffectiveNovelCore/Domain/Syntax/NovelSyntax.swift:8:8: warning: associated value 'notFoundMustIncludeTag(notFoundTags:)' of 'Sendable'-conforming enum 'ValidationError' contains non-Sendable type 'DisplayEvent'
 6 |   case unknownTag(lineNo: Int, tagName: String)
 7 |   case invalidBracketsPair(lineNo: Int)
 8 |   case notFoundMustIncludeTag(notFoundTags: [DisplayEvent])
   |        `- warning: associated value 'notFoundMustIncludeTag(notFoundTags:)' of 'Sendable'-conforming enum 'ValidationError' contains non-Sendable type 'DisplayEvent'
 9 | }
10 |
   :
13 | }
14 |
15 | public enum DisplayEvent: Equatable {
   |             `- note: consider making enum 'DisplayEvent' conform to the 'Sendable' protocol
16 |   case character(char: Character)
17 |   case setDefaultDelay(speed: Double)
[18/28] Compiling EffectiveNovelCore NovelSyntax.swift
/Users/admin/builder/spi-builder-workspace/Sources/EffectiveNovelCore/Domain/Syntax/NovelSyntax.swift:8:8: warning: associated value 'notFoundMustIncludeTag(notFoundTags:)' of 'Sendable'-conforming enum 'ValidationError' contains non-Sendable type 'DisplayEvent'
 6 |   case unknownTag(lineNo: Int, tagName: String)
 7 |   case invalidBracketsPair(lineNo: Int)
 8 |   case notFoundMustIncludeTag(notFoundTags: [DisplayEvent])
   |        `- warning: associated value 'notFoundMustIncludeTag(notFoundTags:)' of 'Sendable'-conforming enum 'ValidationError' contains non-Sendable type 'DisplayEvent'
 9 | }
10 |
   :
13 | }
14 |
15 | public enum DisplayEvent: Equatable {
   |             `- note: consider making enum 'DisplayEvent' conform to the 'Sendable' protocol
16 |   case character(char: Character)
17 |   case setDefaultDelay(speed: Double)
[19/28] Compiling EffectiveNovelCore NewlineCharacterRemover.swift
[20/28] Compiling EffectiveNovelCore PreProcessor.swift
[21/28] Compiling EffectiveNovelCore EFNovelController.swift
/Users/admin/builder/spi-builder-workspace/Sources/EffectiveNovelCore/Controller/EFNovelController.swift:145:5: error: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure [#SendingClosureRisksDataRace]
143 |
144 |   private func startLoop() {
145 |     Task {
    |     `- error: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure [#SendingClosureRisksDataRace]
146 |       // NOTE: wait for preparing subscribe stream client.
147 |       try! await Task.sleep(nanoseconds: 100000)
148 |
149 |       while true {
150 |         switch state {
    |                `- note: closure captures 'self' which is accessible to code in the current task
151 |           case .running:
152 |             if displayEvents.isEmpty {
[#SendingClosureRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-closure-risks-data-race>
[22/28] Compiling EffectiveNovelCore DomainContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/EffectiveNovelCore/Controller/EFNovelController.swift:145:5: error: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure [#SendingClosureRisksDataRace]
143 |
144 |   private func startLoop() {
145 |     Task {
    |     `- error: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure [#SendingClosureRisksDataRace]
146 |       // NOTE: wait for preparing subscribe stream client.
147 |       try! await Task.sleep(nanoseconds: 100000)
148 |
149 |       while true {
150 |         switch state {
    |                `- note: closure captures 'self' which is accessible to code in the current task
151 |           case .running:
152 |             if displayEvents.isEmpty {
[#SendingClosureRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-closure-risks-data-race>
[23/28] Compiling EffectiveNovelCore EFNovelScript.swift
[24/28] Compiling EffectiveNovelCore CommentOutRemover.swift
[25/28] Emitting module EffectiveNovelCore
/Users/admin/builder/spi-builder-workspace/Sources/EffectiveNovelCore/Domain/Syntax/NovelSyntax.swift:8:8: warning: associated value 'notFoundMustIncludeTag(notFoundTags:)' of 'Sendable'-conforming enum 'ValidationError' contains non-Sendable type 'DisplayEvent'
 6 |   case unknownTag(lineNo: Int, tagName: String)
 7 |   case invalidBracketsPair(lineNo: Int)
 8 |   case notFoundMustIncludeTag(notFoundTags: [DisplayEvent])
   |        `- warning: associated value 'notFoundMustIncludeTag(notFoundTags:)' of 'Sendable'-conforming enum 'ValidationError' contains non-Sendable type 'DisplayEvent'
 9 | }
10 |
   :
13 | }
14 |
15 | public enum DisplayEvent: Equatable {
   |             `- note: consider making enum 'DisplayEvent' conform to the 'Sendable' protocol
16 |   case character(char: Character)
17 |   case setDefaultDelay(speed: Double)
[26/28] Compiling EffectiveNovelCore UseCaseContainer.swift
[27/28] Compiling EffectiveNovelCore ValidateScriptUseCase.swift
[28/28] Compiling EffectiveNovelCore ParseToDisplayEventsValidator.swift
BUILD FAILURE 6.3 macosSpm