The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Flexer, reference 0.2.3 (4c3d8c), with Swift 5.9 for macOS (SPM) on 5 May 2025 18:51:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Flexer.git
Reference: 0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Flexer
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 4c3d8c6 recognize all newlines; fixes #6
Cloned https://github.com/ChimeHQ/Flexer.git
Revision (git rev-parse @):
4c3d8c6ecd1e45877268eaf432b73099eb35ecb0
SUCCESS checkout https://github.com/ChimeHQ/Flexer.git at 0.2.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/ChimeHQ/Flexer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling Flexer LookAheadSequenceReference.swift
[2/7] Compiling Flexer LookAheadSequence.swift
[3/7] Compiling Flexer CharacterSet+Character.swift
[4/7] Compiling Flexer LookAheadIteratorProtocol.swift
[5/7] Compiling Flexer TokenProtocol.swift
[6/7] Emitting module Flexer
[7/7] Compiling Flexer BasicTextCharacterLexer.swift
Build complete! (6.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Flexer",
  "name" : "Flexer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Flexer",
      "targets" : [
        "Flexer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlexerTests",
      "module_type" : "SwiftTarget",
      "name" : "FlexerTests",
      "path" : "Tests/FlexerTests",
      "sources" : [
        "BasicTextCharacterLexerTests.swift",
        "ExampleLexerTests.swift",
        "LookAheadSequenceReferenceTests.swift"
      ],
      "target_dependencies" : [
        "Flexer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Flexer",
      "module_type" : "SwiftTarget",
      "name" : "Flexer",
      "path" : "Sources/Flexer",
      "product_memberships" : [
        "Flexer"
      ],
      "sources" : [
        "BasicTextCharacterLexer.swift",
        "CharacterSet+Character.swift",
        "LookAheadIteratorProtocol.swift",
        "LookAheadSequence.swift",
        "LookAheadSequenceReference.swift",
        "TokenProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.