The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SGF, reference 1.6.1 (abb31a), with Swift 6.2 for Linux on 17 Jun 2025 18:05:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/y-ich/swift-sgf.git
Reference: 1.6.1
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/y-ich/swift-sgf
 * tag               1.6.1      -> FETCH_HEAD
HEAD is now at abb31ad bugfix: could not make public protocol conformance extension
Cloned https://github.com/y-ich/swift-sgf.git
Revision (git rev-parse @):
abb31adff01592431b7d08c5f2f9731baba030a6
SUCCESS checkout https://github.com/y-ich/swift-sgf.git at 1.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/y-ich/swift-sgf.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling SGF CitronParser.swift
[4/10] Compiling SGF SGFCursor.swift
[5/10] Compiling SGF SGFEncoder.swift
[6/10] Compiling SGF SGFParserUtils.swift
[7/10] Compiling SGF SGFParser.swift
[8/10] Compiling SGF NSTextCheckingResultExtension.swift
[9/10] Emitting module SGF
[10/10] Compiling SGF CitronLexer.swift
/host/spi-builder-workspace/Sources/SGF/CitronLexer.swift:50:50: warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior. [#DeprecatedDeclaration]
 48 |             }
 49 |         }
 50 |         currentPosition = (tokenPosition: String.Index(encodedOffset: 0), linePosition: String.Index(encodedOffset: 0), lineNumber: 0)
    |                                                  `- warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior. [#DeprecatedDeclaration]
 51 |     }
 52 |
/host/spi-builder-workspace/Sources/SGF/CitronLexer.swift:50:96: warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior. [#DeprecatedDeclaration]
 48 |             }
 49 |         }
 50 |         currentPosition = (tokenPosition: String.Index(encodedOffset: 0), linePosition: String.Index(encodedOffset: 0), lineNumber: 0)
    |                                                                                                `- warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior. [#DeprecatedDeclaration]
 51 |     }
 52 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (14.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SGF",
  "name" : "SGF",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SGF",
      "targets" : [
        "SGF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SGFTests",
      "module_type" : "SwiftTarget",
      "name" : "SGFTests",
      "path" : "Tests/SGFTests",
      "sources" : [
        "SGFTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SGF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SGF",
      "module_type" : "SwiftTarget",
      "name" : "SGF",
      "path" : "Sources/SGF",
      "product_memberships" : [
        "SGF"
      ],
      "sources" : [
        "CitronLexer.swift",
        "CitronParser.swift",
        "NSTextCheckingResultExtension.swift",
        "SGFCursor.swift",
        "SGFEncoder.swift",
        "SGFParser.swift",
        "SGFParserUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.