Build Information
Failed to build Replacer with Swift 5.9 for macOS (SPM).
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tattn/Replacer.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tattn/Replacer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2d6199d Merge pull request #5 from tattn/dependabot/bundler/tzinfo-1.2.10
Cloned https://github.com/tattn/Replacer.git
Revision (git rev-parse @):
2d6199d8e5200fa18a654ce0b111fdf976f34d8d
SUCCESS checkout https://github.com/tattn/Replacer.git at master
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git (0.26s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.03s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "replacer",
"name": "Replacer",
"url": "https://github.com/tattn/Replacer.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Replacer",
"dependencies": [
{
"identity": "alamofire",
"name": "Alamofire",
"url": "https://github.com/Alamofire/Alamofire.git",
"version": "4.9.1",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Alamofire",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/tattn/Replacer.git
[1/216] Fetching replacer
Fetched https://github.com/tattn/Replacer.git (0.25s)
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git (0.24s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.03s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Creating working copy for https://github.com/tattn/Replacer.git
Working copy of https://github.com/tattn/Replacer.git resolved at master
warning: '.resolve-product-dependencies': dependency 'replacer' is not used by any target
Found 1 product dependencies
- Alamofire
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Replacer URLSessionConfiguration+.swift
[2/6] Compiling Replacer URLStubManager.swift
[3/6] Compiling Replacer Replacer.swift
[4/6] Compiling Replacer URLStubProtocol.swift
[5/6] Compiling Replacer URLStub.swift
[6/6] Emitting module Replacer
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/8] Emitting module TestReplacer
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestReplacer/XCTest+.swift:16:78: error: ambiguous use of 'tearDown'
let tearDown = class_getInstanceMethod(XCTest.self, #selector(XCTest.tearDown))!
^
XCTest.XCTest:18:15: note: found this candidate
open func tearDown()
^
XCTest.XCTest:20:15: note: found this candidate
open func tearDown(completion: @escaping (Error?) -> Void)
^
[8/8] Compiling TestReplacer XCTest+.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestReplacer/XCTest+.swift:16:78: error: ambiguous use of 'tearDown'
let tearDown = class_getInstanceMethod(XCTest.self, #selector(XCTest.tearDown))!
^
XCTest.XCTest:18:15: note: found this candidate
open func tearDown()
^
XCTest.XCTest:20:15: note: found this candidate
open func tearDown(completion: @escaping (Error?) -> Void)
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestReplacer/XCTest+.swift:16:78: error: ambiguous use of 'tearDown'
let tearDown = class_getInstanceMethod(XCTest.self, #selector(XCTest.tearDown))!
^
XCTest.XCTest:18:15: note: found this candidate
open func tearDown()
^
XCTest.XCTest:20:15: note: found this candidate
open func tearDown(completion: @escaping (Error?) -> Void)
^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/2] Compiling TestReplacer XCTest+.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestReplacer/XCTest+.swift:16:78: error: ambiguous use of 'tearDown'
let tearDown = class_getInstanceMethod(XCTest.self, #selector(XCTest.tearDown))!
^
XCTest.XCTest:18:15: note: found this candidate
open func tearDown()
^
XCTest.XCTest:20:15: note: found this candidate
open func tearDown(completion: @escaping (Error?) -> Void)
^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestReplacer/XCTest+.swift:16:78: error: ambiguous use of 'tearDown'
let tearDown = class_getInstanceMethod(XCTest.self, #selector(XCTest.tearDown))!
^
XCTest.XCTest:18:15: note: found this candidate
open func tearDown()
^
XCTest.XCTest:20:15: note: found this candidate
open func tearDown(completion: @escaping (Error?) -> Void)
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/2] Emitting module TestReplacer
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestReplacer/XCTest+.swift:16:78: error: ambiguous use of 'tearDown'
let tearDown = class_getInstanceMethod(XCTest.self, #selector(XCTest.tearDown))!
^
XCTest.XCTest:18:15: note: found this candidate
open func tearDown()
^
XCTest.XCTest:20:15: note: found this candidate
open func tearDown(completion: @escaping (Error?) -> Void)
^
error: fatalError
BUILD FAILURE 5.9 macosSpm