Build Information
Successful build of SchemaSwift, reference main (7db4c2
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 29 Jul 2024 04:41:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SchemaSwift-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/khanlou/SchemaSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/khanlou/SchemaSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7db4c20 add a new reserved keyword
Cloned https://github.com/khanlou/SchemaSwift.git
Revision (git rev-parse @):
7db4c200593dda367404849459baaf78532cf22f
SUCCESS checkout https://github.com/khanlou/SchemaSwift.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/khanlou/SchemaSwift.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/codewinsdotcom/PostgresClientKit
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/IBM-Swift/BlueSSLService
Fetching from https://github.com/IBM-Swift/BlueSocket.git
Creating working copy of package ‘PostgresClientKit’
Checking out 1.4.3 of package ‘PostgresClientKit’
Creating working copy of package ‘BlueSSLService’
Checking out 2.0.1 of package ‘BlueSSLService’
Creating working copy of package ‘BlueSocket’
Checking out 2.0.2 of package ‘BlueSocket’
Creating working copy of package ‘swift-argument-parser’
Checking out 0.5.0 of package ‘swift-argument-parser’
'bluesslservice' dependency on 'https://github.com/Kitura/BlueSocket.git' conflicts with dependency on 'https://github.com/IBM-Swift/BlueSocket.git' which has the same identity 'bluesocket'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
SchemaSwift: /Users/admin/builder/spi-builder-workspace
SSLService: https://github.com/IBM-Swift/BlueSSLService @ 2.0.1
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
Socket: https://github.com/IBM-Swift/BlueSocket.git @ 2.0.2
PostgresClientKit: https://github.com/codewinsdotcom/PostgresClientKit @ 1.4.3
resolved source packages: SchemaSwift, SSLService, swift-argument-parser, Socket, PostgresClientKit
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "postgresclientkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/codewinsdotcom/PostgresClientKit"
}
],
"manifest_display_name" : "SchemaSwift",
"name" : "SchemaSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SchemaSwift",
"targets" : [
"SchemaSwift"
],
"type" : {
"executable" : null
}
},
{
"name" : "SchemaSwiftLibrary",
"targets" : [
"SchemaSwiftLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SchemaSwiftTests",
"module_type" : "SwiftTarget",
"name" : "SchemaSwiftTests",
"path" : "Tests/SchemaSwiftTests",
"sources" : [
"InflectionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SchemaSwiftLibrary"
],
"type" : "test"
},
{
"c99name" : "SchemaSwiftLibrary",
"module_type" : "SwiftTarget",
"name" : "SchemaSwiftLibrary",
"path" : "Sources/SchemaSwiftLibrary",
"product_dependencies" : [
"ArgumentParser",
"PostgresClientKit"
],
"product_memberships" : [
"SchemaSwift",
"SchemaSwiftLibrary"
],
"sources" : [
"Model/Column.swift",
"Model/Enum.swift",
"Model/Inflectors.swift",
"Model/Overrides.swift",
"Model/Table.swift"
],
"type" : "library"
},
{
"c99name" : "SchemaSwift",
"module_type" : "SwiftTarget",
"name" : "SchemaSwift",
"path" : "Sources/SchemaSwift",
"product_memberships" : [
"SchemaSwift"
],
"sources" : [
"Database.swift",
"main.swift"
],
"target_dependencies" : [
"SchemaSwiftLibrary"
],
"type" : "executable"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SchemaSwift",
"SchemaSwift-Package",
"SchemaSwiftLibrary"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SchemaSwift-Package -destination platform=macOS,arch=arm64
Build complete.
Done.