Build Information
Successful build of SGF, reference master (ca93d9), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 14:46:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-sgf",
"name": "SGF",
"url": "https://github.com/y-ich/swift-sgf.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-sgf",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/y-ich/swift-sgf.git
[1/221] Fetching swift-sgf
Fetched https://github.com/y-ich/swift-sgf.git from cache (0.68s)
Creating working copy for https://github.com/y-ich/swift-sgf.git
Working copy of https://github.com/y-ich/swift-sgf.git resolved at master (ca93d95)
warning: '.resolve-product-dependencies': dependency 'swift-sgf' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/y-ich/swift-sgf.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling SGF SGFParserUtils.swift
[4/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>
[5/10] Compiling SGF CitronParser.swift
[6/10] Compiling SGF SGFCursor.swift
[7/10] Emitting module SGF
[8/10] Compiling SGF NSTextCheckingResultExtension.swift
[9/10] Compiling SGF SGFParser.swift
[10/10] Compiling SGF SGFEncoder.swift
Build complete! (4.18s)
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.