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 main (d70570), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 09:08:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Flexer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Flexer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d705703 Swiftly url and Xcode version updates
Cloned https://github.com/ChimeHQ/Flexer.git
Revision (git rev-parse @):
d70570388d708b2003612b55951eff00662691d6
SUCCESS checkout https://github.com/ChimeHQ/Flexer.git at main
========================================
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
[1/210] Fetching flexer
Fetched https://github.com/ChimeHQ/Flexer.git from cache (0.79s)
Creating working copy for https://github.com/ChimeHQ/Flexer.git
Working copy of https://github.com/ChimeHQ/Flexer.git resolved at main (d705703)
warning: '.resolve-product-dependencies': dependency 'flexer' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ChimeHQ/Flexer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/9] Compiling Flexer TokenProtocol.swift
[4/9] Compiling Flexer LookAheadIteratorProtocol.swift
[5/9] Compiling Flexer CharacterSet+Character.swift
[6/9] Compiling Flexer LookAheadSequenceReference.swift
[7/9] Emitting module Flexer
[8/9] Compiling Flexer BasicTextCharacterLexer.swift
[9/9] Compiling Flexer LookAheadSequence.swift
Build complete! (9.06s)
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.