Build Information
Successful build of SourceKitten, reference 0.36.0 (fbd6bb
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 28 Jul 2024 22:41:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceKitten-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jpsim/SourceKitten.git
Reference: 0.36.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jpsim/SourceKitten
* tag 0.36.0 -> FETCH_HEAD
HEAD is now at fbd6bbc Release 0.36.0
Cloned https://github.com/jpsim/SourceKitten.git
Revision (git rev-parse @):
fbd6bbcddffa97dca4b8a6b5d5a8246a430be9c7
SUCCESS checkout https://github.com/jpsim/SourceKitten.git at 0.36.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/jpsim/SourceKitten.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/apple/swift-argument-parser.git
Fetching from https://github.com/jpsim/Yams.git
Fetching from https://github.com/drmohundro/SWXMLHash.git
Creating working copy of package ‘Yams’
Checking out 5.1.2 of package ‘Yams’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.3.1 of package ‘swift-argument-parser’
Resolved source packages:
Yams: https://github.com/jpsim/Yams.git @ 5.1.2
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
SourceKitten: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.3.1
resolved source packages: Yams, SWXMLHash, SourceKitten, swift-argument-parser
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swxmlhash",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.2",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/drmohundro/SWXMLHash.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.5",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "SourceKitten",
"name" : "SourceKitten",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "sourcekitten",
"targets" : [
"sourcekitten"
],
"type" : {
"executable" : null
}
},
{
"name" : "SourceKittenFramework",
"targets" : [
"SourceKittenFramework"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sourcekitten",
"module_type" : "SwiftTarget",
"name" : "sourcekitten",
"path" : "Source/sourcekitten",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sourcekitten"
],
"sources" : [
"Complete.swift",
"Doc.swift",
"Errors.swift",
"Format.swift",
"Index.swift",
"ModuleInfo.swift",
"Request.swift",
"SourceKitten.swift",
"Structure.swift",
"Syntax.swift",
"Version.swift",
"main.swift"
],
"target_dependencies" : [
"SourceKittenFramework"
],
"type" : "executable"
},
{
"c99name" : "SourceKittenFrameworkTests",
"module_type" : "SwiftTarget",
"name" : "SourceKittenFrameworkTests",
"path" : "Tests/SourceKittenFrameworkTests",
"sources" : [
"ByteRangeTests.swift",
"ClangTranslationUnitTests.swift",
"CodeCompletionTests.swift",
"CursorInfoParsingTests.swift",
"CursorInfoUSRTests.swift",
"DocInfoTests.swift",
"FileTests.swift",
"LibraryWrapperGeneratorTests.swift",
"ModuleTests.swift",
"OffsetMapTests.swift",
"SourceKitObjectTests.swift",
"SourceKitStrings+Windows.swift",
"SourceKitTests.swift",
"StringTests.swift",
"StructureTests.swift",
"SwiftDocKeyTests.swift",
"SwiftDocsTests.swift",
"SyntaxTests.swift"
],
"target_dependencies" : [
"SourceKittenFramework"
],
"type" : "test"
},
{
"c99name" : "SourceKittenFramework",
"module_type" : "SwiftTarget",
"name" : "SourceKittenFramework",
"path" : "Source/SourceKittenFramework",
"product_dependencies" : [
"SWXMLHash",
"Yams"
],
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"ByteCount.swift",
"ByteRange.swift",
"Clang+SourceKitten.swift",
"ClangTranslationUnit.swift",
"CodeCompletionItem.swift",
"CursorInfo+Parsing.swift",
"Dictionary+Merge.swift",
"Documentation.swift",
"Exec.swift",
"File+Hashable.swift",
"File.swift",
"JSONOutput.swift",
"Language.swift",
"LibraryWrapperGenerator.swift",
"Line.swift",
"LinuxCompatibility.swift",
"Module.swift",
"ObjCDeclarationKind.swift",
"OffsetMap.swift",
"Parameter.swift",
"Request.swift",
"SourceDeclaration.swift",
"SourceKitObject.swift",
"SourceLocation.swift",
"StatementKind.swift",
"String+SourceKitten.swift",
"StringView+SourceKitten.swift",
"StringView.swift",
"Structure.swift",
"SwiftDeclarationAttributeKind.swift",
"SwiftDeclarationKind.swift",
"SwiftDocKey.swift",
"SwiftDocs.swift",
"SwiftVersion.swift",
"SyntaxKind.swift",
"SyntaxMap.swift",
"SyntaxToken.swift",
"Text.swift",
"UID.swift",
"UIDRepresentable.swift",
"UncheckedSendable.swift",
"Version.swift",
"WindowsError.swift",
"Xcode.swift",
"XcodeBuildSetting.swift",
"library_wrapper.swift",
"library_wrapper_Clang_C.swift",
"library_wrapper_SourceKit.swift"
],
"target_dependencies" : [
"Clang_C",
"SourceKit"
],
"type" : "library"
},
{
"c99name" : "SourceKit",
"module_type" : "ClangTarget",
"name" : "SourceKit",
"path" : "Source/SourceKit",
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"SourceKit.c"
],
"type" : "library"
},
{
"c99name" : "Clang_C",
"module_type" : "ClangTarget",
"name" : "Clang_C",
"path" : "Source/Clang_C",
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"Clang_C.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"sourcekitten",
"SourceKitten-Package",
"SourceKittenFramework"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceKitten-Package -destination platform=macOS,arch=arm64
Build complete.
Done.