The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyJSCore, reference main (06e7cc), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 14:00:08 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michalbencur/SwiftyJSCore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michalbencur/SwiftyJSCore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftyjscore",
      "name": "SwiftyJSCore",
      "url": "https://github.com/michalbencur/SwiftyJSCore.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyJSCore",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/michalbencur/SwiftyJSCore.git
[1/272] Fetching swiftyjscore
Fetched https://github.com/michalbencur/SwiftyJSCore.git from cache (0.76s)
Creating working copy for https://github.com/michalbencur/SwiftyJSCore.git
Working copy of https://github.com/michalbencur/SwiftyJSCore.git resolved at main (06e7cc1)
warning: '.resolve-product-dependencies': dependency 'swiftyjscore' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/michalbencur/SwiftyJSCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling SwiftyJSCore JSTypes.swift
[4/12] Compiling SwiftyJSCore JSPromiseHolder.swift
[5/12] Compiling SwiftyJSCore JSInterpreter.swift
[6/12] Compiling SwiftyJSCore JSInternal.swift
[7/12] Compiling SwiftyJSCore JSIntepreter+Setup.swift
[8/12] Compiling SwiftyJSCore JSConvertable+Extensions.swift
[9/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 [#SendableMetatypes]
28 |     Task.detached {
29 |         do {
30 |             let result = try await wrapper.call()
   |                              `- warning: capture of non-Sendable type 'T.Type' in an isolated closure [#SendableMetatypes]
31 |             let json = try convertToJSCoreCompatible(result)
32 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[10/12] Compiling SwiftyJSCore JSConsoleLogger.swift
[11/12] Emitting module SwiftyJSCore
[12/12] Compiling SwiftyJSCore JSInterpreter+Fetch.swift
Build complete! (5.74s)
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.