The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HackMan with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Cosmo/HackMan.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Cosmo/HackMan
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0ef7561 Merge pull request #16 from Cosmo/development
Cloned https://github.com/Cosmo/HackMan.git
Revision (git rev-parse @):
0ef75616e99a1212f2c136e9dc470f9610e9d639
SUCCESS checkout https://github.com/Cosmo/HackMan.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Cosmo/HackMan.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/stencilproject/Stencil.git
[1/5184] Fetching stencil
Fetched https://github.com/stencilproject/Stencil.git from cache (0.37s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/Cosmo/GrammaticalNumber.git
Fetching https://github.com/Cosmo/StringCase.git
[1/1021] Fetching spectre
[1022/1104] Fetching spectre, grammaticalnumber
[1103/1182] Fetching spectre, grammaticalnumber, stringcase
[1126/2586] Fetching spectre, grammaticalnumber, stringcase, pathkit
Fetched https://github.com/Cosmo/GrammaticalNumber.git from cache (0.31s)
Fetched https://github.com/Cosmo/StringCase.git from cache (0.31s)
Fetched https://github.com/kylef/Spectre.git from cache (0.31s)
Fetched https://github.com/kylef/PathKit.git from cache (0.33s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (1.29s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.49s)
Computing version for https://github.com/Cosmo/StringCase.git
Computed https://github.com/Cosmo/StringCase.git at 1.0.1 (0.45s)
Computing version for https://github.com/Cosmo/GrammaticalNumber.git
Computed https://github.com/Cosmo/GrammaticalNumber.git at 0.0.3 (0.56s)
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at master (e516ca9)
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/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/22] Compiling StringCase StringCase.swift
[9/22] Emitting module StringCase
[11/23] Emitting module GrammaticalNumber
[12/23] Compiling GrammaticalNumber GrammaticalNumberRule.swift
[13/23] Compiling GrammaticalNumber StringExtensions.swift
[14/24] Wrapping AST for StringCase for debugging
[15/24] Wrapping AST for GrammaticalNumber for debugging
[17/24] Emitting module PathKit
[18/24] Compiling PathKit PathKit.swift
[19/25] Wrapping AST for PathKit for debugging
[21/45] Compiling Stencil Context.swift
[22/45] Compiling Stencil Environment.swift
[23/45] Compiling Stencil Errors.swift
[24/47] Emitting module Stencil
[25/47] Compiling Stencil Include.swift
[26/47] Compiling Stencil Inheritence.swift
[27/47] Compiling Stencil KeyPath.swift
[28/47] Compiling Stencil Template.swift
[29/47] Compiling Stencil Tokenizer.swift
[30/47] Compiling Stencil NowTag.swift
[31/47] Compiling Stencil Parser.swift
[32/47] Compiling Stencil Lexer.swift
[33/47] Compiling Stencil Loader.swift
[34/47] Compiling Stencil Node.swift
[35/47] Compiling Stencil Expression.swift
[36/47] Compiling Stencil Extension.swift
[37/47] Compiling Stencil FilterTag.swift
[38/47] Compiling Stencil Filters.swift
[39/47] Compiling Stencil ForTag.swift
[40/47] Compiling Stencil IfTag.swift
[41/47] Compiling Stencil Variable.swift
[42/47] Compiling Stencil _SwiftSupport.swift
[43/48] Wrapping AST for Stencil for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/74] 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)
~^~~~~~~~~~~~~~~~~~~~~~~
[46/77] 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/77] 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/77] 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/77] 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)
~^~~~~~~~~~~~~~~~~~~~~~
[50/77] 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)
~^~~~~~~~~~~~~~~~~~~~~~
[51/77] 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)
~^~~~~~~~~~~~~~~~~~~~~~
[52/77] 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)
~^~~~~~~~~~~~~~~~~~~~~~
[53/77] Compiling HackManLib CommandLineRunner.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[54/77] Compiling HackManLib StringColorExtensions.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[55/77] Compiling HackManLib Generator.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[56/77] Compiling HackManLib AppDelegate.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[57/77] 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)
~^~~~~~~~~~~~~~~~~~~
[58/77] 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)
~^~~~~~~~~~~~~~~~~~~
[59/77] 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)
~^~~~~~~~~~~~~~~~~~~
[60/77] 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)
~^~~~~~~~~~~~~~~~~~
[61/77] 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)
~^~~~~~~~~~~~~~~~~~
[62/77] 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)
~^~~~~~~~~~~~~~~~~~
[63/77] 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)
~^~~~~~~~~~~~~~~~~~
[64/77] 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)
~^~~~~~~~~~~~~~~~~~~~~~~
[65/77] 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)
~^~~~~~~~~~~~~~~~~~~~~~~
[66/77] 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)
~^~~~~~~~~~~~~~~~~~~~~~~
[67/77] 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)
~^~~~~~~~~~~~~~~~~~
[68/77] 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)
~^~~~~~~~~~~~~~~~~~
[69/77] 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)
~^~~~~~~~~~~~~~~~~~
[70/77] 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)
~^~~~~~~~~~~~~~~~~~
[71/77] Compiling HackManLib Property.swift
[72/77] Compiling HackManLib Resource.swift
[73/77] Compiling HackManLib Writer.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/28] 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)
~^~~~~~~~~~~~~~~~~~~~~~~
[3/31] Compiling HackManLib DataSourceTableViewSearchResults.swift
/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)
~^~~~~~~~~~~~~~~~~~
[4/31] Compiling HackManLib LaunchScreen.swift
/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)
~^~~~~~~~~~~~~~~~~~
[5/31] Compiling HackManLib Localization.swift
/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)
~^~~~~~~~~~~~~~~~~~
[6/31] 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)
~^~~~~~~~~~~~~~~~~
[7/31] 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)
~^~~~~~~~~~~~~~~~~
[8/31] 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)
~^~~~~~~~~~~~~~~~~
[9/31] 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)
~^~~~~~~~~~~~~~~~~~~
[10/31] 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)
~^~~~~~~~~~~~~~~~~~~
[11/31] 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)
~^~~~~~~~~~~~~~~~~~~
[12/31] Compiling HackManLib CoordinatorChild.swift
/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)
~^~~~~~~~~~~~~~~~~~~~~~~~~
[13/31] Compiling HackManLib CoordinatorMain.swift
/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)
~^~~~~~~~~~~~~~~~~~~~~~~~~
[14/31] Compiling HackManLib DataSourceTableView.swift
/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)
~^~~~~~~~~~~~~~~~~~~~~~~~~
[15/31] Compiling HackManLib Model.swift
/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)
~^~~~~~~~~~~~~~~~~~
[16/31] Compiling HackManLib NewProject.swift
/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)
~^~~~~~~~~~~~~~~~~~
[17/31] Compiling HackManLib ReusableView.swift
/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)
~^~~~~~~~~~~~~~~~~~
[18/31] 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)
~^~~~~~~~~~~~~~~~~~~~~~~~~~
[19/31] 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)
~^~~~~~~~~~~~~~~~~~~~~~~~~~
[20/31] 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)
~^~~~~~~~~~~~~~~~~~~~~~~~~~
[21/31] Compiling HackManLib CommandLineRunner.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[22/31] Compiling HackManLib StringColorExtensions.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[23/31] Compiling HackManLib Generator.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[24/31] Compiling HackManLib AppDelegate.swift
/host/spi-builder-workspace/Sources/HackManLib/Generators/AppDelegate/AppDelegate.swift:4:2: error: Objective-C interoperability is disabled
@objc(AppDelegate)
~^~~~~~~~~~~~~~~~~
[25/31] 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)
~^~~~~~~~~~~~~~~~~~~~~~~
[26/31] 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)
~^~~~~~~~~~~~~~~~~~~~~~~
[27/31] 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)
~^~~~~~~~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2