The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SGF, reference 1.6.1 (abb31a), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 14:47:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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.69s)
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 1.6.1 (abb31ad)
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 CitronParser.swift
[4/10] Compiling SGF SGFParser.swift
[5/10] Compiling SGF SGFParserUtils.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] Emitting module SGF
[9/10] Compiling SGF NSTextCheckingResultExtension.swift
[10/10] Compiling SGF SGFEncoder.swift
Build complete! (4.10s)
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.