Build Information
Successful build of InternetProtocols, reference main (ce8895
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 31 Jul 2024 04:35: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 InternetProtocols -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/InternetProtocols.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/InternetProtocols
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ce88950 cleanup
Cloned https://github.com/OperatorFoundation/InternetProtocols.git
Revision (git rev-parse @):
ce889505e2714e152b7fbc2bf9b3a345cd670615
SUCCESS checkout https://github.com/OperatorFoundation/InternetProtocols.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/OperatorFoundation/InternetProtocols.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/OperatorFoundation/Bits
Fetching from https://github.com/OperatorFoundation/Datable.git
Fetching from https://github.com/OperatorFoundation/Net.git
Fetching from https://github.com/OperatorFoundation/SwiftHexTools.git
Creating working copy of package ‘Net’
Checking out main (e49f54a) of package ‘Net’
Creating working copy of package ‘SwiftHexTools’
Checking out main (3d4b5a9) of package ‘SwiftHexTools’
Creating working copy of package ‘Datable’
Checking out main (1186348) of package ‘Datable’
Creating working copy of package ‘Bits’
Checking out main (cc7079e) of package ‘Bits’
Resolved source packages:
SwiftHexTools: https://github.com/OperatorFoundation/SwiftHexTools.git @ main (3d4b5a9)
InternetProtocols: /Users/admin/builder/spi-builder-workspace
Bits: https://github.com/OperatorFoundation/Bits @ main (cc7079e)
Datable: https://github.com/OperatorFoundation/Datable.git @ main (1186348)
Net: https://github.com/OperatorFoundation/Net.git @ main (e49f54a)
resolved source packages: SwiftHexTools, InternetProtocols, Bits, Datable, Net
{
"dependencies" : [
{
"identity" : "bits",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/Bits"
},
{
"identity" : "datable",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/Datable.git"
},
{
"identity" : "net",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/Net.git"
},
{
"identity" : "swifthextools",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/SwiftHexTools.git"
}
],
"manifest_display_name" : "InternetProtocols",
"name" : "InternetProtocols",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "InternetProtocols",
"targets" : [
"InternetProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "InternetProtocolsTests",
"module_type" : "SwiftTarget",
"name" : "InternetProtocolsTests",
"path" : "Tests/InternetProtocolsTests",
"product_dependencies" : [
"SwiftHexTools"
],
"sources" : [
"InternetProtocolsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"InternetProtocols"
],
"type" : "test"
},
{
"c99name" : "InternetProtocols",
"module_type" : "SwiftTarget",
"name" : "InternetProtocols",
"path" : "Sources/InternetProtocols",
"product_dependencies" : [
"Bits",
"Datable",
"Net",
"SwiftHexTools"
],
"product_memberships" : [
"InternetProtocols"
],
"sources" : [
"Ethernet.swift",
"ICMP.swift",
"IPv4.swift",
"IPv6.swift",
"InternetProtocols.swift",
"SequenceNumber.swift",
"TCP.swift",
"UDP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"InternetProtocols"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InternetProtocols -destination platform=macOS,arch=arm64
Build complete.
Done.