The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftScanner, reference 1.1.0 (ac42ee), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 09:25:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/malcommac/SwiftScanner.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/malcommac/SwiftScanner
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at ac42ee1 Merge branch 'release/1.1.0'
Cloned https://github.com/malcommac/SwiftScanner.git
Revision (git rev-parse @):
ac42ee117614b3f651e6cb93ad08101d5c7d78b3
SUCCESS checkout https://github.com/malcommac/SwiftScanner.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/malcommac/SwiftScanner.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/4] Compiling SwiftScanner StringScanner.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftScanner/StringScanner.swift:184:7: warning: initialization of immutable value 'prevConsumed' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
182 | 	/// - Throws: throw an exception .invalidFloat or .eof according to the error
183 | 	public func scanFloat() throws -> Float {
184 | 		let prevConsumed = self.consumed
    |       `- warning: initialization of immutable value 'prevConsumed' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
185 |
186 | 		func throwAndBackBy(length: Int) {
[4/4] Emitting module SwiftScanner
Build complete! (3.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftScanner",
  "name" : "SwiftScanner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftScanner",
      "targets" : [
        "SwiftScanner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftScanner",
      "module_type" : "SwiftTarget",
      "name" : "SwiftScanner",
      "path" : "Sources/SwiftScanner",
      "product_memberships" : [
        "SwiftScanner"
      ],
      "sources" : [
        "StringScanner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.