The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ECMASwift, reference main (746f56), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 22:07:32 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/theolampert/ECMASwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theolampert/ECMASwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 746f56f Test more methods
Cloned https://github.com/theolampert/ECMASwift.git
Revision (git rev-parse @):
746f56f1ea60600f13daaf6b27e8871ab4618857
SUCCESS checkout https://github.com/theolampert/ECMASwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/theolampert/ECMASwift.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/21] Compiling ECMASwift JSValue+callFunction.swift
[4/21] Compiling ECMASwift JSValue+isNil.swift
[5/23] Compiling ECMASwift Timers.swift
[6/23] Compiling ECMASwift URL.swift
[7/23] Compiling ECMASwift URLSearchParams.swift
[8/23] Compiling ECMASwift JSContext+callFunction.swift
[9/23] Compiling ECMASwift RequestBody.swift
[10/23] Compiling ECMASwift TextEncoder.swift
[11/23] Compiling ECMASwift Headers.swift
[12/23] Compiling ECMASwift Request.swift
[13/23] Compiling ECMASwift AbortController.swift
[14/23] Compiling ECMASwift Fetch.swift
[15/23] Compiling ECMASwift Crypto.swift
[16/23] Compiling ECMASwift SublteCrypto.swift
[17/23] Compiling ECMASwift Blob.swift
[18/23] Compiling ECMASwift Console.swift
[19/23] Emitting module ECMASwift
[20/23] Compiling ECMASwift HTTPClient.swift
[21/23] Compiling ECMASwift FormData.swift
[22/23] Compiling ECMASwift JSValue+toType.swift
[23/23] Compiling ECMASwift JSRuntime.swift
Build complete! (5.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ECMASwift",
  "name" : "ECMASwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "ECMASwift",
      "targets" : [
        "ECMASwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ECMASwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ECMASwiftTests",
      "path" : "Tests/ECMASwiftTests",
      "sources" : [
        "BlobTests.swift",
        "CryptoTests.swift",
        "FetchTests.swift",
        "HeadersTests.swift",
        "RequestTests.swift",
        "SubtleCryptoTests.swift",
        "TextEncoderTests.swift",
        "TimerTests.swift",
        "URLSearchParamsTests.swift",
        "URLTests.swift"
      ],
      "target_dependencies" : [
        "ECMASwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ECMASwift",
      "module_type" : "SwiftTarget",
      "name" : "ECMASwift",
      "path" : "Sources/ECMASwift",
      "product_memberships" : [
        "ECMASwift"
      ],
      "sources" : [
        "API/Blob/Blob.swift",
        "API/Console/Console.swift",
        "API/Crypto/Crypto.swift",
        "API/Crypto/SublteCrypto.swift",
        "API/Fetch/AbortController.swift",
        "API/Fetch/Fetch.swift",
        "API/Fetch/HTTPClient.swift",
        "API/FormData/FormData.swift",
        "API/Headers/Headers.swift",
        "API/Request/Request.swift",
        "API/Request/RequestBody.swift",
        "API/TextEncoder/TextEncoder.swift",
        "API/Timers/Timers.swift",
        "API/URL/URL.swift",
        "API/URLSearchParams/URLSearchParams.swift",
        "Helpers/JSContext+callFunction.swift",
        "Helpers/JSValue+callFunction.swift",
        "Helpers/JSValue+isNil.swift",
        "Helpers/JSValue+toType.swift",
        "JSRuntime.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.