Build Information
Successful build of ChessKit, reference develop (dd3538
), with Swift 6.1 for Android on 31 May 2025 08:34:09 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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/aperechnev/ChessKit.git
Reference: develop
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/aperechnev/ChessKit
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at dd35385 Update .gitignore
Cloned https://github.com/aperechnev/ChessKit.git
Revision (git rev-parse @):
dd353859fb993145932316401589f15518741eeb
SUCCESS checkout https://github.com/aperechnev/ChessKit.git at develop
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/aperechnev/ChessKit.git
https://github.com/aperechnev/ChessKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "ChessKit",
"name" : "ChessKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ChessKit",
"targets" : [
"ChessKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChessKitTests",
"module_type" : "SwiftTarget",
"name" : "ChessKitTests",
"path" : "Tests/ChessKitTests",
"sources" : [
"BoardTest.swift",
"FenSerializationTests.swift",
"GameTests.swift",
"MoveTests.swift",
"Performance/BoardPerformanceTests.swift",
"PieceColorTests.swift",
"PieceTests.swift",
"PositionTests.swift",
"RaysTests.swift",
"RealGamesTests.swift",
"Rules/Standard/BishopMovesTests.swift",
"Rules/Standard/CheckMovesTests.swift",
"Rules/Standard/CheckmateTests.swift",
"Rules/Standard/KingMovesTests.swift",
"Rules/Standard/KnightMovesTests.swift",
"Rules/Standard/MovesTests.swift",
"Rules/Standard/PawnMovesTests.swift",
"Rules/Standard/QueenMovesTests.swift",
"Rules/Standard/RookMovesTests.swift",
"Rules/Standard/StandardRulesTests.swift",
"SanSerializationTests.swift",
"SquareTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ChessKit"
],
"type" : "test"
},
{
"c99name" : "ChessKit",
"module_type" : "SwiftTarget",
"name" : "ChessKit",
"path" : "Sources/ChessKit",
"product_memberships" : [
"ChessKit"
],
"sources" : [
"Board/Bitboards.swift",
"Board/Board.swift",
"Board/Square.swift",
"FenSerialization.swift",
"Game.swift",
"Move.swift",
"Piece/Piece.swift",
"Piece/PieceColor.swift",
"Piece/PieceKind.swift",
"Position.swift",
"Rays.swift",
"Rules/Piece Moving/BishopMoving.swift",
"Rules/Piece Moving/KingMoving.swift",
"Rules/Piece Moving/KnightMoving.swift",
"Rules/Piece Moving/LongRangeMoving.swift",
"Rules/Piece Moving/MovingTranslations.swift",
"Rules/Piece Moving/PawnMoving.swift",
"Rules/Piece Moving/PieceMoving.swift",
"Rules/Piece Moving/QueenMoving.swift",
"Rules/Piece Moving/RangeMoving.swift",
"Rules/Piece Moving/RookMoving.swift",
"Rules/Piece Moving/ShortRangeMoving.swift",
"Rules/Rules.swift",
"Rules/StandardRules.swift",
"SanSerialization.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/25] Emitting module ChessKit
/host/spi-builder-workspace/Sources/ChessKit/FenSerialization.swift:13:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// FEN positions serialization and deserialization.
10 | public class FenSerialization {
| `- note: class 'FenSerialization' does not conform to the 'Sendable' protocol
11 |
12 | /// `FenSerialization` object with default settings.
13 | public static let `default` = FenSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' 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/ChessKit/Rays.swift:14:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Rays' may have shared mutable state; this is an error in the Swift 6 language mode
8 | import Foundation
9 |
10 | class Rays {
| `- note: class 'Rays' does not conform to the 'Sendable' protocol
11 |
12 | private(set) var cross = [Bitboard:Bitboard]()
13 |
14 | static let `default` = Rays()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Rays' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | init() {
/host/spi-builder-workspace/Sources/ChessKit/Rules/Piece Moving/MovingTranslations.swift:11:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MovingTranslations' may have shared mutable state; this is an error in the Swift 6 language mode
7 | //
8 |
9 | class MovingTranslations {
| `- note: class 'MovingTranslations' does not conform to the 'Sendable' protocol
10 |
11 | static let `default` = MovingTranslations()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MovingTranslations' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | private(set) lazy var diagonal = [
/host/spi-builder-workspace/Sources/ChessKit/SanSerialization.swift:17:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SanSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | /// SAN moves serialization and deserialization.
11 | public class SanSerialization {
| `- note: class 'SanSerialization' does not conform to the 'Sendable' protocol
12 |
13 | private let kCastlingKing = "O-O"
:
15 |
16 | /// `SanSerialization` object with default settings.
17 | public static let `default` = SanSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SanSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // MARK: - Serialization
[4/28] Compiling ChessKit Game.swift
[5/28] Compiling ChessKit Move.swift
[6/28] Compiling ChessKit Piece.swift
[7/28] Compiling ChessKit RangeMoving.swift
[8/28] Compiling ChessKit RookMoving.swift
[9/28] Compiling ChessKit ShortRangeMoving.swift
[10/28] Compiling ChessKit PieceColor.swift
[11/28] Compiling ChessKit PieceKind.swift
[12/28] Compiling ChessKit Position.swift
[13/28] Compiling ChessKit KnightMoving.swift
/host/spi-builder-workspace/Sources/ChessKit/Rules/Piece Moving/MovingTranslations.swift:11:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MovingTranslations' may have shared mutable state; this is an error in the Swift 6 language mode
7 | //
8 |
9 | class MovingTranslations {
| `- note: class 'MovingTranslations' does not conform to the 'Sendable' protocol
10 |
11 | static let `default` = MovingTranslations()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MovingTranslations' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | private(set) lazy var diagonal = [
[14/28] Compiling ChessKit LongRangeMoving.swift
/host/spi-builder-workspace/Sources/ChessKit/Rules/Piece Moving/MovingTranslations.swift:11:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MovingTranslations' may have shared mutable state; this is an error in the Swift 6 language mode
7 | //
8 |
9 | class MovingTranslations {
| `- note: class 'MovingTranslations' does not conform to the 'Sendable' protocol
10 |
11 | static let `default` = MovingTranslations()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MovingTranslations' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | private(set) lazy var diagonal = [
[15/28] Compiling ChessKit MovingTranslations.swift
/host/spi-builder-workspace/Sources/ChessKit/Rules/Piece Moving/MovingTranslations.swift:11:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MovingTranslations' may have shared mutable state; this is an error in the Swift 6 language mode
7 | //
8 |
9 | class MovingTranslations {
| `- note: class 'MovingTranslations' does not conform to the 'Sendable' protocol
10 |
11 | static let `default` = MovingTranslations()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MovingTranslations' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | private(set) lazy var diagonal = [
[16/28] Compiling ChessKit Bitboards.swift
/host/spi-builder-workspace/Sources/ChessKit/FenSerialization.swift:13:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// FEN positions serialization and deserialization.
10 | public class FenSerialization {
| `- note: class 'FenSerialization' does not conform to the 'Sendable' protocol
11 |
12 | /// `FenSerialization` object with default settings.
13 | public static let `default` = FenSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | /**
[17/28] Compiling ChessKit Board.swift
/host/spi-builder-workspace/Sources/ChessKit/FenSerialization.swift:13:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// FEN positions serialization and deserialization.
10 | public class FenSerialization {
| `- note: class 'FenSerialization' does not conform to the 'Sendable' protocol
11 |
12 | /// `FenSerialization` object with default settings.
13 | public static let `default` = FenSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | /**
[18/28] Compiling ChessKit Square.swift
/host/spi-builder-workspace/Sources/ChessKit/FenSerialization.swift:13:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// FEN positions serialization and deserialization.
10 | public class FenSerialization {
| `- note: class 'FenSerialization' does not conform to the 'Sendable' protocol
11 |
12 | /// `FenSerialization` object with default settings.
13 | public static let `default` = FenSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | /**
[19/28] Compiling ChessKit FenSerialization.swift
/host/spi-builder-workspace/Sources/ChessKit/FenSerialization.swift:13:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | /// FEN positions serialization and deserialization.
10 | public class FenSerialization {
| `- note: class 'FenSerialization' does not conform to the 'Sendable' protocol
11 |
12 | /// `FenSerialization` object with default settings.
13 | public static let `default` = FenSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FenSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | /**
[20/28] Compiling ChessKit Rules.swift
/host/spi-builder-workspace/Sources/ChessKit/SanSerialization.swift:17:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SanSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | /// SAN moves serialization and deserialization.
11 | public class SanSerialization {
| `- note: class 'SanSerialization' does not conform to the 'Sendable' protocol
12 |
13 | private let kCastlingKing = "O-O"
:
15 |
16 | /// `SanSerialization` object with default settings.
17 | public static let `default` = SanSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SanSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // MARK: - Serialization
[21/28] Compiling ChessKit StandardRules.swift
/host/spi-builder-workspace/Sources/ChessKit/SanSerialization.swift:17:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SanSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | /// SAN moves serialization and deserialization.
11 | public class SanSerialization {
| `- note: class 'SanSerialization' does not conform to the 'Sendable' protocol
12 |
13 | private let kCastlingKing = "O-O"
:
15 |
16 | /// `SanSerialization` object with default settings.
17 | public static let `default` = SanSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SanSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // MARK: - Serialization
[22/28] Compiling ChessKit SanSerialization.swift
/host/spi-builder-workspace/Sources/ChessKit/SanSerialization.swift:17:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SanSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | /// SAN moves serialization and deserialization.
11 | public class SanSerialization {
| `- note: class 'SanSerialization' does not conform to the 'Sendable' protocol
12 |
13 | private let kCastlingKing = "O-O"
:
15 |
16 | /// `SanSerialization` object with default settings.
17 | public static let `default` = SanSerialization()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SanSerialization' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | // MARK: - Serialization
[23/28] Compiling ChessKit PawnMoving.swift
[24/28] Compiling ChessKit PieceMoving.swift
[25/28] Compiling ChessKit QueenMoving.swift
[26/28] Compiling ChessKit Rays.swift
/host/spi-builder-workspace/Sources/ChessKit/Rays.swift:14:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Rays' may have shared mutable state; this is an error in the Swift 6 language mode
8 | import Foundation
9 |
10 | class Rays {
| `- note: class 'Rays' does not conform to the 'Sendable' protocol
11 |
12 | private(set) var cross = [Bitboard:Bitboard]()
13 |
14 | static let `default` = Rays()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Rays' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | init() {
[27/28] Compiling ChessKit BishopMoving.swift
/host/spi-builder-workspace/Sources/ChessKit/Rays.swift:14:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Rays' may have shared mutable state; this is an error in the Swift 6 language mode
8 | import Foundation
9 |
10 | class Rays {
| `- note: class 'Rays' does not conform to the 'Sendable' protocol
11 |
12 | private(set) var cross = [Bitboard:Bitboard]()
13 |
14 | static let `default` = Rays()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Rays' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | init() {
[28/28] Compiling ChessKit KingMoving.swift
/host/spi-builder-workspace/Sources/ChessKit/Rays.swift:14:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Rays' may have shared mutable state; this is an error in the Swift 6 language mode
8 | import Foundation
9 |
10 | class Rays {
| `- note: class 'Rays' does not conform to the 'Sendable' protocol
11 |
12 | private(set) var cross = [Bitboard:Bitboard]()
13 |
14 | static let `default` = Rays()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Rays' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | init() {
Build complete! (12.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ChessKit",
"name" : "ChessKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ChessKit",
"targets" : [
"ChessKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChessKitTests",
"module_type" : "SwiftTarget",
"name" : "ChessKitTests",
"path" : "Tests/ChessKitTests",
"sources" : [
"BoardTest.swift",
"FenSerializationTests.swift",
"GameTests.swift",
"MoveTests.swift",
"Performance/BoardPerformanceTests.swift",
"PieceColorTests.swift",
"PieceTests.swift",
"PositionTests.swift",
"RaysTests.swift",
"RealGamesTests.swift",
"Rules/Standard/BishopMovesTests.swift",
"Rules/Standard/CheckMovesTests.swift",
"Rules/Standard/CheckmateTests.swift",
"Rules/Standard/KingMovesTests.swift",
"Rules/Standard/KnightMovesTests.swift",
"Rules/Standard/MovesTests.swift",
"Rules/Standard/PawnMovesTests.swift",
"Rules/Standard/QueenMovesTests.swift",
"Rules/Standard/RookMovesTests.swift",
"Rules/Standard/StandardRulesTests.swift",
"SanSerializationTests.swift",
"SquareTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ChessKit"
],
"type" : "test"
},
{
"c99name" : "ChessKit",
"module_type" : "SwiftTarget",
"name" : "ChessKit",
"path" : "Sources/ChessKit",
"product_memberships" : [
"ChessKit"
],
"sources" : [
"Board/Bitboards.swift",
"Board/Board.swift",
"Board/Square.swift",
"FenSerialization.swift",
"Game.swift",
"Move.swift",
"Piece/Piece.swift",
"Piece/PieceColor.swift",
"Piece/PieceKind.swift",
"Position.swift",
"Rays.swift",
"Rules/Piece Moving/BishopMoving.swift",
"Rules/Piece Moving/KingMoving.swift",
"Rules/Piece Moving/KnightMoving.swift",
"Rules/Piece Moving/LongRangeMoving.swift",
"Rules/Piece Moving/MovingTranslations.swift",
"Rules/Piece Moving/PawnMoving.swift",
"Rules/Piece Moving/PieceMoving.swift",
"Rules/Piece Moving/QueenMoving.swift",
"Rules/Piece Moving/RangeMoving.swift",
"Rules/Piece Moving/RookMoving.swift",
"Rules/Piece Moving/ShortRangeMoving.swift",
"Rules/Rules.swift",
"Rules/StandardRules.swift",
"SanSerialization.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.