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 6.1 for macOS (SPM) on 5 May 2025 18:51:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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
========================================
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",
  "dependencies": [
    {
      "identity": "flexer",
      "name": "Flexer",
      "url": "https://github.com/ChimeHQ/Flexer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Flexer",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/Flexer.git
[6/273] Fetching flexer
Fetched https://github.com/ChimeHQ/Flexer.git from cache (0.70s)
Creating working copy for https://github.com/ChimeHQ/Flexer.git
Working copy of https://github.com/ChimeHQ/Flexer.git resolved at 0.2.3 (4c3d8c6)
warning: '.resolve-product-dependencies': dependency 'flexer' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/Flexer.git
https://github.com/ChimeHQ/Flexer.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling Flexer LookAheadSequenceReference.swift
[4/9] Compiling Flexer LookAheadIteratorProtocol.swift
[5/9] Compiling Flexer LookAheadSequence.swift
[6/9] Compiling Flexer BasicTextCharacterLexer.swift
[7/9] Compiling Flexer CharacterSet+Character.swift
[8/9] Compiling Flexer TokenProtocol.swift
[9/9] Emitting module Flexer
Build complete! (5.34s)
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.