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 LineNoise, reference 0.0.3 (afc897), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 10:57:39 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/andybest/linenoise-swift.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andybest/linenoise-swift
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at afc897c Merge pull request #8 from ewanmellor/preserve-history-edits
Cloned https://github.com/andybest/linenoise-swift.git
Revision (git rev-parse @):
afc897c02b030af7333105c4fedcd843a8339238
SUCCESS checkout https://github.com/andybest/linenoise-swift.git at 0.0.3
Fetching https://github.com/Quick/Nimble.git
[1/19218] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.69s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.70s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
========================================
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": "linenoise-swift",
      "name": "LineNoise",
      "url": "https://github.com/andybest/linenoise-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/linenoise-swift",
      "dependencies": [
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble.git",
          "version": "7.3.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/andybest/linenoise-swift.git
[1/219] Fetching linenoise-swift
Fetched https://github.com/andybest/linenoise-swift.git from cache (0.74s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.61s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.05s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/andybest/linenoise-swift.git
Working copy of https://github.com/andybest/linenoise-swift.git resolved at 0.0.3 (afc897c)
Found 1 product dependencies
  - Nimble
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/andybest/linenoise-swift.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/7] Write sources
[2/7] Write linenoiseDemo-entitlement.plist
[3/7] Write swift-version--7754E27361AE5C74.txt
[5/15] Compiling LineNoise AnsiCodes.swift
[6/15] Emitting module LineNoise
[7/15] Compiling LineNoise Terminal.swift
[8/15] Compiling LineNoise Errors.swift
[9/15] Compiling LineNoise EditState.swift
[10/15] Compiling LineNoise ControlCharacters.swift
[11/15] Compiling LineNoise linenoise.swift
[12/15] Compiling LineNoise History.swift
[13/17] Emitting module linenoiseDemo
[14/17] Compiling linenoiseDemo main.swift
[14/17] Write Objects.LinkFileList
[15/17] Linking linenoiseDemo
[16/17] Applying linenoiseDemo
Build complete! (10.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.1",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "LineNoise",
  "name" : "LineNoise",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LineNoise",
      "targets" : [
        "LineNoise"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "linenoiseDemo",
      "targets" : [
        "linenoiseDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "linenoiseTests",
      "module_type" : "SwiftTarget",
      "name" : "linenoiseTests",
      "path" : "Tests/linenoiseTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "AnsiCodesTests.swift",
        "EditStateTests.swift",
        "HistoryTests.swift"
      ],
      "target_dependencies" : [
        "LineNoise"
      ],
      "type" : "test"
    },
    {
      "c99name" : "linenoiseDemo",
      "module_type" : "SwiftTarget",
      "name" : "linenoiseDemo",
      "path" : "Sources/linenoiseDemo",
      "product_memberships" : [
        "linenoiseDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LineNoise"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LineNoise",
      "module_type" : "SwiftTarget",
      "name" : "LineNoise",
      "path" : "Sources/linenoise",
      "product_memberships" : [
        "LineNoise",
        "linenoiseDemo"
      ],
      "sources" : [
        "AnsiCodes.swift",
        "ControlCharacters.swift",
        "EditState.swift",
        "Errors.swift",
        "History.swift",
        "Terminal.swift",
        "linenoise.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.