Build Information
Successful build of OpenRenderBox, reference main (7a963a), with Swift 6.1 for Linux on 26 Mar 2026 08:26:19 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenRenderBox.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/OpenSwiftUIProject/OpenRenderBox
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7a963a0 Use OpenSwiftUIProject/setup-xcode@v2 for Xcode selection
Cloned https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Revision (git rev-parse @):
7a963a0a50b309b0a063fe7b5c171619bb93868d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenRenderBox.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenRenderBox.git
https://github.com/OpenSwiftUIProject/OpenRenderBox.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "opencoregraphics",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenSwiftUIProject/OpenCoreGraphics"
}
],
"manifest_display_name" : "OpenRenderBox",
"name" : "OpenRenderBox",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OpenRenderBox",
"targets" : [
"OpenRenderBox",
"OpenRenderBoxCxx"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenRenderBoxShims",
"targets" : [
"OpenRenderBoxShims"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenRenderBoxTests",
"module_type" : "SwiftTarget",
"name" : "OpenRenderBoxTests",
"path" : "Tests/OpenRenderBoxTests",
"sources" : [
"Device/DeviceTests.swift",
"Path/PathTests.swift",
"Util/LogTests.swift"
],
"target_dependencies" : [
"OpenRenderBox"
],
"type" : "test"
},
{
"c99name" : "OpenRenderBoxShims",
"module_type" : "SwiftTarget",
"name" : "OpenRenderBoxShims",
"path" : "Sources/OpenRenderBoxShims",
"product_memberships" : [
"OpenRenderBoxShims"
],
"sources" : [
"ORBShims.swift"
],
"target_dependencies" : [
"OpenRenderBox"
],
"type" : "library"
},
{
"c99name" : "OpenRenderBoxCxx",
"module_type" : "ClangTarget",
"name" : "OpenRenderBoxCxx",
"path" : "Sources/OpenRenderBoxCxx",
"product_memberships" : [
"OpenRenderBox",
"OpenRenderBoxShims"
],
"sources" : [
"Animation/ORBAnimation.m",
"Animation/ORBSymbolAnimator.m",
"Color/ColorSpace.cpp",
"Color/ORBColor.cpp",
"Color/ORBColorMode.cpp",
"Device/ORBDevice.mm",
"Encoding/ORBEncoderSet.m",
"Path/NestedCallbacks.cpp",
"Path/ORBPath.cpp",
"Path/ORBPathCallbacks.cpp",
"Path/ORBPathStorage.cpp",
"Path/Storage.cpp",
"Render/ORBDisplayList.m",
"Render/ORBDisplayListInterpolator.m",
"Render/ORBLayer.m",
"UUID/ORBUUID.mm",
"Util/assert.cpp",
"Util/log.cpp",
"Version/ORBVersion.c"
],
"type" : "library"
},
{
"c99name" : "OpenRenderBoxCompatibilityTests",
"module_type" : "SwiftTarget",
"name" : "OpenRenderBoxCompatibilityTests",
"path" : "Tests/OpenRenderBoxCompatibilityTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"AnimationTests.swift",
"ColorTests.swift",
"DeviceTests.swift",
"DisplayListTests.swift",
"LayerTests.swift",
"ORBShims.swift",
"PathCallbacksTests.swift",
"PathStorageTests.swift",
"PathTests.swift",
"SymbolAnimatorTests.swift",
"UUIDTests.swift"
],
"target_dependencies" : [
"OpenRenderBox"
],
"type" : "test"
},
{
"c99name" : "OpenRenderBox",
"module_type" : "SwiftTarget",
"name" : "OpenRenderBox",
"path" : "Sources/OpenRenderBox",
"product_dependencies" : [
"OpenCoreGraphicsShims"
],
"product_memberships" : [
"OpenRenderBox",
"OpenRenderBoxShims"
],
"sources" : [
"Animation/ORBAnimation.swift",
"Animation/ORBSymbolAnimator.swift",
"Export.swift",
"Path/ORBPath.swift",
"Path/ORBPathCallbacks.swift",
"Path/ORBPathStorage.swift",
"Render/ORBDisplayList.swift",
"Render/ORBDisplayListContents.swift",
"Render/ORBDisplayListInterpolator.swift",
"Util/Logging.swift"
],
"target_dependencies" : [
"OpenRenderBoxCxx"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
warning: 'spi-builder-workspace': [Env] OPENRENDERBOX_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD not set -> false(default)
[Env] OPENRENDERBOX_DEVELOPMENT not set -> false(default)
[Env] OPENRENDERBOX_TARGET_RELEASE not set -> 2024(default)
[Env] OPENRENDERBOX_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENRENDERBOX_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENRENDERBOX_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENRENDERBOX_RENDERBOX not set -> false(default)
[Env] OPENRENDERBOX_CF_CGTYPES not set -> false(default)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': [Env] OPENRENDERBOX_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENRENDERBOX_DEVELOPMENT not set -> false(default)
[Env] OPENRENDERBOX_TARGET_RELEASE not set -> 2024(default)
[Env] OPENRENDERBOX_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENRENDERBOX_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENRENDERBOX_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENRENDERBOX_RENDERBOX not set -> false(default)
[Env] OPENRENDERBOX_CF_CGTYPES not set -> false(default)
Fetching https://github.com/OpenSwiftUIProject/OpenCoreGraphics
[1/218] Fetching opencoregraphics
Fetched https://github.com/OpenSwiftUIProject/OpenCoreGraphics from cache (0.51s)
warning: 'opencoregraphics': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> false(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> false(default)
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.59s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.29s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/OpenSwiftUIProject/OpenCoreGraphics
Working copy of https://github.com/OpenSwiftUIProject/OpenCoreGraphics resolved at main (a36ba82)
warning: 'opencoregraphics': [Env] OPENCOREGRAPHICS_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] OPENCOREGRAPHICS_DEVELOPMENT not set -> false(default)
[Env] OPENCOREGRAPHICS_COREGRAPHICS not set -> false(default)
[Env] OPENCOREGRAPHICS_WERROR not set -> false(default)
[Env] OPENCOREGRAPHICS_LIBRARY_EVOLUTION not set -> false(default)
Building for debugging...
[0/24] Write sources
[1/24] Compiling NestedCallbacks.cpp
[2/24] Compiling ORBEncoderSet.m
[3/24] Compiling ORBVersion.c
[4/24] Write swift-version-24593BA9C3E375BF.txt
[5/24] Compiling ColorSpace.cpp
[6/24] Compiling log.cpp
[7/24] Compiling ORBDevice.mm
[8/24] Compiling ORBLayer.m
[9/24] Compiling ORBDisplayListInterpolator.m
[10/24] Compiling Storage.cpp
[11/24] Compiling ORBPathStorage.cpp
[12/24] Compiling ORBColorMode.cpp
[13/24] Compiling ORBDisplayList.m
[14/24] Compiling ORBPathCallbacks.cpp
[14/24] Write sources
[18/24] Compiling ORBColor.cpp
[19/24] Compiling ORBPath.cpp
[20/24] Compiling assert.cpp
[21/24] Compiling ORBSymbolAnimator.m
[22/24] Compiling ORBAnimation.m
[23/24] Compiling ORBUUID.mm
[25/35] Compiling OpenCoreGraphics CGRect+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/36] Compiling OpenCoreGraphics CGLine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/36] Compiling OpenCoreGraphics CGPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/36] Compiling OpenCoreGraphics CGPoint+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/36] Compiling OpenCoreGraphics CGSize+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/36] Compiling OpenCoreGraphics Export.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/36] Compiling OpenCoreGraphics CGAffineTransform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/36] Compiling OpenCoreGraphics CGContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/36] Emitting module OpenCoreGraphics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/36] Compiling OpenCoreGraphics CGGeometry+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/36] Compiling OpenCoreGraphics CGImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/36] Compiling OpenCoreGraphics IOSurface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/39] Emitting module OpenCoreGraphicsShims
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/39] Compiling OpenCoreGraphicsShims Export.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/50] Compiling OpenRenderBox ORBDisplayListContents.swift
[42/51] Compiling OpenRenderBox ORBDisplayListInterpolator.swift
/host/spi-builder-workspace/Sources/OpenRenderBox/Render/ORBDisplayListInterpolator.swift:8:8: warning: public import of 'OpenCoreGraphicsShims' was not used in public declarations or inlinable code
6 | #if !canImport(ObjectiveC)
7 | public import Foundation
8 | public import OpenCoreGraphicsShims
| `- warning: public import of 'OpenCoreGraphicsShims' was not used in public declarations or inlinable code
9 |
10 | public class ORBDisplayListInterpolator: NSObject {
[43/51] Compiling OpenRenderBox ORBDisplayList.swift
[44/51] Compiling OpenRenderBox Logging.swift
[45/51] Compiling OpenRenderBox ORBPathStorage.swift
[46/51] Compiling OpenRenderBox Export.swift
[47/51] Compiling OpenRenderBox ORBPath.swift
[48/51] Compiling OpenRenderBox ORBAnimation.swift
[49/51] Compiling OpenRenderBox ORBSymbolAnimator.swift
[50/51] Emitting module OpenRenderBox
[51/51] Compiling OpenRenderBox ORBPathCallbacks.swift
[53/54] Emitting module OpenRenderBoxShims
/host/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:16:23: warning: static property 'orb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
6 | ///
7 | /// Use ``renderBoxVendor`` to check which vendor is active at runtime.
8 | public struct RenderBoxVendor: RawRepresentable, CaseIterable {
| `- note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
9 | public let rawValue: String
10 |
:
14 |
15 | /// OpenRenderBox — the open source implementation by OpenSwiftUIProject.
16 | public static let orb = RenderBoxVendor(rawValue: "org.OpenSwiftUIProject.OpenRenderBox")
| |- warning: static property 'orb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'orb' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | /// Apple's private RenderBox framework.
/host/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:19:23: warning: static property 'rb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
6 | ///
7 | /// Use ``renderBoxVendor`` to check which vendor is active at runtime.
8 | public struct RenderBoxVendor: RawRepresentable, CaseIterable {
| `- note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
9 | public let rawValue: String
10 |
:
17 |
18 | /// Apple's private RenderBox framework.
19 | public static let rb = RenderBoxVendor(rawValue: "com.apple.RenderBox")
| |- warning: static property 'rb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rb' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 | public static var allCases: [RenderBoxVendor] { [.orb, .rb] }
/host/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:45:12: warning: let 'renderBoxVendor' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
6 | ///
7 | /// Use ``renderBoxVendor`` to check which vendor is active at runtime.
8 | public struct RenderBoxVendor: RawRepresentable, CaseIterable {
| `- note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
9 | public let rawValue: String
10 |
:
43 | @_exported import OpenRenderBox
44 |
45 | public let renderBoxVendor = RenderBoxVendor.orb
| |- warning: let 'renderBoxVendor' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'renderBoxVendor' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | #endif
47 |
[54/54] Compiling OpenRenderBoxShims ORBShims.swift
/host/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:16:23: warning: static property 'orb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
6 | ///
7 | /// Use ``renderBoxVendor`` to check which vendor is active at runtime.
8 | public struct RenderBoxVendor: RawRepresentable, CaseIterable {
| `- note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
9 | public let rawValue: String
10 |
:
14 |
15 | /// OpenRenderBox — the open source implementation by OpenSwiftUIProject.
16 | public static let orb = RenderBoxVendor(rawValue: "org.OpenSwiftUIProject.OpenRenderBox")
| |- warning: static property 'orb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'orb' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | /// Apple's private RenderBox framework.
/host/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:19:23: warning: static property 'rb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
6 | ///
7 | /// Use ``renderBoxVendor`` to check which vendor is active at runtime.
8 | public struct RenderBoxVendor: RawRepresentable, CaseIterable {
| `- note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
9 | public let rawValue: String
10 |
:
17 |
18 | /// Apple's private RenderBox framework.
19 | public static let rb = RenderBoxVendor(rawValue: "com.apple.RenderBox")
| |- warning: static property 'rb' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'rb' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 | public static var allCases: [RenderBoxVendor] { [.orb, .rb] }
/host/spi-builder-workspace/Sources/OpenRenderBoxShims/ORBShims.swift:45:12: warning: let 'renderBoxVendor' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
6 | ///
7 | /// Use ``renderBoxVendor`` to check which vendor is active at runtime.
8 | public struct RenderBoxVendor: RawRepresentable, CaseIterable {
| `- note: consider making struct 'RenderBoxVendor' conform to the 'Sendable' protocol
9 | public let rawValue: String
10 |
:
43 | @_exported import OpenRenderBox
44 |
45 | public let renderBoxVendor = RenderBoxVendor.orb
| |- warning: let 'renderBoxVendor' is not concurrency-safe because non-'Sendable' type 'RenderBoxVendor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'renderBoxVendor' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 | #endif
47 |
Build complete! (26.25s)
Build complete.
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "opencoregraphics",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenSwiftUIProject/OpenCoreGraphics"
}
],
"manifest_display_name" : "OpenRenderBox",
"name" : "OpenRenderBox",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OpenRenderBox",
"targets" : [
"OpenRenderBox",
"OpenRenderBoxCxx"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenRenderBoxShims",
"targets" : [
"OpenRenderBoxShims"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenRenderBoxTests",
"module_type" : "SwiftTarget",
"name" : "OpenRenderBoxTests",
"path" : "Tests/OpenRenderBoxTests",
"sources" : [
"Device/DeviceTests.swift",
"Path/PathTests.swift",
"Util/LogTests.swift"
],
"target_dependencies" : [
"OpenRenderBox"
],
"type" : "test"
},
{
"c99name" : "OpenRenderBoxShims",
"module_type" : "SwiftTarget",
"name" : "OpenRenderBoxShims",
"path" : "Sources/OpenRenderBoxShims",
"product_memberships" : [
"OpenRenderBoxShims"
],
"sources" : [
"ORBShims.swift"
],
"target_dependencies" : [
"OpenRenderBox"
],
"type" : "library"
},
{
"c99name" : "OpenRenderBoxCxx",
"module_type" : "ClangTarget",
"name" : "OpenRenderBoxCxx",
"path" : "Sources/OpenRenderBoxCxx",
"product_memberships" : [
"OpenRenderBox",
"OpenRenderBoxShims"
],
"sources" : [
"Animation/ORBAnimation.m",
"Animation/ORBSymbolAnimator.m",
"Color/ColorSpace.cpp",
"Color/ORBColor.cpp",
"Color/ORBColorMode.cpp",
"Device/ORBDevice.mm",
"Encoding/ORBEncoderSet.m",
"Path/NestedCallbacks.cpp",
"Path/ORBPath.cpp",
"Path/ORBPathCallbacks.cpp",
"Path/ORBPathStorage.cpp",
"Path/Storage.cpp",
"Render/ORBDisplayList.m",
"Render/ORBDisplayListInterpolator.m",
"Render/ORBLayer.m",
"UUID/ORBUUID.mm",
"Util/assert.cpp",
"Util/log.cpp",
"Version/ORBVersion.c"
],
"type" : "library"
},
{
"c99name" : "OpenRenderBoxCompatibilityTests",
"module_type" : "SwiftTarget",
"name" : "OpenRenderBoxCompatibilityTests",
"path" : "Tests/OpenRenderBoxCompatibilityTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"AnimationTests.swift",
"ColorTests.swift",
"DeviceTests.swift",
"DisplayListTests.swift",
"LayerTests.swift",
"ORBShims.swift",
"PathCallbacksTests.swift",
"PathStorageTests.swift",
"PathTests.swift",
"SymbolAnimatorTests.swift",
"UUIDTests.swift"
],
"target_dependencies" : [
"OpenRenderBox"
],
"type" : "test"
},
{
"c99name" : "OpenRenderBox",
"module_type" : "SwiftTarget",
"name" : "OpenRenderBox",
"path" : "Sources/OpenRenderBox",
"product_dependencies" : [
"OpenCoreGraphicsShims"
],
"product_memberships" : [
"OpenRenderBox",
"OpenRenderBoxShims"
],
"sources" : [
"Animation/ORBAnimation.swift",
"Animation/ORBSymbolAnimator.swift",
"Export.swift",
"Path/ORBPath.swift",
"Path/ORBPathCallbacks.swift",
"Path/ORBPathStorage.swift",
"Render/ORBDisplayList.swift",
"Render/ORBDisplayListContents.swift",
"Render/ORBDisplayListInterpolator.swift",
"Util/Logging.swift"
],
"target_dependencies" : [
"OpenRenderBoxCxx"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': [Env] OPENRENDERBOX_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENRENDERBOX_DEVELOPMENT not set -> false(default)
[Env] OPENRENDERBOX_TARGET_RELEASE not set -> 2024(default)
[Env] OPENRENDERBOX_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENRENDERBOX_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENRENDERBOX_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENRENDERBOX_RENDERBOX not set -> false(default)
[Env] OPENRENDERBOX_CF_CGTYPES not set -> false(default)
Done.