The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HackMan with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Cosmo/HackMan.git
Reference: 1.1.1
Cloned https://github.com/Cosmo/HackMan.git into spi-builder-workspace
SUCCESS checkout https://github.com/Cosmo/HackMan.git at 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/stencilproject/Stencil.git
[1/5120] Fetching stencil
Fetched https://github.com/stencilproject/Stencil.git (0.35s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/Cosmo/StringCase.git
[1/1021] Fetching spectre
[1022/2426] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git (0.23s)
Fetched https://github.com/kylef/Spectre.git (0.23s)
Fetching https://github.com/Cosmo/GrammaticalNumber.git
Fetched https://github.com/Cosmo/StringCase.git (0.24s)
Fetched https://github.com/Cosmo/GrammaticalNumber.git (0.18s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.93s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.27s)
Computing version for https://github.com/Cosmo/StringCase.git
Computed https://github.com/Cosmo/StringCase.git at 1.0.1 (0.26s)
Computing version for https://github.com/Cosmo/GrammaticalNumber.git
Computed https://github.com/Cosmo/GrammaticalNumber.git at 0.0.3 (1.46s)
Creating working copy for https://github.com/Cosmo/StringCase.git
Working copy of https://github.com/Cosmo/StringCase.git resolved at 1.0.1
Creating working copy for https://github.com/Cosmo/GrammaticalNumber.git
Working copy of https://github.com/Cosmo/GrammaticalNumber.git resolved at 0.0.3
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at master
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Building for debugging...
[1/14] Emitting module GrammaticalNumber
[2/14] Compiling GrammaticalNumber GrammaticalNumberRule.swift
[3/14] Emitting module StringCase
[4/14] Compiling StringCase StringCase.swift
[5/14] Compiling GrammaticalNumber StringExtensions.swift
[9/18] Wrapping AST for StringCase for debugging
[10/18] Wrapping AST for GrammaticalNumber for debugging
[12/18] Emitting module PathKit
[13/18] Compiling PathKit PathKit.swift
[15/20] Wrapping AST for PathKit for debugging
[17/40] Emitting module Stencil
[18/42] Compiling Stencil Context.swift
[19/42] Compiling Stencil Environment.swift
[20/42] Compiling Stencil Errors.swift
[21/42] Compiling Stencil Include.swift
[22/42] Compiling Stencil Inheritence.swift
[23/42] Compiling Stencil KeyPath.swift
[24/42] Compiling Stencil Template.swift
[25/42] Compiling Stencil Tokenizer.swift
[26/42] Compiling Stencil NowTag.swift
[27/42] Compiling Stencil Parser.swift
[28/42] Compiling Stencil Expression.swift
[29/42] Compiling Stencil Extension.swift
[30/42] Compiling Stencil FilterTag.swift
[31/42] Compiling Stencil Lexer.swift
[32/42] Compiling Stencil Loader.swift
[33/42] Compiling Stencil Node.swift
[34/42] Compiling Stencil Variable.swift
[35/42] Compiling Stencil _SwiftSupport.swift
[36/42] Compiling Stencil Filters.swift
[37/42] Compiling Stencil ForTag.swift
[38/42] Compiling Stencil IfTag.swift
[40/44] Wrapping AST for Stencil for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/70] Emitting module HackManLib
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/AssetCatalog/AssetCatalog.swift:3:2: error: Objective-C interoperability is disabled
@objc(AssetCatalog)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CollectionViewCell/CollectionViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(CollectionViewCell)
~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Coordinator/Coordinator.swift:4:2: error: Objective-C interoperability is disabled
@objc(Coordinator)
~^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorChild/CoordinatorChild.swift:5:2: error: Objective-C interoperability is disabled
@objc(CoordinatorChild)
~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorMain/CoordinatorMain.swift:6:2: error: Objective-C interoperability is disabled
@objc(CoordinatorMain)
~^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableView/DataSourceTableView.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableView)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableViewSearchResults/DataSourceTableViewSearchResults.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableViewSearchResults)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/LaunchScreen/LaunchScreen.swift:3:2: error: Objective-C interoperability is disabled
@objc(LaunchScreen)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Localization/Localization.swift:3:2: error: Objective-C interoperability is disabled
@objc(Localization)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Model/Model.swift:4:2: error: Objective-C interoperability is disabled
@objc(Model)
~^~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/NewProject/NewProject.swift:6:2: error: Objective-C interoperability is disabled
@objc(NewProject)
~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ReusableView/ReusableView.swift:4:2: error: Objective-C interoperability is disabled
@objc(ReusableView)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Scaffold/Scaffold.swift:4:2: error: Objective-C interoperability is disabled
@objc(Scaffold)
~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/SearchResultsController/SearchResultsController.swift:5:2: error: Objective-C interoperability is disabled
@objc(SearchResultsController)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/TableViewCell/TableViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(TableViewCell)
~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewController/ViewController.swift:5:2: error: Objective-C interoperability is disabled
@objc(ViewController)
~^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerCollection/ViewControllerCollection.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerCollection)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerDetail/ViewControllerDetail.swift:5:2: error: Objective-C interoperability is disabled
@objc(ViewControllerDetail)
~^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerInformation/ViewControllerInformation.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerInformation)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerTable/ViewControllerTable.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerTable)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerWeb/ViewControllerWeb.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerWeb)
~^~~~~~~~~~~~~~~~~~~~~~~
[43/73] Compiling HackManLib Scaffold.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/Scaffold/Scaffold.swift:4:2: error: Objective-C interoperability is disabled
@objc(Scaffold)
~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/SearchResultsController/SearchResultsController.swift:5:2: error: Objective-C interoperability is disabled
@objc(SearchResultsController)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/TableViewCell/TableViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(TableViewCell)
~^~~~~~~~~~~~~~~~~~~
[44/73] Compiling HackManLib SearchResultsController.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/Scaffold/Scaffold.swift:4:2: error: Objective-C interoperability is disabled
@objc(Scaffold)
~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/SearchResultsController/SearchResultsController.swift:5:2: error: Objective-C interoperability is disabled
@objc(SearchResultsController)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/TableViewCell/TableViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(TableViewCell)
~^~~~~~~~~~~~~~~~~~~
[45/73] Compiling HackManLib TableViewCell.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/Scaffold/Scaffold.swift:4:2: error: Objective-C interoperability is disabled
@objc(Scaffold)
~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/SearchResultsController/SearchResultsController.swift:5:2: error: Objective-C interoperability is disabled
@objc(SearchResultsController)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/TableViewCell/TableViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(TableViewCell)
~^~~~~~~~~~~~~~~~~~~
[46/73] Compiling HackManLib ViewController.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewController/ViewController.swift:5:2: error: Objective-C interoperability is disabled
@objc(ViewController)
~^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerCollection/ViewControllerCollection.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerCollection)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerDetail/ViewControllerDetail.swift:5:2: error: Objective-C interoperability is disabled
@objc(ViewControllerDetail)
~^~~~~~~~~~~~~~~~~~~~~~~~~~
[47/73] Compiling HackManLib ViewControllerCollection.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewController/ViewController.swift:5:2: error: Objective-C interoperability is disabled
@objc(ViewController)
~^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerCollection/ViewControllerCollection.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerCollection)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerDetail/ViewControllerDetail.swift:5:2: error: Objective-C interoperability is disabled
@objc(ViewControllerDetail)
~^~~~~~~~~~~~~~~~~~~~~~~~~~
[48/73] Compiling HackManLib ViewControllerDetail.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewController/ViewController.swift:5:2: error: Objective-C interoperability is disabled
@objc(ViewController)
~^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerCollection/ViewControllerCollection.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerCollection)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerDetail/ViewControllerDetail.swift:5:2: error: Objective-C interoperability is disabled
@objc(ViewControllerDetail)
~^~~~~~~~~~~~~~~~~~~~~~~~~~
[49/73] Compiling HackManLib ViewControllerInformation.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerInformation/ViewControllerInformation.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerInformation)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerTable/ViewControllerTable.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerTable)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerWeb/ViewControllerWeb.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerWeb)
~^~~~~~~~~~~~~~~~~~~~~~~
[50/73] Compiling HackManLib ViewControllerTable.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerInformation/ViewControllerInformation.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerInformation)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerTable/ViewControllerTable.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerTable)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerWeb/ViewControllerWeb.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerWeb)
~^~~~~~~~~~~~~~~~~~~~~~~
[51/73] Compiling HackManLib ViewControllerWeb.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerInformation/ViewControllerInformation.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerInformation)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerTable/ViewControllerTable.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerTable)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ViewControllerWeb/ViewControllerWeb.swift:4:2: error: Objective-C interoperability is disabled
@objc(ViewControllerWeb)
~^~~~~~~~~~~~~~~~~~~~~~~
[52/73] Compiling HackManLib CoordinatorMain.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorMain/CoordinatorMain.swift:6:2: error: Objective-C interoperability is disabled
@objc(CoordinatorMain)
~^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableView/DataSourceTableView.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableView)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableViewSearchResults/DataSourceTableViewSearchResults.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableViewSearchResults)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/LaunchScreen/LaunchScreen.swift:3:2: error: Objective-C interoperability is disabled
@objc(LaunchScreen)
~^~~~~~~~~~~~~~~~~~
[53/73] Compiling HackManLib DataSourceTableView.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorMain/CoordinatorMain.swift:6:2: error: Objective-C interoperability is disabled
@objc(CoordinatorMain)
~^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableView/DataSourceTableView.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableView)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableViewSearchResults/DataSourceTableViewSearchResults.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableViewSearchResults)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/LaunchScreen/LaunchScreen.swift:3:2: error: Objective-C interoperability is disabled
@objc(LaunchScreen)
~^~~~~~~~~~~~~~~~~~
[54/73] Compiling HackManLib DataSourceTableViewSearchResults.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorMain/CoordinatorMain.swift:6:2: error: Objective-C interoperability is disabled
@objc(CoordinatorMain)
~^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableView/DataSourceTableView.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableView)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableViewSearchResults/DataSourceTableViewSearchResults.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableViewSearchResults)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/LaunchScreen/LaunchScreen.swift:3:2: error: Objective-C interoperability is disabled
@objc(LaunchScreen)
~^~~~~~~~~~~~~~~~~~
[55/73] Compiling HackManLib LaunchScreen.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorMain/CoordinatorMain.swift:6:2: error: Objective-C interoperability is disabled
@objc(CoordinatorMain)
~^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableView/DataSourceTableView.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableView)
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/DataSourceTableViewSearchResults/DataSourceTableViewSearchResults.swift:5:2: error: Objective-C interoperability is disabled
@objc(DataSourceTableViewSearchResults)
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/LaunchScreen/LaunchScreen.swift:3:2: error: Objective-C interoperability is disabled
@objc(LaunchScreen)
~^~~~~~~~~~~~~~~~~~
[56/73] Compiling HackManLib Localization.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/Localization/Localization.swift:3:2: error: Objective-C interoperability is disabled
@objc(Localization)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Model/Model.swift:4:2: error: Objective-C interoperability is disabled
@objc(Model)
~^~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/NewProject/NewProject.swift:6:2: error: Objective-C interoperability is disabled
@objc(NewProject)
~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ReusableView/ReusableView.swift:4:2: error: Objective-C interoperability is disabled
@objc(ReusableView)
~^~~~~~~~~~~~~~~~~~
[57/73] Compiling HackManLib Model.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/Localization/Localization.swift:3:2: error: Objective-C interoperability is disabled
@objc(Localization)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Model/Model.swift:4:2: error: Objective-C interoperability is disabled
@objc(Model)
~^~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/NewProject/NewProject.swift:6:2: error: Objective-C interoperability is disabled
@objc(NewProject)
~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ReusableView/ReusableView.swift:4:2: error: Objective-C interoperability is disabled
@objc(ReusableView)
~^~~~~~~~~~~~~~~~~~
[58/73] Compiling HackManLib NewProject.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/Localization/Localization.swift:3:2: error: Objective-C interoperability is disabled
@objc(Localization)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Model/Model.swift:4:2: error: Objective-C interoperability is disabled
@objc(Model)
~^~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/NewProject/NewProject.swift:6:2: error: Objective-C interoperability is disabled
@objc(NewProject)
~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ReusableView/ReusableView.swift:4:2: error: Objective-C interoperability is disabled
@objc(ReusableView)
~^~~~~~~~~~~~~~~~~~
[59/73] Compiling HackManLib ReusableView.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/Localization/Localization.swift:3:2: error: Objective-C interoperability is disabled
@objc(Localization)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Model/Model.swift:4:2: error: Objective-C interoperability is disabled
@objc(Model)
~^~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/NewProject/NewProject.swift:6:2: error: Objective-C interoperability is disabled
@objc(NewProject)
~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/ReusableView/ReusableView.swift:4:2: error: Objective-C interoperability is disabled
@objc(ReusableView)
~^~~~~~~~~~~~~~~~~~
[60/73] Compiling HackManLib AssetCatalog.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AssetCatalog/AssetCatalog.swift:3:2: error: Objective-C interoperability is disabled
@objc(AssetCatalog)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CollectionViewCell/CollectionViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(CollectionViewCell)
~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Coordinator/Coordinator.swift:4:2: error: Objective-C interoperability is disabled
@objc(Coordinator)
~^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorChild/CoordinatorChild.swift:5:2: error: Objective-C interoperability is disabled
@objc(CoordinatorChild)
~^~~~~~~~~~~~~~~~~~~~~~
[61/73] Compiling HackManLib CollectionViewCell.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AssetCatalog/AssetCatalog.swift:3:2: error: Objective-C interoperability is disabled
@objc(AssetCatalog)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CollectionViewCell/CollectionViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(CollectionViewCell)
~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Coordinator/Coordinator.swift:4:2: error: Objective-C interoperability is disabled
@objc(Coordinator)
~^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorChild/CoordinatorChild.swift:5:2: error: Objective-C interoperability is disabled
@objc(CoordinatorChild)
~^~~~~~~~~~~~~~~~~~~~~~
[62/73] Compiling HackManLib Coordinator.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AssetCatalog/AssetCatalog.swift:3:2: error: Objective-C interoperability is disabled
@objc(AssetCatalog)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CollectionViewCell/CollectionViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(CollectionViewCell)
~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Coordinator/Coordinator.swift:4:2: error: Objective-C interoperability is disabled
@objc(Coordinator)
~^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorChild/CoordinatorChild.swift:5:2: error: Objective-C interoperability is disabled
@objc(CoordinatorChild)
~^~~~~~~~~~~~~~~~~~~~~~
[63/73] Compiling HackManLib CoordinatorChild.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AssetCatalog/AssetCatalog.swift:3:2: error: Objective-C interoperability is disabled
@objc(AssetCatalog)
~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CollectionViewCell/CollectionViewCell.swift:4:2: error: Objective-C interoperability is disabled
@objc(CollectionViewCell)
~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/Coordinator/Coordinator.swift:4:2: error: Objective-C interoperability is disabled
@objc(Coordinator)
~^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HackManLib/Generators/CoordinatorChild/CoordinatorChild.swift:5:2: error: Objective-C interoperability is disabled
@objc(CoordinatorChild)
~^~~~~~~~~~~~~~~~~~~~~~
[64/73] Compiling HackManLib CommandLineRunner.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[65/73] Compiling HackManLib StringColorExtensions.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[66/73] Compiling HackManLib Generator.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[67/73] Compiling HackManLib AppDelegate.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[68/73] Compiling HackManLib Property.swift
[69/73] Compiling HackManLib Resource.swift
[70/73] Compiling HackManLib Writer.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1