Build Information
Successful build of SGF, reference master (ca93d9), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 18:10:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/y-ich/swift-sgf.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/y-ich/swift-sgf
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ca93d95 changed SGFCursor API
Cloned https://github.com/y-ich/swift-sgf.git
Revision (git rev-parse @):
ca93d9573230545f0a226230787de0a2dd4c3026
SUCCESS checkout https://github.com/y-ich/swift-sgf.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/y-ich/swift-sgf.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling SGF SGFEncoder.swift
[4/10] Compiling SGF NSTextCheckingResultExtension.swift
[5/10] Compiling SGF SGFParser.swift
[6/10] Compiling SGF SGFCursor.swift
[7/10] Compiling SGF CitronLexer.swift
/Users/admin/builder/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 |
/Users/admin/builder/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>
[8/10] Compiling SGF CitronParser.swift
[9/10] Emitting module SGF
[10/10] Compiling SGF SGFParserUtils.swift
Build complete! (3.42s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SGF",
"name" : "SGF",
"path" : "/Users/admin/builder/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"
}
Done.