Build Information
Successful build of ECMASwift, reference 1.1.0 (eb837b
), with Swift 5.10 for macOS (SPM) on 5 Aug 2024 14:52:49 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theolampert/ECMASwift.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theolampert/ECMASwift
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at eb837bf Add platforms, update swifttools
Cloned https://github.com/theolampert/ECMASwift.git
Revision (git rev-parse @):
eb837bf3f6767536ef849a0e9b57e4ca01b43196
SUCCESS checkout https://github.com/theolampert/ECMASwift.git at 1.1.0
========================================
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
[1/660] Fetching ecmaswift
Fetched https://github.com/theolampert/ECMASwift.git from cache (1.23s)
Creating working copy for https://github.com/theolampert/ECMASwift.git
Working copy of https://github.com/theolampert/ECMASwift.git resolved at 1.1.0 (eb837bf)
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 Crypto.swift
[4/21] Compiling ECMASwift SublteCrypto.swift
[5/21] Compiling ECMASwift Headers.swift
[6/21] Compiling ECMASwift Request.swift
[7/21] Compiling ECMASwift HTTPClient.swift
[8/21] Compiling ECMASwift FormData.swift
[9/21] 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)
^
[10/21] 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)
^
[11/21] Compiling ECMASwift Timers.swift
[12/21] Compiling ECMASwift URL.swift
[13/23] Compiling ECMASwift URLSearchParams.swift
[14/23] Compiling ECMASwift JSContext+callFunction.swift
[15/23] Compiling ECMASwift RequestBody.swift
[16/23] Compiling ECMASwift TextEncoder.swift
[17/23] Compiling ECMASwift JSValue+callFunction.swift
[18/23] Compiling ECMASwift JSValue+isNil.swift
[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.95s)
Build complete.
Done.