Build Information
Successful build of ECMASwift, reference main (746f56
), with Swift 5.10 for macOS (SPM) on 26 Sep 2024 14:36:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.54.2
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
========================================
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": "ecmaswift",
"name": "ECMASwift",
"url": "https://github.com/theolampert/ECMASwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ECMASwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/theolampert/ECMASwift.git
[7/670] Fetching ecmaswift
Fetched https://github.com/theolampert/ECMASwift.git from cache (1.24s)
Creating working copy for https://github.com/theolampert/ECMASwift.git
Working copy of https://github.com/theolampert/ECMASwift.git resolved at main (746f56f)
warning: '.resolve-product-dependencies': dependency 'ecmaswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/theolampert/ECMASwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/21] Compiling ECMASwift URLSearchParams.swift
[4/21] Compiling ECMASwift JSContext+callFunction.swift
[5/23] Compiling ECMASwift JSValue+callFunction.swift
[6/23] Compiling ECMASwift JSValue+isNil.swift
[7/23] Compiling ECMASwift Headers.swift
[8/23] Compiling ECMASwift Request.swift
[9/23] Compiling ECMASwift Timers.swift
[10/23] Compiling ECMASwift URL.swift
[11/23] Compiling ECMASwift RequestBody.swift
[12/23] Compiling ECMASwift TextEncoder.swift
[13/23] Compiling ECMASwift HTTPClient.swift
[14/23] Compiling ECMASwift FormData.swift
[15/23] Compiling ECMASwift Crypto.swift
[16/23] Compiling ECMASwift SublteCrypto.swift
[17/23] Compiling ECMASwift AbortController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ECMASwift/API/Fetch/Fetch.swift:72:75: warning: reference to captured var 'request' in concurrently-executing code; this is an error in Swift 6
let (data, response) = try await client.data(for: request)
^
[18/23] Compiling ECMASwift Fetch.swift
/Users/admin/builder/spi-builder-workspace/Sources/ECMASwift/API/Fetch/Fetch.swift:72:75: warning: reference to captured var 'request' in concurrently-executing code; this is an error in Swift 6
let (data, response) = try await client.data(for: request)
^
[19/23] Emitting module ECMASwift
[20/23] Compiling ECMASwift Blob.swift
[21/23] Compiling ECMASwift Console.swift
[22/23] Compiling ECMASwift JSValue+toType.swift
[23/23] Compiling ECMASwift JSRuntime.swift
Build complete! (5.17s)
Build complete.
Done.