Build Information
Successful build of swift-tools-support-core, reference 0.7.1 (5b130e
), with Swift 5.10 for Linux on 24 Oct 2024 13:19:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-tools-support-core.git
Reference: 0.7.1
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/swiftlang/swift-tools-support-core
* tag 0.7.1 -> FETCH_HEAD
HEAD is now at 5b130e0 iOS 13 is aligned with macOS 10.15 (#488)
Cloned https://github.com/swiftlang/swift-tools-support-core.git
Revision (git rev-parse @):
5b130e04cc939373c4713b91704b0c47ceb36170
SUCCESS checkout https://github.com/swiftlang/swift-tools-support-core.git at 0.7.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/swiftlang/swift-tools-support-core.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:5bb17dbcfcf8548eee753b07845b2378de013b2470bb445b58120b16b16ecc2b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/12] Write sources
[4/12] Compiling TSCclibc libc.c
[5/12] Compiling TSCclibc process.c
[6/12] Write swift-version-24593BA9C3E375BF.txt
[8/14] Emitting module TSCLibc
[9/14] Compiling TSCLibc libc.swift
[10/15] Wrapping AST for TSCLibc for debugging
[12/55] Emitting module TSCBasic
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
private let _condition = NSCondition()
^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
public let fileType: FileAttributeType
^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[13/60] Compiling TSCBasic CodableResult.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
private let _condition = NSCondition()
^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/60] Compiling TSCBasic CollectionAlgorithms.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
private let _condition = NSCondition()
^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[15/60] Compiling TSCBasic CollectionExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
private let _condition = NSCondition()
^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[16/60] Compiling TSCBasic Condition.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
private let _condition = NSCondition()
^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[17/60] Compiling TSCBasic DeltaAlgorithm.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
private let _condition = NSCondition()
^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[18/60] Compiling TSCBasic DiagnosticsEngine.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
private let _condition = NSCondition()
^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[19/60] Compiling TSCBasic Await.swift
[20/60] Compiling TSCBasic Base64URL.swift
[21/60] Compiling TSCBasic ByteString.swift
[22/60] Compiling TSCBasic CStringArray.swift
[23/60] Compiling TSCBasic CacheableSequence.swift
[24/60] Compiling TSCBasic Closable.swift
[25/60] Compiling TSCBasic OSLog.swift
[26/60] Compiling TSCBasic ObjectIdentifierProtocol.swift
[27/60] Compiling TSCBasic OrderedDictionary.swift
[28/60] Compiling TSCBasic OrderedSet.swift
[29/60] Compiling TSCBasic Path.swift
[30/60] Compiling TSCBasic Result.swift
[31/60] Compiling TSCBasic SortedArray.swift
[32/60] Compiling TSCBasic StringConversions.swift
[33/60] Compiling TSCBasic SynchronizedQueue.swift
[34/60] Compiling TSCBasic TemporaryFile.swift
[35/60] Compiling TSCBasic PathShims.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[36/60] Compiling TSCBasic Process.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[37/60] Compiling TSCBasic ProcessEnv.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[38/60] Compiling TSCBasic ProcessSet.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[39/60] Compiling TSCBasic RegEx.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? Process.loggingHandler
^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[40/60] Compiling TSCBasic HashAlgorithms.swift
[41/60] Compiling TSCBasic JSON.swift
[42/60] Compiling TSCBasic JSONMapper.swift
[43/60] Compiling TSCBasic KeyedPair.swift
[44/60] Compiling TSCBasic LazyCache.swift
[45/60] Compiling TSCBasic Lock.swift
[46/60] Compiling TSCBasic DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
public let fileType: FileAttributeType
^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
return false
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
^
[47/60] Compiling TSCBasic DictionaryLiteralExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
public let fileType: FileAttributeType
^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
return false
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
^
[48/60] Compiling TSCBasic EditDistance.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
public let fileType: FileAttributeType
^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
return false
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
^
[49/60] Compiling TSCBasic FileInfo.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
public let fileType: FileAttributeType
^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
return false
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
^
[50/60] Compiling TSCBasic FileSystem.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
public let fileType: FileAttributeType
^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
return false
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
^
[51/60] Compiling TSCBasic GraphAlgorithms.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
public let fileType: FileAttributeType
^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
return try? AbsolutePath(String(cString: fsr))
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
return false
^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
^
[52/60] Compiling TSCBasic TerminalController.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
if ProcessEnv.vars["TERM"] == "dumb" {
^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
^
[53/60] Compiling TSCBasic Thread.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
if ProcessEnv.vars["TERM"] == "dumb" {
^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
^
[54/60] Compiling TSCBasic Tuple.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
if ProcessEnv.vars["TERM"] == "dumb" {
^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
^
[55/60] Compiling TSCBasic WritableByteStream.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
if ProcessEnv.vars["TERM"] == "dumb" {
^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
^
[56/60] Compiling TSCBasic misc.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
if ProcessEnv.vars["TERM"] == "dumb" {
^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
^
[57/61] Wrapping AST for TSCBasic for debugging
[59/96] Compiling TSCUtility Tracing.swift
[60/96] Compiling TSCUtility Triple.swift
[61/96] Compiling TSCUtility URL.swift
[62/96] Compiling TSCUtility Verbosity.swift
[63/100] Emitting module TSCUtility
[64/100] Compiling TSCUtility Bitstream.swift
[65/100] Compiling TSCUtility BitstreamReader.swift
[66/100] Compiling TSCUtility BitstreamWriter.swift
[67/100] Compiling TSCUtility BuildFlags.swift
[68/100] Compiling TSCUtility CollectionExtensions.swift
[69/100] Compiling TSCUtility Hex.swift
[70/100] Compiling TSCUtility IndexStore.swift
[71/100] Compiling TSCUtility InterruptHandler.swift
[72/100] Compiling TSCUtility JSONMessageStreamingParser.swift
[73/100] Compiling TSCUtility Netrc.swift
[74/100] Compiling TSCUtility Archiver.swift
[75/100] Compiling TSCUtility ArgumentParser.swift
[76/100] Compiling TSCUtility ArgumentParserShellCompletion.swift
[77/100] Compiling TSCUtility Array+Extensions.swift
[78/100] Compiling TSCUtility Bits.swift
[79/100] Compiling TSCUtility Context.swift
[80/100] Compiling TSCUtility Diagnostics.swift
[81/100] Compiling TSCUtility FSWatch.swift
[82/100] Compiling TSCUtility FloatingPointExtensions.swift
[83/100] Compiling TSCUtility Git.swift
[84/100] Compiling TSCUtility ProgressAnimation.swift
[85/100] Compiling TSCUtility SerializedDiagnostics.swift
[86/100] Compiling TSCUtility SimplePersistence.swift
[87/100] Compiling TSCUtility StringExtensions.swift
[88/100] Compiling TSCUtility StringMangling.swift
[89/100] Compiling TSCUtility OSLog.swift
[90/100] Compiling TSCUtility OrderedZip.swift
[91/100] Compiling TSCUtility PkgConfig.swift
[92/100] Compiling TSCUtility Platform.swift
[93/100] Compiling TSCUtility PolymorphicCodable.swift
[94/100] Compiling TSCUtility Version.swift
[95/100] Compiling TSCUtility Versioning.swift
[96/100] Compiling TSCUtility dlopen.swift
[97/100] Compiling TSCUtility misc.swift
[98/101] Wrapping AST for TSCUtility for debugging
[99/101] Write Objects.LinkFileList
[101/110] Compiling TSCTestSupport Product.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/Product.swift:45:16: warning: no calls to throwing functions occur within 'try' expression
return try! AbsolutePath(CommandLine.arguments.first!, relativeTo: localFileSystem.currentWorkingDirectory!)
^
[102/111] Compiling TSCTestSupport JSONExtensions.swift
[103/111] Compiling TSCTestSupport XCTestCasePerf.swift
[104/111] Compiling TSCTestSupport PseudoTerminal.swift
[105/111] Compiling TSCTestSupport XCTAssertHelpers.swift
[106/111] Compiling TSCTestSupport FileSystemExtensions.swift
[107/111] Compiling TSCTestSupport AssertMatch.swift
[108/111] Compiling TSCTestSupport DiagnosticsEngine.swift
[109/111] Emitting module TSCTestSupport
[109/111] Linking libSwiftToolsSupport.so
[111/111] Compiling TSCTestSupport misc.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/misc.swift:65:55: warning: 'vars' is deprecated: Use `block` instead
let state = Array(env.keys).map({ ($0, ProcessEnv.vars[$0]) })
^
Build complete! (11.45s)
Build complete.
Done.