This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 wren-swift with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/wren-swift.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helje5/wren-swift
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 3b47faa Update README.md
Cloned https://github.com/helje5/wren-swift.git
Revision (git rev-parse @):
3b47faaaf46c95ba551113d9ef49f483081354b3
SUCCESS checkout https://github.com/helje5/wren-swift.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/helje5/wren-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-6F35C1178C84523A.txt
[2/3] Compiling CWren wren.c
[4/13] Compiling Wren Callbacks.swift
[5/13] Compiling Wren ValueConvertible.swift
[6/13] Compiling Wren Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wren/Error.swift:19:16: warning: stored property 'type' of 'Sendable'-conforming struct 'WrenError' has non-sendable type 'WrenVM.WrenError.WrenErrorType'; this is an error in the Swift 6 language mode
13 |   struct WrenError: Swift.Error, Equatable {
14 |
15 |     public enum WrenErrorType: String, Equatable {
   |                 `- note: consider making enum 'WrenErrorType' conform to the 'Sendable' protocol
16 |       case compile, runtime, stacktrace, unknown
17 |     }
18 |
19 |     public let type    : WrenErrorType
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'WrenError' has non-sendable type 'WrenVM.WrenError.WrenErrorType'; this is an error in the Swift 6 language mode
20 |     public let module  : String
21 |     public let line    : Int
[7/13] Compiling Wren Configuration.swift
[8/13] Compiling Wren Values.swift
[9/13] Compiling Wren Foreign.swift
[10/13] Compiling Wren Slots.swift
[11/13] Emitting module Wren
/Users/admin/builder/spi-builder-workspace/Sources/Wren/Error.swift:19:16: warning: stored property 'type' of 'Sendable'-conforming struct 'WrenError' has non-sendable type 'WrenVM.WrenError.WrenErrorType'; this is an error in the Swift 6 language mode
13 |   struct WrenError: Swift.Error, Equatable {
14 |
15 |     public enum WrenErrorType: String, Equatable {
   |                 `- note: consider making enum 'WrenErrorType' conform to the 'Sendable' protocol
16 |       case compile, runtime, stacktrace, unknown
17 |     }
18 |
19 |     public let type    : WrenErrorType
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'WrenError' has non-sendable type 'WrenVM.WrenError.WrenErrorType'; this is an error in the Swift 6 language mode
20 |     public let module  : String
21 |     public let line    : Int
[12/13] Compiling Wren Handle.swift
[13/13] Compiling Wren Dynamic.swift
[14/14] Compiling Wren WrenVM.swift
Build complete! (21.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "wren-swift",
  "name" : "wren-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CWren",
      "targets" : [
        "CWren"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Wren",
      "targets" : [
        "Wren"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WrenTests",
      "module_type" : "SwiftTarget",
      "name" : "WrenTests",
      "path" : "Tests/WrenTests",
      "sources" : [
        "DynamicWrenTests.swift",
        "WrenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Wren"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wren",
      "module_type" : "SwiftTarget",
      "name" : "Wren",
      "path" : "Sources/Wren",
      "product_memberships" : [
        "Wren"
      ],
      "sources" : [
        "Callbacks.swift",
        "Configuration.swift",
        "Dynamic.swift",
        "Error.swift",
        "Foreign.swift",
        "Handle.swift",
        "Slots.swift",
        "ValueConvertible.swift",
        "Values.swift",
        "WrenVM.swift"
      ],
      "target_dependencies" : [
        "CWren"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CWrenTests",
      "module_type" : "SwiftTarget",
      "name" : "CWrenTests",
      "path" : "Tests/CWrenTests",
      "sources" : [
        "CWrenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CWren"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CWren",
      "module_type" : "ClangTarget",
      "name" : "CWren",
      "path" : "Sources/CWren",
      "product_memberships" : [
        "CWren",
        "Wren"
      ],
      "sources" : [
        "wren.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.