Build Information
Successful build of SPARQLSyntax, reference master (9ebf4a
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 30 Jul 2024 20:26:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SPARQLSyntax-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/swift-sparql-syntax.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/swift-sparql-syntax
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9ebf4ab Fix off-by-one error in reformatting SPARQL with trailing invalid content.
Cloned https://github.com/kasei/swift-sparql-syntax.git
Revision (git rev-parse @):
9ebf4abe84e326bd9f9d89be9a80712f5c6fa8dc
SUCCESS checkout https://github.com/kasei/swift-sparql-syntax.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.8
Building package at path: $PWD
https://github.com/kasei/swift-sparql-syntax.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/kasei/swift-serd.git
Creating working copy of package ‘swift-serd’
Checking out 0.0.4 of package ‘swift-serd’
Resolve Package Graph
Resolved source packages:
SPARQLSyntax: /Users/admin/builder/spi-builder-workspace
Cserd: https://github.com/kasei/swift-serd.git @ 0.0.4
resolved source packages: SPARQLSyntax, Cserd
2024-07-30 16:25:34.249 xcodebuild[483:2511] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
"dependencies" : [
{
"identity" : "swift-serd",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.4",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/swift-serd.git"
}
],
"manifest_display_name" : "SPARQLSyntax",
"name" : "SPARQLSyntax",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SPARQLSyntax",
"targets" : [
"SPARQLSyntax"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sparqllint",
"targets" : [
"sparqllint"
],
"type" : {
"executable" : null
}
},
{
"name" : "sparql-parser",
"targets" : [
"sparql-parser"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "sparqllint",
"module_type" : "SwiftTarget",
"name" : "sparqllint",
"path" : "Sources/sparqllint",
"product_memberships" : [
"sparqllint"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SPARQLSyntax"
],
"type" : "executable"
},
{
"c99name" : "sparql_parser",
"module_type" : "SwiftTarget",
"name" : "sparql-parser",
"path" : "Sources/sparql-parser",
"product_memberships" : [
"sparql-parser"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SPARQLSyntax"
],
"type" : "executable"
},
{
"c99name" : "SPARQLSyntaxTests",
"module_type" : "SwiftTarget",
"name" : "SPARQLSyntaxTests",
"path" : "Tests/SPARQLSyntaxTests",
"sources" : [
"AlgebraTests.swift",
"ExpressionTests.swift",
"IRITests.swift",
"PropertyPathTests.swift",
"RDFPatternsTests.swift",
"RDFTests.swift",
"SPARQLParserTests.swift",
"SPARQLParserWindowTests.swift",
"SPARQLReformattingTests.swift",
"SPARQLRewriting.swift",
"SPARQLSerializationTests.swift",
"XCTestManifests.swift",
"XSDTests.swift"
],
"target_dependencies" : [
"SPARQLSyntax"
],
"type" : "test"
},
{
"c99name" : "SPARQLSyntax",
"module_type" : "SwiftTarget",
"name" : "SPARQLSyntax",
"path" : "Sources/SPARQLSyntax",
"product_dependencies" : [
"serd"
],
"product_memberships" : [
"SPARQLSyntax",
"sparqllint",
"sparql-parser"
],
"sources" : [
"Aggregation.swift",
"Algebra.swift",
"Expression.swift",
"IRI.swift",
"PropertyPath.swift",
"Query.swift",
"RDF.swift",
"RDFPatterns.swift",
"RDFSerialization.swift",
"SPARQLLexer.swift",
"SPARQLParser.swift",
"SPARQLSerializer.swift",
"SPARQLSyntax.swift",
"Window.swift",
"XSD.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"sparql-parser",
"sparqllint",
"SPARQLSyntax",
"SPARQLSyntax-Package"
]
}
}
2024-07-30 16:25:47.525 xcodebuild[606:3056] 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 SPARQLSyntax-Package -destination platform=macOS,arch=arm64
Build complete.
Done.