The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Rswift, reference 7.8.0 (a9abc6), with Swift 5.9 for Linux on 5 Nov 2024 17:27:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mac-cain13/R.swift.git
Reference: 7.8.0
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
 * tag               7.8.0      -> FETCH_HEAD
HEAD is now at a9abc6b Update github workflow
Cloned https://github.com/mac-cain13/R.swift.git
Revision (git rev-parse @):
a9abc6b0afe0fc4a5a71e1d7d2872143dff2d2f1
SUCCESS checkout https://github.com/mac-cain13/R.swift.git at 7.8.0
========================================
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-4609320-1":/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:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/tomlokhorst/XcodeEdit
Fetching https://github.com/apple/swift-argument-parser
[1/1199] Fetching xcodeedit
[1200/13552] Fetching xcodeedit, swift-argument-parser
Fetched https://github.com/tomlokhorst/XcodeEdit (1.11s)
Fetched https://github.com/apple/swift-argument-parser (1.12s)
Computing version for https://github.com/tomlokhorst/XcodeEdit
Computed https://github.com/tomlokhorst/XcodeEdit at 2.11.1 (0.63s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.65s)
Creating working copy for https://github.com/tomlokhorst/XcodeEdit
Working copy of https://github.com/tomlokhorst/XcodeEdit resolved at 2.11.1
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] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/53] Emitting module ArgumentParserToolInfo
[9/55] Wrapping AST for ArgumentParserToolInfo for debugging
[11/93] Compiling ArgumentParser ArgumentVisibility.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
[12/93] Compiling ArgumentParser CompletionKind.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
[13/93] Compiling ArgumentParser Errors.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
[14/93] Compiling ArgumentParser Flag.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
[15/93] Compiling ArgumentParser NameSpecification.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
[16/97] Compiling ArgumentParser ParsableCommand.swift
[17/97] Compiling ArgumentParser ArgumentDecoder.swift
[18/97] Compiling ArgumentParser DumpHelpGenerator.swift
[19/97] Compiling ArgumentParser HelpCommand.swift
[20/97] Compiling ArgumentParser ArgumentHelp.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 {
           ^
[21/97] Compiling ArgumentParser ExpressibleByArgument.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 {
           ^
[22/97] Compiling ArgumentParser ParsableArguments.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 {
           ^
[23/97] Compiling ArgumentParser ParsableArgumentsValidation.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 {
           ^
[24/97] Compiling ArgumentParser CommandConfiguration.swift
[25/97] Compiling ArgumentParser CommandGroup.swift
[26/97] Compiling ArgumentParser EnumerableFlag.swift
[27/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/97] Compiling ArgumentParser CompletionsGenerator.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, *)
                                                 ^
[29/97] Compiling ArgumentParser FishCompletionsGenerator.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 ZshCompletionsGenerator.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 Argument.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 Option.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
[33/97] Compiling ArgumentParser ArgumentDefinition.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
[34/97] Compiling ArgumentParser ArgumentSet.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
[35/97] Compiling ArgumentParser CommandParser.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
[36/97] Compiling ArgumentParser InputKey.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, *)
                                ^
[37/97] Compiling ArgumentParser InputOrigin.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, *)
                                ^
[38/97] Compiling ArgumentParser OptionGroup.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, *)
                                ^
[39/97] Compiling ArgumentParser AsyncParsableCommand.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, *)
                                ^
[40/97] 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 {
              ^
[41/97] Compiling XcodeEdit XCProjectFile+Rswift.swift
[42/97] Compiling XcodeEdit Serialization.swift
/host/spi-builder-workspace/.build/checkouts/XcodeEdit/Sources/XcodeEdit/Serialization.swift:44:44: error: extra arguments at positions #2, #4 in call
      _ = JSONSerialization.writeJSONObject(fields, to: outputStream, options: [.sortedKeys], error: &error)
                                           ^
Foundation.JSONSerialization:5:21: note: 'writeJSONObject(_:toStream:options:)' declared here
    open class func writeJSONObject(_ obj: Any, toStream stream: OutputStream, options opt: JSONSerialization.WritingOptions) throws -> Int
                    ^
/host/spi-builder-workspace/.build/checkouts/XcodeEdit/Sources/XcodeEdit/Serialization.swift:44:51: error: missing argument for parameter 'toStream' in call
      _ = JSONSerialization.writeJSONObject(fields, to: outputStream, options: [.sortedKeys], error: &error)
                                                  ^
                                                  , toStream: <#OutputStream#>
Foundation.JSONSerialization:5:21: note: 'writeJSONObject(_:toStream:options:)' declared here
    open class func writeJSONObject(_ obj: Any, toStream stream: OutputStream, options opt: JSONSerialization.WritingOptions) throws -> Int
                    ^
[43/98] Emitting module XcodeEdit
[44/98] Compiling XcodeEdit PBXIdentifier.swift
[45/98] Compiling XcodeEdit Extensions.swift
[46/98] Compiling XcodeEdit AllObjects.swift
[47/98] Compiling XcodeEdit PBXObject.swift
[48/98] Compiling XcodeEdit PBXObject+Fields.swift
[49/98] Compiling XcodeEdit XCProjectFile.swift
error: fatalError
/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 {
              ^
BUILD FAILURE 5.9 linux