This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Description
When trying to build my project on a heroku-like remote server I don't control, I get a bunch of errors similar to this:
/build/app/.build/release/TestSupport.build/Fixtures.swift.o:/build/app/.build/release/TestSupport.build/Fixtures.swift.o:_TMfC11TestSupport22CustomExecutorTestCase: error: undefined reference to 'TFC6XCTest6XCTestg7testRunGSqCS_9XCTestRun'
I'm unable to (simply) remove TestSupport from the project because it's using Swift Package Manager to pull from here. I'm using Deferred version 3.0.0