Build Information
Successful build of ECMASwift, reference 1.1.0 (eb837b
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 5 Aug 2024 14:53:07 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ECMASwift -destination platform=macOS,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
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/theolampert/ECMASwift.git
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
ECMASwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: ECMASwift
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ECMASwift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ECMASwift -destination platform=macOS,arch=arm64
Build complete.
Done.