Build Information
Successful build of SchemaSwift, reference main (7db4c2
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 29 Jul 2024 04:41:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -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.8
Building package at path: $PWD
https://github.com/khanlou/SchemaSwift.git
Command line invocation:
/Applications/Xcode-14.3.1.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/IBM-Swift/BlueSocket.git
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/IBM-Swift/BlueSSLService
Fetching from https://github.com/codewinsdotcom/PostgresClientKit
Creating working copy of package ‘BlueSocket’
Checking out 2.0.2 of package ‘BlueSocket’
Creating working copy of package ‘BlueSSLService’
Checking out 2.0.1 of package ‘BlueSSLService’
Creating working copy of package ‘swift-argument-parser’
Checking out 0.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘PostgresClientKit’
Checking out 1.4.3 of package ‘PostgresClientKit’
'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.Resolve Package Graph
'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:
Socket: https://github.com/IBM-Swift/BlueSocket.git @ 2.0.2
SchemaSwift: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
PostgresClientKit: https://github.com/codewinsdotcom/PostgresClientKit @ 1.4.3
SSLService: https://github.com/IBM-Swift/BlueSSLService @ 2.0.1
resolved source packages: Socket, SchemaSwift, swift-argument-parser, PostgresClientKit, SSLService
2024-07-29 00:40:55.052 xcodebuild[471:2540] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
"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"
]
}
}
2024-07-29 00:41:13.617 xcodebuild[772:3560] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SchemaSwift-Package -destination platform=macOS,arch=arm64
Build complete.
Done.