Build Information
Successful build of SwiftExtensionsPack, reference 1.27.2 (590d6c
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 26 Jul 2024 20:30:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftExtensionsPack -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/swift-extensions-pack.git
Reference: 1.27.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/swift-extensions-pack
* tag 1.27.2 -> FETCH_HEAD
HEAD is now at 590d6cd text error refactoring
Cloned https://github.com/nerzh/swift-extensions-pack.git
Revision (git rev-parse @):
590d6cd79f3e176c25d6caaeaef760b93eb07cef
SUCCESS checkout https://github.com/nerzh/swift-extensions-pack.git at 1.27.2
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/nerzh/swift-extensions-pack.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
Fetching from https://github.com/bytehubio/ed25519
Fetching from https://github.com/nerzh/swift-regular-expression
Fetching from https://github.com/apple/swift-log
Fetching from https://github.com/apple/swift-crypto
Creating working copy of package ‘swift-regular-expression’
Checking out 0.2.4 of package ‘swift-regular-expression’
Creating working copy of package ‘swift-crypto’
Checking out 2.6.0 of package ‘swift-crypto’
Creating working copy of package ‘swift-log’
Checking out 1.6.1 of package ‘swift-log’
Creating working copy of package ‘ed25519’
Checking out 1.0.0 of package ‘ed25519’
Resolved source packages:
SwiftRegularExpression: https://github.com/nerzh/swift-regular-expression @ 0.2.4
swift-log: https://github.com/apple/swift-log @ 1.6.1
SwiftExtensionsPack: /Users/admin/builder/spi-builder-workspace
Ed25519: https://github.com/bytehubio/ed25519 @ 1.0.0
swift-crypto: https://github.com/apple/swift-crypto @ 2.6.0
resolved source packages: SwiftRegularExpression, swift-log, SwiftExtensionsPack, Ed25519, swift-crypto
{
"dependencies" : [
{
"identity" : "swift-regular-expression",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerzh/swift-regular-expression"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "ed25519",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bytehubio/ed25519"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "SwiftExtensionsPack",
"name" : "SwiftExtensionsPack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftExtensionsPack",
"targets" : [
"SwiftExtensionsPack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftExtensionsPackTests",
"module_type" : "SwiftTarget",
"name" : "SwiftExtensionsPackTests",
"path" : "Tests/SwiftExtensionsPackTests",
"sources" : [
"SwiftExtensionsPackTests.swift"
],
"target_dependencies" : [
"SwiftExtensionsPack"
],
"type" : "test"
},
{
"c99name" : "SwiftExtensionsPack",
"module_type" : "SwiftTarget",
"name" : "SwiftExtensionsPack",
"path" : "Sources/SwiftExtensionsPack",
"product_dependencies" : [
"SwiftRegularExpression",
"Crypto",
"Ed25519",
"Logging"
],
"product_memberships" : [
"SwiftExtensionsPack"
],
"sources" : [
"Array/SafeArray.swift",
"Array/Sequence+Extensions.swift",
"Codable/Codable+Extensions.swift",
"Common/AnyValue.swift",
"Common/Atomic.swift",
"Common/CommonClasses.swift",
"Common/CommonMethods.swift",
"Common/ErrorCommon.swift",
"Common/ObjectIdentifier.swift",
"Common/Protocols.swift",
"Common/Runtime.swift",
"Common/SafeValue.swift",
"Crypto/AES.swift",
"Crypto/ByteArray+Bits.swift",
"Crypto/Data+Extension.swift",
"Crypto/Ed25519.swift",
"Crypto/HexaDecimal.swift",
"Crypto/Hmac.swift",
"Crypto/RandomBytes.swift",
"Crypto/SHA.swift",
"Crypto/String+Extension.swift",
"Date/Date+String.swift",
"Date/DateCommon.swift",
"Dictionary/Dictionary+JSON.swift",
"Dictionary/DictionaryCommon.swift",
"Dictionary/SafeDictionary.swift",
"Double/Double.swift",
"Float/Float.swift",
"Net/HTTP.swift",
"String/String+Chunks.swift",
"String/String+Date.swift",
"String/String+JSON.swift",
"String/StringCommon.swift",
"iOS/String/String+Crypto.swift",
"iOS/String/String+Height.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftExtensionsPack"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftExtensionsPack -destination platform=macOS,arch=arm64
Build complete.
Done.