Build Information
Failed to build Rswift, reference main (f0a0d5
), with Swift 5.9 for Linux on 17 Mar 2025 00:47:35 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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mac-cain13/R.swift.git
Reference: main
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/mac-cain13/R.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f0a0d53 Update Glob code to fix deprecation warnings
Cloned https://github.com/mac-cain13/R.swift.git
Revision (git rev-parse @):
f0a0d531686138e9f7ad4c2b6bf6115149aeb08b
SUCCESS checkout https://github.com/mac-cain13/R.swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/mac-cain13/R.swift.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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tomlokhorst/XcodeEdit
[1/1253] Fetching xcodeedit
[1254/15959] Fetching xcodeedit, swift-argument-parser
Fetched https://github.com/tomlokhorst/XcodeEdit (0.81s)
Fetched https://github.com/apple/swift-argument-parser (0.82s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.40s)
Computing version for https://github.com/tomlokhorst/XcodeEdit
Computed https://github.com/tomlokhorst/XcodeEdit at 2.13.0 (0.70s)
Creating working copy for https://github.com/tomlokhorst/XcodeEdit
Working copy of https://github.com/tomlokhorst/XcodeEdit resolved at 2.13.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin RswiftGenerateInternalResources
[3/3] Compiling plugin RswiftGeneratePublicResources
[4/4] Compiling plugin RswiftGenerateResourcesCommand
[5/5] Compiling plugin RswiftModifyXcodePackages
Building for debugging...
[6/53] Emitting module RswiftResources
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:12:14: warning: associated value 'hosting' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case hosting(Bundle)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case selected(Bundle, Locale)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Locale'
case selected(Bundle, Locale)
^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[7/57] Emitting module ArgumentParserToolInfo
[8/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/59] Wrapping AST for ArgumentParserToolInfo for debugging
[12/97] Compiling ArgumentParser CommandGroup.swift
[13/97] Compiling ArgumentParser EnumerableFlag.swift
[14/97] Compiling ArgumentParser DumpHelpGenerator.swift
[15/97] Compiling ArgumentParser HelpCommand.swift
[16/97] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:26:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:34:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:130:33: warning: unrecognized platform name 'visionOS'
@available(iOS 13, tvOS 13, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:151:33: warning: unrecognized platform name 'visionOS'
@available(iOS 16, tvOS 16, visionOS 1, *)
^
[17/97] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:26:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:34:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:130:33: warning: unrecognized platform name 'visionOS'
@available(iOS 13, tvOS 13, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:151:33: warning: unrecognized platform name 'visionOS'
@available(iOS 16, tvOS 16, visionOS 1, *)
^
[18/97] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:26:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:34:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:130:33: warning: unrecognized platform name 'visionOS'
@available(iOS 13, tvOS 13, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:151:33: warning: unrecognized platform name 'visionOS'
@available(iOS 16, tvOS 16, visionOS 1, *)
^
[19/97] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:26:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/FontResource+Integrations.swift:34:54: warning: unrecognized platform name 'visionOS'
@available(macOS 11, iOS 14, tvOS 14, watchOS 7, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:50:50: warning: unrecognized platform name 'visionOS'
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:89:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:130:33: warning: unrecognized platform name 'visionOS'
@available(iOS 13, tvOS 13, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: warning: unknown operating system for build configuration 'os'
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'iOS'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:140:51: note: did you mean 'Windows'?
#if swift(>=5.7.1) && (os(iOS) || os(tvOS)) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ImageResource+Integrations.swift:151:33: warning: unrecognized platform name 'visionOS'
@available(iOS 16, tvOS 16, visionOS 1, *)
^
[20/97] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[21/97] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[22/97] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[23/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[24/97] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ColorResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ColorResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'DataResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/DataResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FileResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FileResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:12:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'FontResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/FontResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[25/97] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[26/97] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[27/97] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[28/97] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:13:53: warning: unrecognized platform name 'visionOS'
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/ColorResource+Integrations.swift:27:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:13:16: warning: stored property 'bundle' of 'Sendable'-conforming struct 'ImageResource' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/ImageResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[29/97] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:30:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:54:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
[30/97] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:30:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:54:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
[31/97] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:30:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:54:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
[32/97] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:30:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StoryboardReference+Integrations.swift:54:37: warning: unrecognized platform name 'visionOS'
@available(iOS 13.0, tvOS 13.0, visionOS 1, *)
^
/host/spi-builder-workspace/Sources/RswiftResources/Integrations/StringResource+Integrations.swift:123:50: warning: unrecognized platform name 'visionOS'
@available(macOS 10, iOS 13, tvOS 13, watchOS 6, visionOS 1, *)
^
[33/97] Compiling ArgumentParser ExpressibleByArgument.swift
[34/97] Compiling ArgumentParser ParsableArguments.swift
[35/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/97] Compiling ArgumentParser ParsableCommand.swift
[37/97] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
[38/97] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
[39/97] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
[40/97] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:37:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'StoryboardViewControllerIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:70:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReference' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/Shared/StoryboardReference.swift:106:16: warning: stored property 'bundle' of 'Sendable'-conforming generic struct 'NibReferenceReuseIdentifier' has non-sendable type 'Bundle'
public let bundle: Bundle
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
[41/97] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:12:14: warning: associated value 'hosting' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case hosting(Bundle)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case selected(Bundle, Locale)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Locale'
case selected(Bundle, Locale)
^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[42/97] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:12:14: warning: associated value 'hosting' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case hosting(Bundle)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case selected(Bundle, Locale)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Locale'
case selected(Bundle, Locale)
^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[43/97] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:12:14: warning: associated value 'hosting' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case hosting(Bundle)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case selected(Bundle, Locale)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Locale'
case selected(Bundle, Locale)
^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[44/97] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:12:14: warning: associated value 'hosting' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case hosting(Bundle)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Bundle'
case selected(Bundle, Locale)
^
Foundation.Bundle:1:12: note: class 'Bundle' does not conform to the 'Sendable' protocol
open class Bundle : NSObject {
^
/host/spi-builder-workspace/Sources/RswiftResources/StringResource.swift:13:14: warning: associated value 'selected' of 'Sendable'-conforming enum 'Source' has non-sendable type 'Locale'
case selected(Bundle, Locale)
^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
^
[45/97] Compiling XcodeEdit XCProjectFile+Rswift.swift
[46/97] Compiling XcodeEdit Extensions.swift
[47/98] Compiling XcodeEdit PBXIdentifier.swift
[48/99] Compiling XcodeEdit Serialization.swift
[49/99] Compiling XcodeEdit AllObjects.swift
[52/100] Emitting module ArgumentParser
[53/100] Compiling XcodeEdit PBXObject+Fields.swift
[54/100] Compiling XcodeEdit PBXObject.swift
[55/104] Emitting module XcodeEdit
[55/105] Wrapping AST for RswiftResources for debugging
[63/109] Compiling RswiftGenerators AccessibilityIdentifier+Generator.swift
[64/109] Compiling RswiftGenerators AssetCatalog+Generator.swift
[65/109] Compiling RswiftGenerators Array+Extensions.swift
[69/123] Compiling XcodeEdit XCProjectFile.swift
[71/125] Wrapping AST for XcodeEdit for debugging
[73/145] Emitting module RswiftGenerators
[74/145] Compiling RswiftParsers ProjectResources.swift
[75/145] Compiling RswiftParsers AssetCatalog+Parser.swift
[76/145] Compiling RswiftParsers FileResource+Parser.swift
[77/147] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[78/147] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[79/147] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[80/147] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[81/147] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[82/147] Compiling RswiftParsers ResourceParsingError.swift
[83/147] Compiling RswiftParsers SourceTreeURLs.swift
[84/147] Compiling RswiftGenerators StructMembersBuilder.swift
[85/147] Compiling RswiftGenerators XcodeProject+Generator.swift
[86/149] Compiling RswiftParsers GeneratedId.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:212:27: error: no exact matches in call to initializer
if let path = String(validatingCString: gt.gl_pathv[i]!) {
^
Swift.String:12:12: note: incorrect labels for candidate (have: '(validatingCString:)', expected: '(validatingUTF8:)')
public init?(validatingUTF8 cString: UnsafePointer<CChar>)
^
Foundation.String:6:12: note: incorrect labels for candidate (have: '(validatingCString:)', expected: '(utf8String:)')
public init?(utf8String bytes: UnsafePointer<CChar>)
^
[87/149] Compiling RswiftParsers Glob.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:212:27: error: no exact matches in call to initializer
if let path = String(validatingCString: gt.gl_pathv[i]!) {
^
Swift.String:12:12: note: incorrect labels for candidate (have: '(validatingCString:)', expected: '(validatingUTF8:)')
public init?(validatingUTF8 cString: UnsafePointer<CChar>)
^
Foundation.String:6:12: note: incorrect labels for candidate (have: '(validatingCString:)', expected: '(utf8String:)')
public init?(utf8String bytes: UnsafePointer<CChar>)
^
[88/149] Compiling RswiftParsers IgnoreFile.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:212:27: error: no exact matches in call to initializer
if let path = String(validatingCString: gt.gl_pathv[i]!) {
^
Swift.String:12:12: note: incorrect labels for candidate (have: '(validatingCString:)', expected: '(validatingUTF8:)')
public init?(validatingUTF8 cString: UnsafePointer<CChar>)
^
Foundation.String:6:12: note: incorrect labels for candidate (have: '(validatingCString:)', expected: '(utf8String:)')
public init?(utf8String bytes: UnsafePointer<CChar>)
^
[89/149] Compiling RswiftParsers Bundle+Extensions.swift
[90/149] Compiling RswiftParsers DeploymentTarget+Parser.swift
[91/149] Compiling RswiftParsers FormatPart+Extensions.swift
[92/149] Compiling RswiftParsers FontResource+Parser.swift
[93/149] Compiling RswiftParsers ImageResource+Parser.swift
[94/149] Compiling RswiftParsers Nib+Parser.swift
[95/149] Compiling RswiftParsers PropertyList+Parser.swift
[96/149] Compiling RswiftParsers Storyboard+Parser.swift
[97/149] Compiling RswiftParsers StringsTable+Parser.swift
[100/149] Compiling RswiftParsers URL+Extensions.swift
[101/149] Compiling RswiftParsers Xcodeproj.swift
[109/149] Compiling ArgumentParser ArgumentSet.swift
[110/149] Compiling ArgumentParser CommandParser.swift
[111/149] Compiling ArgumentParser InputKey.swift
[112/149] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
let nsDictionary = NSDictionary(contentsOf: url),
^
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
guard let nsDictionary = NSDictionary(contentsOf: url) else {
^
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
let nsDictionary = NSDictionary(contentsOf: url),
^
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
guard let nsDictionary = NSDictionary(contentsOf: url) else {
^
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
let nsDictionary = NSDictionary(contentsOf: url),
^
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
guard let nsDictionary = NSDictionary(contentsOf: url) else {
^
[135/151] Emitting module RswiftParsers
error: fatalError
[142/151] Wrapping AST for ArgumentParser for debugging
BUILD FAILURE 5.9 linux