The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyJSCore, reference 0.5.2 (06e7cc), with Swift 6.2 for macOS (SPM) on 16 Jul 2025 14:47:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michalbencur/SwiftyJSCore.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michalbencur/SwiftyJSCore
 * tag               0.5.2      -> FETCH_HEAD
HEAD is now at 06e7cc1 make console.debug() only log in DEBUG mode
Cloned https://github.com/michalbencur/SwiftyJSCore.git
Revision (git rev-parse @):
06e7cc12d5b8a2720f7ae4456f01115dff0e7c3b
SUCCESS checkout https://github.com/michalbencur/SwiftyJSCore.git at 0.5.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michalbencur/SwiftyJSCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling SwiftyJSCore JSPromiseHolder.swift
[4/12] Compiling SwiftyJSCore JSTypes.swift
[5/12] Compiling SwiftyJSCore JSInterpreter.swift
[6/12] Compiling SwiftyJSCore JSInternal.swift
[7/12] Compiling SwiftyJSCore JSIntepreter+Setup.swift
[8/12] Compiling SwiftyJSCore JSAsyncWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyJSCore/JSAsyncWrapper.swift:30:30: warning: capture of non-sendable type 'T.Type' in an isolated closure
28 |     Task.detached {
29 |         do {
30 |             let result = try await wrapper.call()
   |                              `- warning: capture of non-sendable type 'T.Type' in an isolated closure
31 |             let json = try convertToJSCoreCompatible(result)
32 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyJSCore/JSAsyncWrapper.swift:25:9: warning: capture of non-sendable type 'T.Type' in an isolated closure
23 |     }
24 |
25 |     let wrapper = ClosureWrapper(closure: closure)
   |         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
26 |     let (promiseHolder, promise) = JSPromiseHolder.create(context: context)
27 |
[9/12] Compiling SwiftyJSCore JSConvertable+Extensions.swift
[10/12] Emitting module SwiftyJSCore
[11/12] Compiling SwiftyJSCore JSConsoleLogger.swift
[12/12] Compiling SwiftyJSCore JSInterpreter+Fetch.swift
Build complete! (4.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyJSCore",
  "name" : "SwiftyJSCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyJSCore",
      "targets" : [
        "SwiftyJSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyJSCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJSCoreTests",
      "path" : "Tests/SwiftyJSCoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftyJSCoreTests/script.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftyJSCoreTests/swift-data.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FetchTests.swift",
        "Logger.swift",
        "SwiftDataAPI.swift",
        "SwiftDataModels.swift",
        "SwiftDataTests.swift",
        "SwiftyJSCoreTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyJSCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyJSCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyJSCore",
      "path" : "Sources/SwiftyJSCore",
      "product_memberships" : [
        "SwiftyJSCore"
      ],
      "sources" : [
        "JSAsyncWrapper.swift",
        "JSConsoleLogger.swift",
        "JSConvertable+Extensions.swift",
        "JSIntepreter+Setup.swift",
        "JSInternal.swift",
        "JSInterpreter+Fetch.swift",
        "JSInterpreter.swift",
        "JSPromiseHolder.swift",
        "JSTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.