Build Information
Successful build of SwiftAstro, reference main (9c69fa
), with Swift 6.1 for Linux on 31 May 2025 13:05:17 UTC.
Swift 6 data race errors: 11
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/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
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ncke/SwiftAstro.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/ncke/SwiftAstro
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9c69fa8 Improve handling of greek letters in star names
Cloned https://github.com/ncke/SwiftAstro.git
Revision (git rev-parse @):
9c69fa8cef2d820bb46e4fa83a6487734b973f3a
SUCCESS checkout https://github.com/ncke/SwiftAstro.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ncke/SwiftAstro.git
https://github.com/ncke/SwiftAstro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftAstro",
"name" : "SwiftAstro",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftAstro",
"targets" : [
"SwiftAstro"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftAstroTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAstroTests",
"path" : "Tests/SwiftAstroTests",
"sources" : [
"BrightStarCatalogTests.swift",
"GreekTests.swift",
"JulianDayTests.swift",
"MoonTests.swift",
"PlutoTests.swift",
"PublicAPITests.swift",
"StarNamesTests.swift",
"StarTests.swift",
"SunTests.swift",
"SwiftAstroTests.swift",
"UtilityStringTests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"SwiftAstro"
],
"type" : "test"
},
{
"c99name" : "SwiftAstro",
"module_type" : "SwiftTarget",
"name" : "SwiftAstro",
"path" : "Sources/SwiftAstro",
"product_memberships" : [
"SwiftAstro"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/IAU-CSN-2022-04-04.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ear",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.jup",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.mar",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.mer",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.nep",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.sat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ura",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ven",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/yale-bright-star-catalog.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/yale-bright-star-notes.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Entities/AstronomicallyNameable.swift",
"Entities/Moon.swift",
"Entities/Planet.swift",
"Entities/Pluto.swift",
"Entities/Positionable+Geocentric.swift",
"Entities/Positionable.swift",
"Entities/Star.swift",
"Entities/Sun.swift",
"StarCatalog/BrightStar+Nameable.swift",
"StarCatalog/BrightStar+Star.swift",
"StarCatalog/BrightStar.swift",
"StarCatalog/BrightStarCatalog.swift",
"StarCatalog/StarName.swift",
"StarCatalog/StarNamesCatalog.swift",
"SwiftAstro.swift",
"Units/Angle+CoordinateSystems.swift",
"Units/Angle.swift",
"Units/Distance.swift",
"Units/Greek.swift",
"Units/SphericalPosition.swift",
"Units/Time+Ecliptic.swift",
"Units/Time+Nutation.swift",
"Units/Time.swift",
"Utility/Double+Helpers.swift",
"Utility/String+Helpers.swift",
"Utility/Utility+NumberFormatting.swift",
"Utility/Utility+ResourceLoading.swift",
"Utility/Utility.swift",
"VSOP87/VSOP87.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/13] Copying VSOP87B.ven
[0/13] Copying yale-bright-star-notes.txt
[0/13] Copying VSOP87B.ura
[0/13] Copying VSOP87B.nep
[0/13] Copying VSOP87B.sat
[0/13] Copying yale-bright-star-catalog.txt
[6/13] Copying VSOP87B.ear
[6/13] Copying VSOP87B.jup
[6/13] Copying IAU-CSN-2022-04-04.txt
[6/13] Write sources
[6/13] Copying VSOP87B.mar
[6/13] Copying VSOP87B.mer
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/41] Emitting module SwiftAstro
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Moon.swift:13:23: warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Moon : GeocentricallyPositionable, AstronomicallyNameable {
| `- note: consider making struct 'Moon' conform to the 'Sendable' protocol
8 |
9 | public let name: String? = "Moon"
:
11 | }
12 |
13 | public static let moon = Moon()
| |- warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'moon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | }
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Pluto.swift:16:23: warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Pluto :
| `- note: consider making struct 'Pluto' conform to the 'Sendable' protocol
8 | HeliocentricallyPositionable,
9 | GeocentricallyPositionable,
:
14 | }
15 |
16 | public static let pluto = Pluto()
| |- warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pluto' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | }
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Sun.swift:14:23: warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Sun :
| `- note: consider making struct 'Sun' conform to the 'Sendable' protocol
8 | GeocentricallyPositionable,
9 | AstronomicallyNameable
:
12 | }
13 |
14 | public static let sun = Sun()
| |- warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sun' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | }
/host/spi-builder-workspace/Sources/SwiftAstro/SwiftAstro.swift:4:23: warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | /// Yale Bright Star Catalog.
4 | public static var brightStarCatalog = SwiftAstro.BrightStarCatalog()
| |- warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'brightStarCatalog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'brightStarCatalog' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |
6 | }
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Angle.swift:203:23: warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Angle:
| `- note: consider making struct 'Angle' conform to the 'Sendable' protocol
8 | CustomStringConvertible,
9 | Equatable,
:
201 |
202 | /// The mean obliquity of the ecliptic in the standard equinox of J2000.
203 | public static let meanObliquityOfEclipticAtJ2000 = SwiftAstro.Angle(
| |- warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'meanObliquityOfEclipticAtJ2000' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
204 | degrees: 23.43929111111111
205 | )
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Distance.swift:21:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
12 | extension SwiftAstro {
13 |
14 | public struct Distance: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Distance' conform to the 'Sendable' protocol
15 | public var astronomicalUnits: Double
16 |
:
19 | }
20 |
21 | public static let zero = Distance(astronomicalUnits: 0.0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:73:28: warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
71 | case rho, sig, tau, ups, phi, khi, psi, ome
72 |
73 | private static let simbadLookup: [String: Simbad] = [
| |- warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simbadLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 | "alf": .alf, "bet": .bet, "gam": .gam, "del": .del,
75 | "eps": .eps, "zet": .zet, "eta": .eta, "tet": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:82:28: warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
80 | ]
81 |
82 | private static let hrLookup: [String: Simbad] = [
| |- warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hrLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 | "alp": .alf, "bet": .bet, "gam": .gam, "del": .del,
84 | "eps": .eps, "zet": .zet, "eta": .eta, "the": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:91:28: warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
89 | ]
90 |
91 | private static let letterLookup: [Simbad: String] = [
| |- warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'letterLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
92 | .alf: "α", .bet: "β", .gam: "γ", .del: "δ",
93 | .eps: "ε", .zet: "ζ", .eta: "η", .tet: "θ",
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Time.swift:21:23: warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
3 | extension SwiftAstro {
4 |
5 | public struct Time: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
6 | public let julianDays: Double
7 |
:
19 | public static let secondsPerDay: TimeInterval = 86400.0
20 |
21 | public static let jd0 = SwiftAstro.Time(julianDays: 0.0)
| |- warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'jd0' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | public static let julianDaysPerMillenia = 365250.0
/host/spi-builder-workspace/Sources/SwiftAstro/VSOP87/VSOP87.swift:5:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'VSOP87Store' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import Foundation
2 |
3 | class VSOP87Store {
| `- note: class 'VSOP87Store' does not conform to the 'Sendable' protocol
4 |
5 | static let shared = VSOP87Store()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'VSOP87Store' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 |
7 | private var vsops = [SwiftAstro.Planet: VSOP87]()
[15/44] Compiling SwiftAstro AstronomicallyNameable.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Moon.swift:13:23: warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Moon : GeocentricallyPositionable, AstronomicallyNameable {
| `- note: consider making struct 'Moon' conform to the 'Sendable' protocol
8 |
9 | public let name: String? = "Moon"
:
11 | }
12 |
13 | public static let moon = Moon()
| |- warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'moon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | }
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Pluto.swift:16:23: warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Pluto :
| `- note: consider making struct 'Pluto' conform to the 'Sendable' protocol
8 | HeliocentricallyPositionable,
9 | GeocentricallyPositionable,
:
14 | }
15 |
16 | public static let pluto = Pluto()
| |- warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pluto' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | }
[16/44] Compiling SwiftAstro Moon.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Moon.swift:13:23: warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Moon : GeocentricallyPositionable, AstronomicallyNameable {
| `- note: consider making struct 'Moon' conform to the 'Sendable' protocol
8 |
9 | public let name: String? = "Moon"
:
11 | }
12 |
13 | public static let moon = Moon()
| |- warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'moon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | }
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Pluto.swift:16:23: warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Pluto :
| `- note: consider making struct 'Pluto' conform to the 'Sendable' protocol
8 | HeliocentricallyPositionable,
9 | GeocentricallyPositionable,
:
14 | }
15 |
16 | public static let pluto = Pluto()
| |- warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pluto' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | }
[17/44] Compiling SwiftAstro Planet.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Moon.swift:13:23: warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Moon : GeocentricallyPositionable, AstronomicallyNameable {
| `- note: consider making struct 'Moon' conform to the 'Sendable' protocol
8 |
9 | public let name: String? = "Moon"
:
11 | }
12 |
13 | public static let moon = Moon()
| |- warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'moon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | }
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Pluto.swift:16:23: warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Pluto :
| `- note: consider making struct 'Pluto' conform to the 'Sendable' protocol
8 | HeliocentricallyPositionable,
9 | GeocentricallyPositionable,
:
14 | }
15 |
16 | public static let pluto = Pluto()
| |- warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pluto' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | }
[18/44] Compiling SwiftAstro Pluto.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Moon.swift:13:23: warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Moon : GeocentricallyPositionable, AstronomicallyNameable {
| `- note: consider making struct 'Moon' conform to the 'Sendable' protocol
8 |
9 | public let name: String? = "Moon"
:
11 | }
12 |
13 | public static let moon = Moon()
| |- warning: static property 'moon' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Moon' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'moon' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | }
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Pluto.swift:16:23: warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Pluto :
| `- note: consider making struct 'Pluto' conform to the 'Sendable' protocol
8 | HeliocentricallyPositionable,
9 | GeocentricallyPositionable,
:
14 | }
15 |
16 | public static let pluto = Pluto()
| |- warning: static property 'pluto' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Pluto' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pluto' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | }
[19/44] Compiling SwiftAstro Positionable+Geocentric.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Sun.swift:14:23: warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Sun :
| `- note: consider making struct 'Sun' conform to the 'Sendable' protocol
8 | GeocentricallyPositionable,
9 | AstronomicallyNameable
:
12 | }
13 |
14 | public static let sun = Sun()
| |- warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sun' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | }
[20/44] Compiling SwiftAstro Positionable.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Sun.swift:14:23: warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Sun :
| `- note: consider making struct 'Sun' conform to the 'Sendable' protocol
8 | GeocentricallyPositionable,
9 | AstronomicallyNameable
:
12 | }
13 |
14 | public static let sun = Sun()
| |- warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sun' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | }
[21/44] Compiling SwiftAstro Star.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Sun.swift:14:23: warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Sun :
| `- note: consider making struct 'Sun' conform to the 'Sendable' protocol
8 | GeocentricallyPositionable,
9 | AstronomicallyNameable
:
12 | }
13 |
14 | public static let sun = Sun()
| |- warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sun' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | }
[22/44] Compiling SwiftAstro Sun.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Entities/Sun.swift:14:23: warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Sun :
| `- note: consider making struct 'Sun' conform to the 'Sendable' protocol
8 | GeocentricallyPositionable,
9 | AstronomicallyNameable
:
12 | }
13 |
14 | public static let sun = Sun()
| |- warning: static property 'sun' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Sun' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sun' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | }
[23/44] Compiling SwiftAstro StarName.swift
/host/spi-builder-workspace/Sources/SwiftAstro/SwiftAstro.swift:4:23: warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | /// Yale Bright Star Catalog.
4 | public static var brightStarCatalog = SwiftAstro.BrightStarCatalog()
| |- warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'brightStarCatalog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'brightStarCatalog' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |
6 | }
[24/44] Compiling SwiftAstro StarNamesCatalog.swift
/host/spi-builder-workspace/Sources/SwiftAstro/SwiftAstro.swift:4:23: warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | /// Yale Bright Star Catalog.
4 | public static var brightStarCatalog = SwiftAstro.BrightStarCatalog()
| |- warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'brightStarCatalog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'brightStarCatalog' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |
6 | }
[25/44] Compiling SwiftAstro SwiftAstro.swift
/host/spi-builder-workspace/Sources/SwiftAstro/SwiftAstro.swift:4:23: warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | /// Yale Bright Star Catalog.
4 | public static var brightStarCatalog = SwiftAstro.BrightStarCatalog()
| |- warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'brightStarCatalog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'brightStarCatalog' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |
6 | }
[26/44] Compiling SwiftAstro Angle+CoordinateSystems.swift
/host/spi-builder-workspace/Sources/SwiftAstro/SwiftAstro.swift:4:23: warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | /// Yale Bright Star Catalog.
4 | public static var brightStarCatalog = SwiftAstro.BrightStarCatalog()
| |- warning: static property 'brightStarCatalog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'brightStarCatalog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'brightStarCatalog' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |
6 | }
[27/44] Compiling SwiftAstro BrightStar+Nameable.swift
[28/44] Compiling SwiftAstro BrightStar+Star.swift
[29/44] Compiling SwiftAstro BrightStar.swift
[30/44] Compiling SwiftAstro BrightStarCatalog.swift
[31/44] Compiling SwiftAstro Utility.swift
/host/spi-builder-workspace/Sources/SwiftAstro/VSOP87/VSOP87.swift:5:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'VSOP87Store' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import Foundation
2 |
3 | class VSOP87Store {
| `- note: class 'VSOP87Store' does not conform to the 'Sendable' protocol
4 |
5 | static let shared = VSOP87Store()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'VSOP87Store' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 |
7 | private var vsops = [SwiftAstro.Planet: VSOP87]()
[32/44] Compiling SwiftAstro VSOP87.swift
/host/spi-builder-workspace/Sources/SwiftAstro/VSOP87/VSOP87.swift:5:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'VSOP87Store' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import Foundation
2 |
3 | class VSOP87Store {
| `- note: class 'VSOP87Store' does not conform to the 'Sendable' protocol
4 |
5 | static let shared = VSOP87Store()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'VSOP87Store' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 |
7 | private var vsops = [SwiftAstro.Planet: VSOP87]()
[33/44] Compiling SwiftAstro resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftAstro/VSOP87/VSOP87.swift:5:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'VSOP87Store' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import Foundation
2 |
3 | class VSOP87Store {
| `- note: class 'VSOP87Store' does not conform to the 'Sendable' protocol
4 |
5 | static let shared = VSOP87Store()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'VSOP87Store' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 |
7 | private var vsops = [SwiftAstro.Planet: VSOP87]()
[34/44] Compiling SwiftAstro Angle.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Angle.swift:203:23: warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Angle:
| `- note: consider making struct 'Angle' conform to the 'Sendable' protocol
8 | CustomStringConvertible,
9 | Equatable,
:
201 |
202 | /// The mean obliquity of the ecliptic in the standard equinox of J2000.
203 | public static let meanObliquityOfEclipticAtJ2000 = SwiftAstro.Angle(
| |- warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'meanObliquityOfEclipticAtJ2000' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
204 | degrees: 23.43929111111111
205 | )
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Distance.swift:21:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
12 | extension SwiftAstro {
13 |
14 | public struct Distance: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Distance' conform to the 'Sendable' protocol
15 | public var astronomicalUnits: Double
16 |
:
19 | }
20 |
21 | public static let zero = Distance(astronomicalUnits: 0.0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:73:28: warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
71 | case rho, sig, tau, ups, phi, khi, psi, ome
72 |
73 | private static let simbadLookup: [String: Simbad] = [
| |- warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simbadLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 | "alf": .alf, "bet": .bet, "gam": .gam, "del": .del,
75 | "eps": .eps, "zet": .zet, "eta": .eta, "tet": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:82:28: warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
80 | ]
81 |
82 | private static let hrLookup: [String: Simbad] = [
| |- warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hrLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 | "alp": .alf, "bet": .bet, "gam": .gam, "del": .del,
84 | "eps": .eps, "zet": .zet, "eta": .eta, "the": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:91:28: warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
89 | ]
90 |
91 | private static let letterLookup: [Simbad: String] = [
| |- warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'letterLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
92 | .alf: "α", .bet: "β", .gam: "γ", .del: "δ",
93 | .eps: "ε", .zet: "ζ", .eta: "η", .tet: "θ",
[35/44] Compiling SwiftAstro Distance.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Angle.swift:203:23: warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Angle:
| `- note: consider making struct 'Angle' conform to the 'Sendable' protocol
8 | CustomStringConvertible,
9 | Equatable,
:
201 |
202 | /// The mean obliquity of the ecliptic in the standard equinox of J2000.
203 | public static let meanObliquityOfEclipticAtJ2000 = SwiftAstro.Angle(
| |- warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'meanObliquityOfEclipticAtJ2000' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
204 | degrees: 23.43929111111111
205 | )
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Distance.swift:21:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
12 | extension SwiftAstro {
13 |
14 | public struct Distance: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Distance' conform to the 'Sendable' protocol
15 | public var astronomicalUnits: Double
16 |
:
19 | }
20 |
21 | public static let zero = Distance(astronomicalUnits: 0.0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:73:28: warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
71 | case rho, sig, tau, ups, phi, khi, psi, ome
72 |
73 | private static let simbadLookup: [String: Simbad] = [
| |- warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simbadLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 | "alf": .alf, "bet": .bet, "gam": .gam, "del": .del,
75 | "eps": .eps, "zet": .zet, "eta": .eta, "tet": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:82:28: warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
80 | ]
81 |
82 | private static let hrLookup: [String: Simbad] = [
| |- warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hrLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 | "alp": .alf, "bet": .bet, "gam": .gam, "del": .del,
84 | "eps": .eps, "zet": .zet, "eta": .eta, "the": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:91:28: warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
89 | ]
90 |
91 | private static let letterLookup: [Simbad: String] = [
| |- warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'letterLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
92 | .alf: "α", .bet: "β", .gam: "γ", .del: "δ",
93 | .eps: "ε", .zet: "ζ", .eta: "η", .tet: "θ",
[36/44] Compiling SwiftAstro Greek.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Angle.swift:203:23: warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Angle:
| `- note: consider making struct 'Angle' conform to the 'Sendable' protocol
8 | CustomStringConvertible,
9 | Equatable,
:
201 |
202 | /// The mean obliquity of the ecliptic in the standard equinox of J2000.
203 | public static let meanObliquityOfEclipticAtJ2000 = SwiftAstro.Angle(
| |- warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'meanObliquityOfEclipticAtJ2000' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
204 | degrees: 23.43929111111111
205 | )
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Distance.swift:21:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
12 | extension SwiftAstro {
13 |
14 | public struct Distance: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Distance' conform to the 'Sendable' protocol
15 | public var astronomicalUnits: Double
16 |
:
19 | }
20 |
21 | public static let zero = Distance(astronomicalUnits: 0.0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:73:28: warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
71 | case rho, sig, tau, ups, phi, khi, psi, ome
72 |
73 | private static let simbadLookup: [String: Simbad] = [
| |- warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simbadLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 | "alf": .alf, "bet": .bet, "gam": .gam, "del": .del,
75 | "eps": .eps, "zet": .zet, "eta": .eta, "tet": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:82:28: warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
80 | ]
81 |
82 | private static let hrLookup: [String: Simbad] = [
| |- warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hrLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 | "alp": .alf, "bet": .bet, "gam": .gam, "del": .del,
84 | "eps": .eps, "zet": .zet, "eta": .eta, "the": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:91:28: warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
89 | ]
90 |
91 | private static let letterLookup: [Simbad: String] = [
| |- warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'letterLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
92 | .alf: "α", .bet: "β", .gam: "γ", .del: "δ",
93 | .eps: "ε", .zet: "ζ", .eta: "η", .tet: "θ",
[37/44] Compiling SwiftAstro SphericalPosition.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Angle.swift:203:23: warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension SwiftAstro {
6 |
7 | public struct Angle:
| `- note: consider making struct 'Angle' conform to the 'Sendable' protocol
8 | CustomStringConvertible,
9 | Equatable,
:
201 |
202 | /// The mean obliquity of the ecliptic in the standard equinox of J2000.
203 | public static let meanObliquityOfEclipticAtJ2000 = SwiftAstro.Angle(
| |- warning: static property 'meanObliquityOfEclipticAtJ2000' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Angle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'meanObliquityOfEclipticAtJ2000' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
204 | degrees: 23.43929111111111
205 | )
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Distance.swift:21:27: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
12 | extension SwiftAstro {
13 |
14 | public struct Distance: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Distance' conform to the 'Sendable' protocol
15 | public var astronomicalUnits: Double
16 |
:
19 | }
20 |
21 | public static let zero = Distance(astronomicalUnits: 0.0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Distance' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:73:28: warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
71 | case rho, sig, tau, ups, phi, khi, psi, ome
72 |
73 | private static let simbadLookup: [String: Simbad] = [
| |- warning: static property 'simbadLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simbadLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 | "alf": .alf, "bet": .bet, "gam": .gam, "del": .del,
75 | "eps": .eps, "zet": .zet, "eta": .eta, "tet": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:82:28: warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
80 | ]
81 |
82 | private static let hrLookup: [String: Simbad] = [
| |- warning: static property 'hrLookup' is not concurrency-safe because non-'Sendable' type '[String : SwiftAstro.Greek.Simbad]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hrLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 | "alp": .alf, "bet": .bet, "gam": .gam, "del": .del,
84 | "eps": .eps, "zet": .zet, "eta": .eta, "the": .tet,
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Greek.swift:91:28: warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
66 | extension SwiftAstro.Greek {
67 |
68 | public enum Simbad: Hashable {
| `- note: consider making enum 'Simbad' conform to the 'Sendable' protocol
69 | case alf, bet, gam, del, eps, zet, eta, tet
70 | case iot, kap, lam, mu, nu, ksi, omi, pi
:
89 | ]
90 |
91 | private static let letterLookup: [Simbad: String] = [
| |- warning: static property 'letterLookup' is not concurrency-safe because non-'Sendable' type '[SwiftAstro.Greek.Simbad : String]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'letterLookup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
92 | .alf: "α", .bet: "β", .gam: "γ", .del: "δ",
93 | .eps: "ε", .zet: "ζ", .eta: "η", .tet: "θ",
[38/44] Compiling SwiftAstro Time+Ecliptic.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Time.swift:21:23: warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
3 | extension SwiftAstro {
4 |
5 | public struct Time: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
6 | public let julianDays: Double
7 |
:
19 | public static let secondsPerDay: TimeInterval = 86400.0
20 |
21 | public static let jd0 = SwiftAstro.Time(julianDays: 0.0)
| |- warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'jd0' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | public static let julianDaysPerMillenia = 365250.0
[39/44] Compiling SwiftAstro Time+Nutation.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Time.swift:21:23: warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
3 | extension SwiftAstro {
4 |
5 | public struct Time: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
6 | public let julianDays: Double
7 |
:
19 | public static let secondsPerDay: TimeInterval = 86400.0
20 |
21 | public static let jd0 = SwiftAstro.Time(julianDays: 0.0)
| |- warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'jd0' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | public static let julianDaysPerMillenia = 365250.0
[40/44] Compiling SwiftAstro Time.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Time.swift:21:23: warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
3 | extension SwiftAstro {
4 |
5 | public struct Time: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
6 | public let julianDays: Double
7 |
:
19 | public static let secondsPerDay: TimeInterval = 86400.0
20 |
21 | public static let jd0 = SwiftAstro.Time(julianDays: 0.0)
| |- warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'jd0' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | public static let julianDaysPerMillenia = 365250.0
[41/44] Compiling SwiftAstro Double+Helpers.swift
/host/spi-builder-workspace/Sources/SwiftAstro/Units/Time.swift:21:23: warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
3 | extension SwiftAstro {
4 |
5 | public struct Time: Equatable, Comparable, CustomStringConvertible {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
6 | public let julianDays: Double
7 |
:
19 | public static let secondsPerDay: TimeInterval = 86400.0
20 |
21 | public static let jd0 = SwiftAstro.Time(julianDays: 0.0)
| |- warning: static property 'jd0' is not concurrency-safe because non-'Sendable' type 'SwiftAstro.Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'jd0' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | public static let julianDaysPerMillenia = 365250.0
[42/44] Compiling SwiftAstro String+Helpers.swift
[43/44] Compiling SwiftAstro Utility+NumberFormatting.swift
[44/44] Compiling SwiftAstro Utility+ResourceLoading.swift
Build complete! (22.11s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftAstro",
"name" : "SwiftAstro",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftAstro",
"targets" : [
"SwiftAstro"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftAstroTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAstroTests",
"path" : "Tests/SwiftAstroTests",
"sources" : [
"BrightStarCatalogTests.swift",
"GreekTests.swift",
"JulianDayTests.swift",
"MoonTests.swift",
"PlutoTests.swift",
"PublicAPITests.swift",
"StarNamesTests.swift",
"StarTests.swift",
"SunTests.swift",
"SwiftAstroTests.swift",
"UtilityStringTests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"SwiftAstro"
],
"type" : "test"
},
{
"c99name" : "SwiftAstro",
"module_type" : "SwiftTarget",
"name" : "SwiftAstro",
"path" : "Sources/SwiftAstro",
"product_memberships" : [
"SwiftAstro"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/IAU-CSN-2022-04-04.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ear",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.jup",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.mar",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.mer",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.nep",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.sat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ura",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/VSOP87B.ven",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/yale-bright-star-catalog.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftAstro/Resources/yale-bright-star-notes.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Entities/AstronomicallyNameable.swift",
"Entities/Moon.swift",
"Entities/Planet.swift",
"Entities/Pluto.swift",
"Entities/Positionable+Geocentric.swift",
"Entities/Positionable.swift",
"Entities/Star.swift",
"Entities/Sun.swift",
"StarCatalog/BrightStar+Nameable.swift",
"StarCatalog/BrightStar+Star.swift",
"StarCatalog/BrightStar.swift",
"StarCatalog/BrightStarCatalog.swift",
"StarCatalog/StarName.swift",
"StarCatalog/StarNamesCatalog.swift",
"SwiftAstro.swift",
"Units/Angle+CoordinateSystems.swift",
"Units/Angle.swift",
"Units/Distance.swift",
"Units/Greek.swift",
"Units/SphericalPosition.swift",
"Units/Time+Ecliptic.swift",
"Units/Time+Nutation.swift",
"Units/Time.swift",
"Utility/Double+Helpers.swift",
"Utility/String+Helpers.swift",
"Utility/Utility+NumberFormatting.swift",
"Utility/Utility+ResourceLoading.swift",
"Utility/Utility.swift",
"VSOP87/VSOP87.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.